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!