Repository 'scale_image'
hg clone https://toolshed.g2.bx.psu.edu/repos/imgteam/scale_image

Changeset 6:72b8a6b7661b (2024-10-17)
Previous changeset 5:85666e555698 (2024-04-24)
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/scale_image/ commit c55311bbe4c3d7e0039c77785509a150864bb272
modified:
creators.xml
scale_image.xml
b
diff -r 85666e555698 -r 72b8a6b7661b creators.xml
--- a/creators.xml Wed Apr 24 08:13:13 2024 +0000
+++ b/creators.xml Thu Oct 17 10:47:27 2024 +0000
b
@@ -5,6 +5,11 @@
         <yield />
     </xml>
 
+    <xml name="creators/rmassei">
+        <person givenName="Riccardo" familyName="Massei"/>
+        <yield/>
+    </xml>
+
     <xml name="creators/alliecreason">
         <person givenName="Allison" familyName="Creason"/>
         <yield/>
b
diff -r 85666e555698 -r 72b8a6b7661b scale_image.xml
--- a/scale_image.xml Wed Apr 24 08:13:13 2024 +0000
+++ b/scale_image.xml Thu Oct 17 10:47:27 2024 +0000
b
@@ -4,7 +4,7 @@
         <import>creators.xml</import>
         <import>tests.xml</import>
         <token name="@TOOL_VERSION@">0.18.3</token>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@VERSION_SUFFIX@">2</token>
     </macros>
     <creator>
         <expand macro="creators/bmcv" />
@@ -37,7 +37,7 @@
 
     ]]></command>
     <inputs>
-        <param name="input" type="data" format="png" label="Image file"/>
+        <param name="input" type="data" format="png,tiff" label="Image file"/>
         <param argument="--scale" type="text" value="1" label="Scaling factor" help="Use either a single scaling factor (uniform scaling), or a comma-separated list of scaling factors (anistropic scaling). For a 2-D single-channel or RGB image, the first scaling factor corresponds to the image width and the second corresponds to the image height. For images with 3 or more axes, the last axis is assumed to correspond to the image channels if uniform scaling is used (a single value)."/>
         <param argument="--order" type="select" label="Interpolation method">
             <option value="0">Nearest-neighbor</option>