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!
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!