# HG changeset patch # User bgruening # Date 1568121665 14400 # Node ID 57e2503e6039197ba8103e34a3214efe9db3688e # Parent 4e9a3745dce4c49eab7974c4ac209803474b8787 "planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit dfb826cf50d7a26f033ce3da12f7606de67add9c" diff -r 4e9a3745dce4 -r 57e2503e6039 convert.xml --- a/convert.xml Sun Jul 14 06:07:00 2019 -0400 +++ b/convert.xml Tue Sep 10 09:21:05 2019 -0400 @@ -1,4 +1,4 @@ - + macros.xml @@ -14,7 +14,7 @@ #set $trans_options = '' #end if - gm convert $trans_options input.${input.ext} temp.${output_format} + gm convert -resize ${resize}%x $trans_options input.${input.ext} temp.${output_format} && mv temp.${output_format} '${output}' ]]> @@ -28,8 +28,9 @@ + - + @@ -41,7 +42,7 @@ - + @@ -56,6 +57,7 @@ + diff -r 4e9a3745dce4 -r 57e2503e6039 test-data/result_image_convert_1.png Binary file test-data/result_image_convert_1.png has changed diff -r 4e9a3745dce4 -r 57e2503e6039 test-data/result_image_montage_1.jpg Binary file test-data/result_image_montage_1.jpg has changed diff -r 4e9a3745dce4 -r 57e2503e6039 test-data/result_image_montage_1.png Binary file test-data/result_image_montage_1.png has changed