image_resize makes Apache crash on W7

See all posts See thread Reply

Re: image_resize makes Apache crash on W7 new!
by BlackBird, 13 years, 3 months ago
Traced this down until this line now:

$image_src = @imagecreatefromjpeg($this->file_src_pathname);

Maybe it's a problem with the GD lib. I'll try with a PNG image...Reply
Re: image_resize makes Apache crash on W7 new!
by BlackBird, 13 years, 3 months ago
Works okay with PNG, so it seems to be a problem with the GD. For those having a problem like this, too, I will post it here if I find a solution. Thanks anyway. ;)Reply