image compression using jpeg
Afficher commentaires plus anciens
- 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?
Réponse acceptée
Plus de réponses (1)
jithin
le 17 Fév 2014
0 votes
3 commentaires
Walter Roberson
le 17 Fév 2014
H.264 is for motion. JPEG is for static images.
jithin
le 17 Fév 2014
Deepak Mishra
le 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
Catégories
En savoir plus sur Image Transforms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!