You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This repository contains a Java implementation of a Discrete Cosine Transform (DCT) based image compression algorithm with support for progressive decoding simulation. The algorithm mimics the compression techniques used in standard compression algorithms like JPEG and MPEG.
Features
DCT-based coder-decoder for compressing images
Support for baseline and progressive delivery modes
Simulation of decoding using both baseline and progressive modes with latency control
Usage
To use the program, compile and run the Java file with the following command: