-
Notifications
You must be signed in to change notification settings - Fork 75
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 corruption #63
Comments
This is because even though leanify will keep all the apng chunks, zopflipng and lodepng doesn't have native apng support |
Hi, thanks for this tool. I just noticed this issue today in that Leanify is corrupting my PNGs that use alpha channels, or at least some of them. I just checked the latest Nightly build and it seems to have the same issue. Are you planning to implement the above fix? Not pushing you, just wondering - thanks! |
@Liam2349 If your PNG isn't an APNG (Animated PNG), then it's a different issue. |
Hi.
As APNG is explicitly supported here, I tried
leanify -v
on some of my files.It appears to work and does not report anything suspicious:
But result either shows areas of garbled pixels after the first frame, or is completely not animated, depending on specific file.
XnView says that unplayable file is "multipage" instead of simply playing animation, and selecting its pages does not show any change.
Identical results with Leanify build 244, 243, and the last v0.4.3 release from the GitHub page.
Edit: Also identical results with build from latest source on a Linux server.
All files from gif2apng v1.9 (this was the best result I got back then, when I tried various ways to create APNG) become garbled.
Other files are probably from paint.net with plugins. They become unplayable.
I'm attaching the original and result files here.
apng_corruption.zip
I'm thinking to try creating APNG files with more recent software sometime later.
The text was updated successfully, but these errors were encountered: