Lossless Compression
Compression that reduces file size while reconstructing the original image pixel-for-pixel.
Lossless compression removes redundancy without discarding any image data, so the decoded image is identical to the original. Used by PNG, TIFF, and lossless WebP, it is essential for graphics, screenshots, and text where every pixel matters.