- Mar 18, 2003
- 5,513
- 0
- 0
I'm probably grasping at straws here
I'm trying to install a php photo gallery that uses gd to make thumbnails and otherwise scaled pictures. None of the scaling seems to work when it tries to operate on jpegs or pngs, but it works fine on gifs.
I have determined that the problem happens upon the first call to imagecreatefromjpeg() (or png) which is the first gd call to happen in the request. Everything seems to blow up there, as no code after that call executes.
Has anybody ever run into similar problems or have any ideas? I'd be happy to post relevant installation info and stuff from phpinfo() if it'd help.
TIA
I'm trying to install a php photo gallery that uses gd to make thumbnails and otherwise scaled pictures. None of the scaling seems to work when it tries to operate on jpegs or pngs, but it works fine on gifs.
I have determined that the problem happens upon the first call to imagecreatefromjpeg() (or png) which is the first gd call to happen in the request. Everything seems to blow up there, as no code after that call executes.
Has anybody ever run into similar problems or have any ideas? I'd be happy to post relevant installation info and stuff from phpinfo() if it'd help.
TIA