animation

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
leyn
Posts: 8
Joined: 2011-11-09T02:45:30-07:00
Authentication code: 8675308

animation

Post by leyn »

Hello,

I have 10 .png files.
Can I make with this 10 files an animated .png?
If yes, how do you do that?
Or is only an animated .gif possible?

Best redards,

Francky
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: animation

Post by fmw42 »

png does not allow multiple frames, but mng does. (So does Tiff). Mng is the multiframe equivalent of png.

see http://www.libpng.org/pub/mng/
Post Reply