how calculate the size of image after compressed image
5 次查看(过去 30 天)
显示 更早的评论
how can calculate file size before and after compress image
0 个评论
回答(1 个)
Rik
2017-9-20
im1_stats = dir(filename_image1);
im2_stats = dir(filename_image2);
ratio = im1_stats.bytes./im2_stats.bytes
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!