NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.92k stars 2.19k forks source link

Allow inserting APNG's to the edit window #522

Closed Mc-muffin closed 4 years ago

Mc-muffin commented 5 years ago

So, when dragging and dropping an APGN with .apgn extension into the editor window the application says it is in an invalid format:

image

If an APGN with .png extension is used instead it will import just the very first frame of animation (acting like a regular png image) could this feature be added given that the tool can export to APGN?

Many thanks again for the awesome application!

vatterspun commented 5 years ago

I've been following this format closely and I've never heard seen the APGN suffix It's just been PNG, sort of like animated GIF has no AGIF. I've seen one or two projects use "APNG" but that's all.

NickeManarin commented 5 years ago

I would have to replace the default (from .Net Framework) method of loading PNG's and use a custom built one. Now that I know how APNG's works, I can simply reverse the logic from the APNG encoder. It make take some time to finish, probably v2.20.

NickeManarin commented 4 years ago

So far, with the next release, v2.21, you'll be able to import .apng files as a static image. I'm going to take more time to develop a proper APNG importer.

NickeManarin commented 4 years ago

Done. It will be ready for v2.21.