Hi!

I have a problem with "convert -crop": As source-image, I have a .gif which is 256 x 384 pixel big. I will "cut" this image into 6 tiles with 128 x 128 pixel each. To do that, I execute:

convert -crop 128x128 srcimage.gif tile_%d.gif

I _expect_ to get 6 tiles with each 128x128 pixel, but I get 6 tiles with 256x384 pixel each. It is the correct "part" of the tile included and the rest is just plain white. But why are the results so big?

Thanks for help in advance!
  Markus
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to