Is imageMagick using libpng 1.6.x version?

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
henry
Posts: 5
Joined: 2015-11-19T14:47:30-07:00
Authentication code: 1151

Is imageMagick using libpng 1.6.x version?

Post by henry »

I am trying to build imageMagick 6.9.2-4 on ubuntu14.04,
however, I found ligpng12 appears when I run "ldd convert", does it mean imageMagick is linked with libpng12?

THanks
Henry
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Is imageMagick using libpng 1.6.x version?

Post by glennrp »

You might be using both libpng12 and libpng16. Freetype pulls in libpng12 even when ImageMagick itself is built with libpng16.
Post Reply