Skip to content

Commit

Permalink
Accept tiff input data in scale_image tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Oct 16, 2024
1 parent 5bf3d88 commit f8f6029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scale_image/scale_image.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f8f6029

Please sign in to comment.