Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 275 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 275 Bytes

Image_Compression

Image compression is done using the Discrete Cosine Transform.

DCT algorithm is a lossy compression technique used in JPEG compression.

Quantization is achieved by using the Luminance matrix.

Further encoding of data is done by using Huffman coding.