how can i compress an image in lossy compression give any one method of lossy compression and its mat lab code
Show older comments
i am trying to compress an image in lossy fashion if you have mat lab code pls.give it to me
Answers (1)
Walter Roberson
on 21 Mar 2013
CompressedImage = OriginalImage(1:2:end, 1:2:end, :);
1 Comment
Bindhu sheeba
on 4 Feb 2015
Sir I don't know where to use this please give me completely
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!