You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Would it be possible to implement an option that shows the percentage that the file has been compressed? I was thinking of something simple like
Processing mypix.png. Compressed by 82%
Reading the file size before and after compression is only required as % = (1-FinalSize/OriginalSize)*100
Thank you for the excellent job!
I am a big fan of this library!
The text was updated successfully, but these errors were encountered:
Hello,
Would it be possible to implement an option that shows the percentage that the file has been compressed? I was thinking of something simple like
Processing mypix.png. Compressed by 82%
Reading the file size before and after compression is only required as % = (1-FinalSize/OriginalSize)*100
Thank you for the excellent job!
I am a big fan of this library!
The text was updated successfully, but these errors were encountered: