image compression using jpeg
显示 更早的评论
- 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?
采纳的回答
更多回答(1 个)
jithin
2014-2-17
0 个投票
3 个评论
Walter Roberson
2014-2-17
H.264 is for motion. JPEG is for static images.
jithin
2014-2-17
Deepak Mishra
2022-9-8
i meant comparison between intraprediction and jpeg.. How can i prove that intraprediction produces better compression? and how can analysis filter cutoff frequency
类别
在 帮助中心 和 File Exchange 中查找有关 Image Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!