randy408 / libspng

Simple, modern libpng alternative
https://libspng.org
BSD 2-Clause "Simplified" License
741 stars 75 forks source link

Animated PNG (APNG) read support #252

Open randy408 opened 1 year ago

randy408 commented 1 year ago

Fixes #4

FN-FAL113 commented 1 year ago

hopefully waiting for this

svgeesus commented 1 year ago

@Tachi107 @randy408 what can be done to get this PR reviewed and merged?

randy408 commented 1 year ago

I'm still working out some internal details before I push code to this branch, shortly after I will be making another PR for encode support, that one will go much quicker.

svgeesus commented 1 year ago

Great, thanks for the update.

I'm wanting to make some utilities which generate specific PNG files, including APNG, to use in testing. I can use apngasm for some of it, but that doesn't give me the low-level control I need. Hence my interest.