Resize doesn't work on hosting account

See all posts See thread Reply

Re: Resize doesn't work on hosting account new!
by colin, 12 years, 4 months ago
For some reason, your host doesn't list jpg as a recognized format for GD. You should have this in the log:
- supported image types : png jpg gif bmp

Can you output here the result of the two following lines?
var_dump(imagetypes() & IMG_JPG);
var_dump(gd_info());
Reply