onevcat / APNGKit

High performance and delightful way to play with APNG format in iOS.
MIT License
2.22k stars 201 forks source link

Missing PLTE before IDAT #115

Closed alexionut closed 3 years ago

alexionut commented 3 years ago

I have converted some gifs to apng files. But I am getting this error when I'm trying to use them:

imagePNG_error_break:445: *** ERROR: imagePNG_error_break handle_error:269: IDAT: Missing PLTE before IDAT

What does it mean? How can I get these files to work?

onevcat commented 3 years ago

Try to upgrade to the latest version.

alexionut commented 3 years ago

Oh thank you, I didn't notice you released an update. I've been tackling this issue for a few days. It does work with the new version

onevcat commented 3 years ago

Thanks for the feedback! 😀