RE: Problems running ImageMagick via Ant task
: Problems running ImageMagick via Ant task The ImageMagick command line "convert -sample 160x160 input.tif output.tif" works perfectly for me. Now I am trying to run the same command via the Ant task, but I cannot get it to work. I have
Problems running ImageMagick via Ant task
The ImageMagick command line "convert -sample 160x160 input.tif output.tif" works perfectly for me. Now I am trying to run the same command via the Ant task, but I cannot get it to work. I have tried the following: