convert: subimage specification returns no images

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert: subimage specification returns no images

Post by magick »

> convert -depth 8 -size 2048x2048 -delay 6.5 -scale 50% gray:abc.raw[750-999] abc.gif

This tells ImageMagick to start reading the first gray image at file offset 3,145,728,000. It then reads 250 images, each 2048x2048 rows / columns. This implies your image is about 4GB. Is this what you expect? If not, let us know how you expect the command to behave and we'll investigate.
Post Reply