mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Add min width and height values
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user