PNG problem

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Yosh23

PNG problem

Post by Yosh23 »

HI, I installed imageMagick 5.5.7 in my server and when i use a PNG not work.
when I try convert -list Format
I have this result :

PNG* --- Portable Network Graphics
See http://www.libpng.org/ for details about the PNG format.
The PNG 1.2 specification is available there and at
ftp://swrinde.nde.swri.edu/pub/png/documents/.
PNG24* --- 24-bit RGB PNG, opaque only
PNG32* --- 32-bit RGBA PNG, semitransparency OK
PNG8* --- 8-bit indexed PNG, binary transparency only

Thanks,
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PNG problem

Post by magick »

Did you build ImageMagick from source? If so either the PNG delegate library or development header files were not available when ImageMagick was configured. After you run the configure script check config.log to determine why the PNG delegate library failed to validate and fix the problem.

If your version of ImageMagick came from a binary distribution it simply means that whomever built it did not include PNG support.
Yosh23

Re: PNG problem

Post by Yosh23 »

yes in the log he don't find png.h
How can i install png.g?
thanks
Post Reply