-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 #2375
Comments
The prebuilt binaries provided by sharp now use libspng for reading PNG files, which makes randy408/libspng#4 relevant here. Implementing this in a PR for https://github.com/randy408/libspng or making a donation to https://opencollective.com/libspng would be the best next step. |
This comment was marked as spam.
This comment was marked as spam.
This is really good news. I guess there's still some work left to be done in sharp to support APNG though. |
Is there any news for this job? 👀 |
If this feature is done, remember to explicitly support the ".apng" extension. Currently, if an apng file has a ".png" extension, there is no problem, but if it has only ".apng" extension, an error will be reported. |
I would like to use Sharp with APNGs.
I suspect this depends on an upstream issue (libvips/libvips#562).
(Not urgent on my part, but something I'd love to have.)
The text was updated successfully, but these errors were encountered: