Error in creating JPEG image from source.

See all posts See thread Reply

Re: Error in creating JPEG image from source. new!
by colin, 12 years, 5 months ago
It looks to me like the version of libjpeg on your system reports the file as being erroneous. GD, which uses libjpeg then discards the image as invalid.

I am not too sure how you could solve the problem, but in any case, it is a libjpeg/GD issue, and not a class issue. Try to update your system, or even downgrade libjpeg or GD (for instance, your files work on GD 2.0 on my box).Reply