Hi, I have a major problem with apache and php-gd library.
The
phpinfo(); function shows that gd is enabled.
(jpg, png and gif), but works only with gif...
The header('Content-type: image/png') for example gives
"the image cannot be displayed because it contains errors" error.
The error also appears when I trying to resize .gif images, but works O.K.
(the function imagecreatefromgif($imgfile) produces the new file).
Am I missing something in the apache or php cofiguration files?
Thanks in advance.