zetbaitsu / Compressor

An android image compression library.
7.08k stars 963 forks source link

Compressed File Size is Constant #207

Open Kamiruku opened 1 year ago

Kamiruku commented 1 year ago

This occurs even when quality is different.

Kamiruku commented 1 year ago

This only occurs for PNG files.

This is because the quality constraint won't change anything when the original file is a PNG file.

fresnohernandez99 commented 5 months ago

This only occurs for PNG files.

This is because the quality constraint won't change anything when the original file is a PNG file.

I was literally awake the whole night doing tests because I couldn't resolve a smaller size in my images and it was because they were in PNG format. I used JPEG and it works perfectly.