Mercurial > repos > bgruening > image_processing
diff convert.xml @ 2:8ff10e226c37 draft default tip
Uploaded
| author | bgruening |
|---|---|
| date | Sat, 14 Mar 2015 17:42:53 -0400 |
| parents | 7ff9146333d3 |
| children |
line wrap: on
line diff
--- a/convert.xml Mon Nov 18 16:11:17 2013 -0500 +++ b/convert.xml Sat Mar 14 17:42:53 2015 -0400 @@ -4,11 +4,13 @@ <requirement type="package" version="1.3.18">graphicsmagick</requirement> </requirements> <command> +<![CDATA[ ln -s '${input}' input.${input.ext}; #set $trans_options = str($transformations).replace(',', ' ') convert $trans_options input.${input.ext} temp.${output_format}; mv temp.${output_format} '${output}'; +]]> </command> <inputs> @@ -28,7 +30,7 @@ <option value="svg">svg</option> <option value="eps">eps</option> <option value="tiff">tiff</option> - </param> + </param> </inputs> <outputs> <data format="png" name="output"> @@ -53,6 +55,7 @@ </tests> <help> +<![CDATA[ **What it does** @@ -67,5 +70,6 @@ .. image:: $PATH_TO_IMAGES/donald.png +]]> </help> </tool>
