zetbaitsu / Compressor

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

Force output size or minimum size option #41

Open wonsuc opened 7 years ago

wonsuc commented 7 years ago

My application have to compress image to defined size (1080 * 1080) Even the original image size is smaller than desired size I have to scale it to large resolution. So it would be nice if it has "Force size" or "Minimum size" option. Thanks.

leleliu008 commented 7 years ago

Yes, I think need minWidth、minHeight、maxWidth、maxHeight、format、maxFileSize options