Mercurial > repos > bgruening > graphicsmagick_image_convert
changeset 6:eb09d7e6d727 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 5f5be1307a70cae3149db449d81472079a9487fd"
author | bgruening |
---|---|
date | Mon, 25 Nov 2019 09:12:24 -0500 |
parents | 57e2503e6039 |
children | ff05b2c4263c |
files | convert.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/convert.xml Tue Sep 10 09:21:05 2019 -0400 +++ b/convert.xml Mon Nov 25 09:12:24 2019 -0500 @@ -36,6 +36,7 @@ <option value="gif">gif</option> <option value="svg">svg</option> <option value="eps">eps</option> + <option value="pdf">pdf</option> <option value="tiff">tiff</option> </param> </inputs> @@ -48,6 +49,7 @@ <when input="output_format" value="gif" format="gif" /> <when input="output_format" value="svg" format="svg" /> <when input="output_format" value="eps" format="eps" /> + <when input="output_format" value="pdf" format="pdf" /> <when input="output_format" value="tiff" format="tiff" /> </change_format> </data>