Page 1 of 1
APNG Support idea
Posted: 2012-01-01T00:08:15-07:00
by Solovei95
I suggest to add support APNG support.
1. -dispose and -delay must works in PNG
2. ImageMagick should be contain apngasm, apngdis, apng2gif, gif2apng and apngopt (Sourceforge).
Re: APNG Support idea
Posted: 2012-01-26T01:14:39-07:00
by Huan
I wish there was an ani2apng that converted animated cursors to animated png since there are so many .ani files already out there that only work on webpages when visiting with IE. Something like ani2apng would let Firefox and Opera see the same animated cursors. Webkit browsers would be more likely to get apng support before .ani support in the future too.
Re: APNG Support idea
Posted: 2012-01-26T21:36:12-07:00
by fmw42
Have you tried using MNG instead of APNG. See
http://en.wikipedia.org/wiki/MNG. IM supports MNG. It is also a PNG format for animation.
Re: APNG Support idea
Posted: 2012-01-27T09:48:43-07:00
by glennrp
Unfortunately there is no browser support anymore for MNG.
Re: APNG Support idea
Posted: 2012-01-27T10:54:36-07:00
by fmw42
Unfortunately there is no browser support anymore for MNG.
Glenn,
Thanks for the update on MNG. I had no idea regarding that, though I have never used it.
Fred
Re: APNG Support idea
Posted: 2012-01-27T22:50:29-07:00
by Huan
fmw42 wrote:Unfortunately there is no browser support anymore for MNG.
Glenn,
Thanks for the update on MNG. I had no idea regarding that, though I have never used it.
Fred
I think he was going by the support listed in the wiki article you linked to. Specifically there is no native support for MNG without plugins in any browsers except Konqueror, while all Presto and Gecko based browsers support APNG, which degrades gracefully to show the first frame as a normal PNG in all other browsers.
Re: APNG Support idea
Posted: 2017-06-06T05:06:58-07:00
by greenlands
APNG is now supported by Chrome, Firefox, Safari, Safari iOS and soon Opera (coming in v46). Once Edge supports APNG, that'll be every major browser.
It'd be great if ImageMagick would support creation of APNG and conversion of GIF to APNG.