I've been having a problem creating a gif.
I'm using the latest version of ImageMagick in 32-bit Ubuntu 12.04 as a VMWare guest on a 64-bit Win 7 host.
This is the first time I've tried to use ImageMagick.
I downloaded a series of pictures (one per hour for 24 hours) from the Healy ice breaker. The pictures can be viewed at,
http://icefloe.net/Aloftcon_Photos/
Although I pulled them off an old location, using:
Code: Select all
http://mgds.ldeo.columbia.edu/healy/reports/aloftcon/2011/20110928-${hour}01.jpeg
I've checked all of the photos and they seem fine.
Then I try to run,
Code: Select all
convert -delay 100 -loop 0 *.jpeg healy-20110928-day-animation.gif
convert: memory allocation failed `healy-20110928-day-animation.gif' @ error/quantize.c/QuantizeImage/2656.
convert: memory allocation failed `healy-20110928-day-animation.gif' @ error/gif.c/WriteGIFImage/1621.