Linked from
The 14 pages that link to PNG, each with the reason it gives.
Data compressionCompared with: It preserves exact pixel values where JPEG's lossy encoding does not.
Digital imageBroader topic: PNG preserves exact pixel values, unlike lossy photographic compression.
Lossless compressionBroader topic: Its filtering and DEFLATE stages preserve image pixels exactly.
JPEGCompared with: PNG preserves exact pixel values, unlike JPEG’s lossy quantization.
sRGBRelated: PNG images often use sRGB values and can include metadata identifying that color space.
Color depthRelated: PNG encodes images at several pixel and component depths.
Image compressionBroader topic: It preserves exact image data for graphics, text, and screenshots.
Huffman codingRelated: PNG’s compressed image stream uses DEFLATE, which includes Huffman coding.
RGBA color modelRelated: PNG commonly stores RGBA pixels for images with transparent regions.