The document discusses various techniques for image compression, including lossless and lossy methods. For lossless compression, it describes predictive coding techniques that remove inter-pixel redundancy such as delta modulation. It also covers entropy encoding schemes like Huffman coding and LZW coding. For lossy compression, it discusses the discrete cosine transform used in the JPEG standard, where higher frequency coefficients are quantized more coarsely to remove information. Zig-zag ordering is used before entropy coding the quantized DCT coefficients.