Hello,

I use imageMagick-convert to devide large images into single tiles. This works perfect for the output of the most image formats. But when i choose "gif" as output-format, the resulting tiles have the same dimensions as the source-image. When I use the following command: "convert -verbose -crop 250x300 mySrcImg.jpg tiles/K%05d.gif", I would expect that I get numbered gif-files with a dimension of 250x300 pixels in the tiles-directory. But instead I get the numbered gif-files, but the dimension of each tile is the same as the dimension of the source-file.

Has anyone a solution or workaround for this issue?
Thanks
John
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to