Hey there,
I'm working on a script that simply resizes an image, and when I try to use the attached image as the resource, I get the following error:
Fatal error</b>: Uncaught exception 'ImagickException' with message 'Corrupt image `/Users/sample.gif' @ gif.c/ReadGIFImage/1316' ...
The image source can be seen here (couldn't upload it since it's over 250k):
http://img136.imageshack.us/img136/8373/kool.gif
Can anyone shed some light on it? The image may be corrupt, but I've seen other resizers on the net work with it.
Thanks.
Sample image that I can't create a new Imagick resource
Re: Sample image that I can't create a new Imagick resource
Your image converted without complaint for us. We're using ImageMagick 6.5.0, the latest release. We're not sure why its throwing an exception for you.
Re: Sample image that I can't create a new Imagick resource
Hmmm. Very odd.
I'm running: ImageMagick 6.4.9-6 2009-02-26
With: PHP Version 5.2.5
I think that was the latest stable at the time.
Any thoughts on the differences between the two?
I'm running: ImageMagick 6.4.9-6 2009-02-26
With: PHP Version 5.2.5
I think that was the latest stable at the time.
Any thoughts on the differences between the two?