6.2.6 postscript to png problem

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Type
  • idenitfy -list format
Make sure the PNG format has a mode of rw- and it displays the PNG delegate library version number. If not ImageMagick was built without the requisite PNG delegate library which is required to read/write PNG images.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You need to check carefully the config.log file produced by the ImageMagick configure script to determine why ImageMagick failed to validate your PNG library. Perhaps its a permission problem or it could not find the header files.
Post Reply