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).
APNG Support idea
Re: APNG Support idea
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: APNG Support idea
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
Unfortunately there is no browser support anymore for MNG.fmw42 wrote: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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: APNG Support idea
Glenn,Unfortunately there is no browser support anymore for MNG.
Thanks for the update on MNG. I had no idea regarding that, though I have never used it.
Fred
Re: APNG Support idea
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.fmw42 wrote:Glenn,Unfortunately there is no browser support anymore for MNG.
Thanks for the update on MNG. I had no idea regarding that, though I have never used it.
Fred
-
- Posts: 4
- Joined: 2016-09-15T01:32:02-07:00
- Authentication code: 1151
Re: APNG Support idea
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.
It'd be great if ImageMagick would support creation of APNG and conversion of GIF to APNG.