From 5e7918717699f94af23ed1af29141e1da850c912 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 19 May 2017 12:58:42 +0000 Subject: [PATCH] Added ico and removed tiff from supported image types --- src/core/config/OperationConfig.js | 2 +- src/web/html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js index a16d820d..0612009b 100755 --- a/src/core/config/OperationConfig.js +++ b/src/core/config/OperationConfig.js @@ -3354,7 +3354,7 @@ const OperationConfig = { args: [], }, "Render Image": { - description: "Displays the input as an image. Supports the following formats:

", + description: "Displays the input as an image. Supports the following formats:

", run: Image.runRenderImage, inputType: "string", outputType: "html", diff --git a/src/web/html/index.html b/src/web/html/index.html index bec1d51d..82284ea4 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -302,7 +302,7 @@ Version <%= htmlWebpackPlugin.options.version %>
Compile time: <%= htmlWebpackPlugin.options.compileTime %>

-

© Crown Copyright 2016.

+

© Crown Copyright 2016.

Licenced under the Apache Licence, Version 2.0.