| |
Re: using png format
From: Arnar Mar Hrafnkelsson (08897@xyz.molar.is)
Date: Mon 12 May 2003 - 17:41:49 GMT
Next message: Arnar Mar Hrafnkelsson: "Re: using fonts"
Hey Dan.
The formats that Imager can use is determined by which it could find
during the installation process. If you run perl Makefile.PL it prints
out what libraries and include files it is finding. If the libraries are
in a different location than imager is expecting them to be at then you
can give it hints about where to look. See the README file in the source
distribution for more information.
-Arnar
On Mon, 12 May 2003, Dan Muey wrote:
> The docs says you need libpng installed to use png and I have ::
> /usr/local/include/libpng
> /usr/local/include/libpng/png.h
> /usr/local/include/libpng/pngconf.h
> /usr/local/lib/libpng.a
> /usr/local/lib/libpng.so
> /usr/local/lib/libpng.so.5
>
> When I execute the script I get::
> format not supported at ./public_html/mkimg.cgi line 59.
> Line 59 is :
> $img->write(type=>'png', data=>\$data) or die $img->errstr;
> If I change 'png' to 'bmp' it works perfect.
>
> Any ideas what is keeping me from using png? And how to get it working?
>
> TIA
>
> Dan
>
>
>
| |