Lymphatus / CaesiumPH

Lossless JPEG compression for photographers and webmasters
http://saerasoft.com/caesium/ph
GNU General Public License v3.0
90 stars 11 forks source link

Sort by "Saved" - wrong listing #3

Closed Voodoopupp closed 8 years ago

Voodoopupp commented 8 years ago

Hi,

nice programm to save image size :)

Nevertheless, if you sort by "saved" then the order is wrong, because it sorts by digit after digit and not by total number. So this means that e.g. 9.4% is "bigger" than 88.4%

So this is the actual result: 96.3% 9.9 % 9.8% 9.4% 88.4% 87.2% 8.9% 8.6% 8.3% 77.4% 74.3% 7.6% ....

Lymphatus commented 8 years ago

The ratio column is sorting alphabetically instead of considering the actual numbers.

Also, while having a look at the code I noticed the New size column is sorting by the original size instead.