Problem transforming JPEG images, no problem with PNG

See all posts See thread Reply

Re: Problem transforming JPEG images, no problem with PNG new!
by colin, 15 years, 10 months ago
Yes, your GD setup doesn't have support for JPEG images.

You may need to recompile GD and/or PHP. See here.

On *nix systems, you will need libjpg and libjpg-devel as well as compiling PHP with the option --with-jpeg-dir'Reply