Hacker News with Generative AI: PNG

High-Performance PNG Decoding (blend2d.com)
It's been some time I have written about a High-Performance QOI Codec, which joined other codecs offered by Blend2D library in 2024. The development of image codecs continued and now I would like to announce a new high-performance PNG codec, which is much faster than other available codecs written in C, C++, and other programming languages.
Fast-PNG: PNG image decoder and encoder (github.com/image-js)
PNG image decoder and encoder written entirely in JavaScript.
PNG can be Animated Wait WTF? APNG file format (wikipedia.org)
Animated Portable Network Graphics (APNG) is a file format which extends the Portable Network Graphics (PNG) specification to permit animated images that work similarly to animated GIF files, while supporting 24 or 48-bit images and full alpha transparency not available for GIFs. It also retains backward compatibility with non-animated PNG files.
Parsing PNG Images in Mojo (fnands.com)