Building with libpng (apng patch)

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
foxpaul
Posts: 3
Joined: 2010-02-28T11:59:29-07:00
Authentication code: 8675308

Building with libpng (apng patch)

Post by foxpaul »

I've built libpng with the apng support page applied (to /usr/local/libpng) and then configured IM with:
./configure --prefix=/usr/local/im CPPFLAGS=-I/usr/local/libpng

Once the build was complete, running identify Animated_PNG_example_bouncing_beach_ball.png (image from http://en.wikipedia.org/wiki/APNG) shows only 1 layer.
Is that CPPFLAGS flag the correct way to compile IM with the patched libpng?

thanks for reading.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Building with libpng (apng patch)

Post by glennrp »

ImageMagick does not support APNG, even when linked with an apng-patched libpng.
Post Reply