Could be there's a limit you're hitting. Check out your php.ini file
(phpinfo(); will show you the location of where it is)
I just did a quick look in mine and perhaps your 500k image is taking
up more then whatever you have set for memory_limit?
;;;
; Resource Limits ;
;
I'm having
trouble getting php to render an image that is 500k. It doesfine with
200k but the larger images don't show up. Below is the codethat I am
using. I have php-gd
installed.
$img =3D
$n->getImage();
if(!is_null($img)) {
?> f
I searched this list for similar problem and didn't find any. Hope my
problem is not a new one :)
I installed PHP 4.3.8 on my RedHat linux AS server, with Apache 1.3 and
MySQL. Also successfully installed needed libraries "jpeg", "gd", "zlib",
"libpng", "freetype", etc (my perl is using them happ
Hi everyone!
I'm trying to configure php with gd-support.
I have installed gd-1.8.4, libpng 1.0.13 + devel, libjpeg-6b + devel,
freetype 2.1.3 + devel.
When I'm trying to configure it I get the following error:
configure: error: libpng.(a|so) not found.
What can be wrong ?
I've got the followin