Paint.NET Plug-In is released
May 12th, 2010
AnimatedImage plug-in lets you load and save .apgif and .apng files:
http://www.isimonbrown.co.uk/plugin-pack/
Simply unpack the archive, and copy AnimGIF.dll here:
C:\Program Files\Paint.NET\FileTypes\
Follow the discussion on: forums.getpaint.net










May 17th, 2010 at 12:25 pm
Is there a place to ask questions for apng? I would like to know how to make an apng image appear for browsers that support it and a gif image for browsers that don’t.
I would appreciate the help.
Thanks
May 17th, 2010 at 2:05 pm
Good question. I know of a certain JavaScript example that uses canvas to detect if browser supports apng of not:
http://eligrey.com/blog/post/apng-feature-detection
I’m not a JavaScript expert, so I hope someone could one day take that script, and produce a simple demo page that would serve apng/gif based on browser support.
If you could figure it out, let us know.