zetbaitsu / Compressor

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

When I Compress a long Image it cause problem #38

Closed shlockfan closed 7 years ago

shlockfan commented 7 years ago

When a Image(like panoramic photograph) is too long ,I set setMaxWidth(800) and setMaxHeight(800) ,the out put will be too small and indistinct

clj12081103 commented 7 years ago

So do I. Have u solved it?

zetbaitsu commented 7 years ago

try to increase the quality new Compressor(this).setQuality(95)