mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Add min width and height values
This commit is contained in:
parent
7b6062a4a2
commit
d09e6089ca
1 changed files with 4 additions and 2 deletions
|
@ -32,12 +32,14 @@ class ResizeImage extends Operation {
|
|||
{
|
||||
name: "Width",
|
||||
type: "number",
|
||||
value: 100
|
||||
value: 100,
|
||||
min: 1
|
||||
},
|
||||
{
|
||||
name: "Height",
|
||||
type: "number",
|
||||
value: 100
|
||||
value: 100,
|
||||
min: 1
|
||||
},
|
||||
{
|
||||
name: "Unit type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue