# HG changeset patch # User bgruening # Date 1568121590 14400 # Node ID 4da826d7727245400e151d54656c8d55a258eab7 # Parent 673d9d146e668d29f3a695c97327ba791d624a7a "planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit dfb826cf50d7a26f033ce3da12f7606de67add9c" diff -r 673d9d146e66 -r 4da826d77272 convert.xml --- a/convert.xml Sun Jul 14 06:06:02 2019 -0400 +++ b/convert.xml Tue Sep 10 09:19:50 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 673d9d146e66 -r 4da826d77272 test-data/result_image_convert_1.png Binary file test-data/result_image_convert_1.png has changed diff -r 673d9d146e66 -r 4da826d77272 test-data/result_image_montage_1.jpg Binary file test-data/result_image_montage_1.jpg has changed diff -r 673d9d146e66 -r 4da826d77272 test-data/result_image_montage_1.png Binary file test-data/result_image_montage_1.png has changed