top | item 44374397

(no title)

hrydgard | 8 months ago

What about implementations? libpng seems pretty dead, 1.7 has been in development forever but 1.6 is still considered the stable version. Is there a current "canonical" png C/C++ library?

discuss

order

vanderZwan|8 months ago

I mean, if the spec has been stable for two decades then maybe there just hasn't been much to fix? Especially since PNG is a relatively simple image format.

illiac786|8 months ago

Seems that logic does not apply to jpeg though.

ethan_smith|8 months ago

For modern C/C++ PNG implementations, consider lodepng (header-only), stb_image/stb_image_write (single-file), or libspng (active fork focused on performance and security) as more actively maintained alternatives to libpng.

ProgramMax|8 months ago

libpng updates are either already landed or nearly landed.