RGB Image Compression

Version 1.0.0.0 (66.8 KB) by Amarjot
The code computes the spatial compression on R G B components for a RGB image.
1.1K Downloads
Updated Thu, 07 Mar 2013 16:04:33 +0000

View License

The code uses the following function to compute the final result:

1. Encode the Luma and Croma components using independent quantization tables.
2. Run length encoding and decoding is performed
3. Decode the Luma and Croma components using independent quantization tables.

Running the code:
Iinput=imread('SFU.jpg);
[Ioutput]= compressimage(Iinput);
Imshow(Ioutput);

Cite As

Amarjot (2024). RGB Image Compression (https://www.mathworks.com/matlabcentral/fileexchange/40668-rgb-image-compression), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0