-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 frames are cut off when saving #6672
Comments
I don't expect it to make a difference, but just for clarity - your 'original character folder' in the zip contains 'characters animation.00 animation.gif'. That was a mistake, yes? |
Yes, sorry, I still had the gif export in that folder. I updated the file, thanks for pointing it out! |
Okay, awesome! I'm not sure if disposal=2 is supposed to cut frames in half like that for APNGs, but from my side the issue is resolved anyways, by removing the argument as you said. Thank you very much for your help, @radarhere ! |
When running your original code, I noticed that the first frame was empty. I've created PR #6683 to fix that. |
When exporting animated PNG files as APNG, based of a PNG image sequence, it cuts 2 frames in half.
Here is the code I use:
The original images contain all frames. When exported as gif you can see all frames:
And this is what it looks like exported as animated APNG:
Here you can use this folders and place them in the project folder to test it out:
original character folder and export folder containing apng export file.zip
The text was updated successfully, but these errors were encountered: