zetbaitsu / Compressor

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

PNG size constraint not working #194

Open tizisdeepan opened 2 years ago

tizisdeepan commented 2 years ago

I set the format as PNG and size constraint to 1 MB but the result I'm getting is larger than the specified size.

Actual Image size -> 4 MB Size constraint -> 1 MB Compressed File size -> 13 MB

dattran-pt19 commented 2 years ago

I'm facing the same issue, have you been resolved it?

vishalpatel1327 commented 2 years ago

that's y i again move on old version id.zelory:compressor:2.1.1

that's working very well

just put file = Compressor(activity).setQuality(80).compressToFile(file)