how calculate the size of image after compressed image
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how can calculate file size before and after compress image
0 Kommentare
Antworten (1)
Rik
am 20 Sep. 2017
im1_stats = dir(filename_image1);
im2_stats = dir(filename_image2);
ratio = im1_stats.bytes./im2_stats.bytes
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!