I have a gif image wich is 3296 x 6695 (878 KB), which causes convert to have a "unable to extend cache", "File too large" error.
I'm running ImageMagick 6.2.8 on RHEL 5.
large gif resize doesn't work
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: large gif resize doesn't work
If you tell us where it is, someone can try with a more recent IM version.
snibgo's IM pages: im.snibgo.com
Re: large gif resize doesn't work
Its possible your default temporary area does not have enough free space. Assume you have plenty-o free space at /data/tmp. Try
- export MAGICK_TMPDIR=/data/tmp
convert huge.gif ...