mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added ico and removed tiff from supported image types
This commit is contained in:
parent
491a82cd67
commit
5e79187176
2 changed files with 2 additions and 2 deletions
|
@ -3354,7 +3354,7 @@ const OperationConfig = {
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
"Render Image": {
|
"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,
|
run: Image.runRenderImage,
|
||||||
inputType: "string",
|
inputType: "string",
|
||||||
outputType: "html",
|
outputType: "html",
|
||||||
|
|
|
@ -302,7 +302,7 @@
|
||||||
Version <%= htmlWebpackPlugin.options.version %><br>
|
Version <%= htmlWebpackPlugin.options.version %><br>
|
||||||
Compile time: <%= htmlWebpackPlugin.options.compileTime %>
|
Compile time: <%= htmlWebpackPlugin.options.compileTime %>
|
||||||
</p>
|
</p>
|
||||||
<p>© Crown Copyright 2016.</p>
|
<p>© Crown Copyright 2016.</p>
|
||||||
<p>Licenced under the Apache Licence, Version 2.0.</p>
|
<p>Licenced under the Apache Licence, Version 2.0.</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue