This document discusses data compression techniques for digital images. It explains that compression reduces the amount of data needed to represent an image by removing redundant information. The compression process involves an encoder that transforms the input image, and a decoder that reconstructs the output image. The encoder uses three main stages: a mapper to reduce interpixel redundancy, a quantizer to reduce accuracy and psychovisual redundancy, and a symbol encoder to assign variable-length codes to the quantized values. The decoder performs the inverse operations of the encoder and mapper to reconstruct the original image, but does not perform the inverse of quantization which is a lossy process.
Related topics: