how calculate the size of image after compressed image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can calculate file size before and after compress image
0 commentaires
Réponses (1)
Rik
le 20 Sep 2017
im1_stats = dir(filename_image1);
im2_stats = dir(filename_image2);
ratio = im1_stats.bytes./im2_stats.bytes
0 commentaires
Voir également
Catégories
En savoir plus sur Denoising and Compression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!