1. The document describes an image compression technique using Differential Pulse Code Modulation (DPCM) with a Least Mean Squares (LMS) adaptive prediction filter. 2. DPCM transmits the difference between predicted and actual pixel values (prediction errors) rather than raw pixel values, aiming to reduce redundancy. The LMS filter adaptively updates its prediction coefficients to minimize prediction errors. 3. The technique was tested compressing a 256x256 image with 1, 2, and 3-bit quantizers. Compression performance was evaluated by measuring average squared distortion and prediction mean squared error for different bit rates. Compression improved with more bits, lowering distortion and prediction error.