Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APNG support #396

Closed
sorat0mo opened this issue Aug 9, 2018 · 14 comments
Closed

APNG support #396

sorat0mo opened this issue Aug 9, 2018 · 14 comments

Comments

@sorat0mo
Copy link

sorat0mo commented Aug 9, 2018

It was like versions ago this feature was suggested. And it is still not yet implemented. I would very much like seeing apng supported in imageglass. This is what I would like to see!

@Keith94
Copy link

Keith94 commented Aug 10, 2018

How common are APNG files anyway? I rarely see them since WEBM became a thing.

@sorat0mo
Copy link
Author

If you record animated pictures with Screen2Gif you would want to use apng sometimes. At least for me.

@AestheticPerfection
Copy link

Still nothing on APNG support?

@fire-eggs
Copy link
Collaborator

Internal note: ImageMagick does not support APNG, because: libpng does not support APNG.

We'll have to introduce a new library to be able to support animated PNG.

@s8321414
Copy link

For APNG support, I will suggest https://sourceforge.net/projects/libpng-apng/

@fire-eggs
Copy link
Collaborator

Thanks for the tip!

@unquietwiki
Copy link
Contributor

Looking through the 7.7. tickets, I saw this chain of issues. I might try https://github.com/jz5/APNG.NET with this @fire-eggs @s8321414

@tayflo
Copy link

tayflo commented Jul 28, 2021

Hi there. I had never encountered animated .png before, but recently came across this format as Discord implemented stickers, supporting only .png and .apng files.
Since ImageGlass is the ultimate pictures viewer for Windows in my eyes, it would be cool if APNG were also supported.

I also noticed that an APNG file can end with both .png or .apng extension. Cheers!

@Eneocho
Copy link

Eneocho commented Jun 16, 2022

Any updates if this could be implemented? I have a ton of apngs that I have to open separately.

@Setsu-BHMT
Copy link

I just found out that imagemagic supports apng, could this be used instead of libpng?

@dlee13
Copy link

dlee13 commented Sep 8, 2022

https://imagemagick.org/script/formats.php#supported does list APNG as supported now

@Infinitay
Copy link

Is there any plans to include animated support for apngs? Currently it only shows a static image instead of the animation

d2phap added a commit that referenced this issue Apr 5, 2023
@d2phap d2phap added this to the v9.0 beta 4 milestone Apr 5, 2023
@d2phap
Copy link
Owner

d2phap commented Apr 14, 2023

Implemented in v9.0 beta 4. The extension must be .apng.

@d2phap d2phap closed this as completed Apr 14, 2023
@Eneocho
Copy link

Eneocho commented Apr 14, 2023

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests