←back to thread

A new PNG spec

(www.programmax.net)
616 points bluedel | 1 comments | | HN request time: 0.327s | source
Show context
hrydgard ◴[] No.44374397[source]
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?
replies(4): >>44374612 #>>44375482 #>>44378069 #>>44380171 #
1. ethan_smith ◴[] No.44378069[source]
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.