PNG is an extensible file format for the lossless, portable, well-compressed storage of raster images.The implementation of the PNG decoder supports decoding of PNG images to 24-bit and 16-bit bitmap images. PNG decoder supports all five types of available PNG images like Truecolor, Truecolor with alpha, Grayscale, Grayscale with alpha, and Indexed-color.
The implementation of PNG decoder is highly optimized for the appropriate target platform in terms of MIPS and memory required. The decoder is fully reentrant allowing multiple instances of the decoder possible, as well as allowing a flexible memory placement.
Applications:
PicusTech Implementation of PNG Decoder.