image compression using jpeg
Show older comments
- does doing dct followed by quantization and idct decompress the image?
- does run length encoding(rle) help to compress?
- when we save a file as jpeg and open it does it perform both dct and idct or only dct?
- how can i check if my image is compressed since both the original and output image are 256x256?
- in order to write a program to perform jpeg compression and display the compressed image do i have to use zig zag scanning and rle?
Accepted Answer
More Answers (1)
jithin
on 17 Feb 2014
0 votes
3 Comments
Walter Roberson
on 17 Feb 2014
H.264 is for motion. JPEG is for static images.
jithin
on 17 Feb 2014
Deepak Mishra
on 8 Sep 2022
i meant comparison between intraprediction and jpeg.. How can i prove that intraprediction produces better compression? and how can analysis filter cutoff frequency
Categories
Find more on Image Transforms 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!