zetbaitsu / Compressor

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

Why not recycle bitmap? #5

Closed kkmike999 closed 8 years ago

kkmike999 commented 8 years ago

i review compress source code, but i can't find it recycle bitmap. Is it a bug?

tysheng commented 8 years ago

After 3.0,we don't need to call bitmap.recycle().

and check out this.

 options.inPurgeable = true;
 options.inInputShareable = true;