I am using imagemagick 6.3.7 on Ubuntu 8.04.
I am working with uncompressed tif images of about 20MB in size.
When I issue the command:
Code: Select all
convert test.tif -rotate 180 test.rot.tif
I am very new to ImageMagick, but this doesn't seem right to me. It doesn't happen when I rotate them and save them in The Gimp. Is it a bug?
Thanks.