Added ico and removed tiff from supported image types

This commit is contained in:
n1474335 2017-05-19 12:58:42 +00:00
parent 491a82cd67
commit 5e79187176
2 changed files with 2 additions and 2 deletions

View file

@ -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",