mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 03:03:26 +00:00
Added ico and removed tiff from supported image types
This commit is contained in:
@@ -3354,7 +3354,7 @@ const OperationConfig = {
|
||||
args: [],
|
||||
},
|
||||
"Render Image": {
|
||||
description: "Displays the input as an image. Supports the following formats:<br><br><ul><li>jpg/jpeg</li><li>png</li><li>gif</li><li>webp</li><li>tiff</li><li>bmp</li></ul>",
|
||||
description: "Displays the input as an image. Supports the following formats:<br><br><ul><li>jpg/jpeg</li><li>png</li><li>gif</li><li>webp</li><li>bmp</li><li>ico</li></ul>",
|
||||
run: Image.runRenderImage,
|
||||
inputType: "string",
|
||||
outputType: "html",
|
||||
|
||||
Reference in New Issue
Block a user