-
-
Notifications
You must be signed in to change notification settings - Fork 349
Description
Is your feature request related to a problem? Please describe.
Starting with a size of 1000 MB, the compressed image size shown in the Size
column, is given in GB and rounded to the higher GB.
So an image with a size of 950 MB shows as 950 MB, one with 1050 MB will show as 2 GB, which can be confusing about why there was such a jump in image size when in reality there was only a small increase.
Describe the solution you'd like
For images >=1GB and <10 GB, show the size with 2 significant digits, that means one digit after the comma. So the 1050 MB image will show as 1.1 GB.
Describe alternatives you've considered
Alternatively round to the nearest GB, that will still show a size jump later.
Additional context
Here we see a big jump in image size between 2.0.2 and 2.1.0 when in reality the increase was much smaller