image compression using jpeg
Ältere Kommentare anzeigen
- 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?
Akzeptierte Antwort
Weitere Antworten (1)
jithin
am 17 Feb. 2014
0 Stimmen
3 Kommentare
Walter Roberson
am 17 Feb. 2014
H.264 is for motion. JPEG is for static images.
jithin
am 17 Feb. 2014
Deepak Mishra
am 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
Kategorien
Mehr zu Image Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!