mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 02:03:28 +00:00
Add Wikipedia URLs
This commit is contained in:
@@ -24,7 +24,7 @@ class ResizeImage extends Operation {
|
||||
this.name = "Resize Image";
|
||||
this.module = "Image";
|
||||
this.description = "Resizes an image to the specified width and height values.";
|
||||
this.infoURL = "";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Image_scaling";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "byteArray";
|
||||
this.presentType = "html";
|
||||
|
||||
Reference in New Issue
Block a user