RE: Problems running ImageMagick via Ant task

2005-01-06 Thread Gordon Bowman
: 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

2005-01-06 Thread Gordon Bowman
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: