oliveiradev / RxPhoto

This lib using reactive approach for get and take pictures
MIT License
41 stars 14 forks source link

Bitmap Compression #4

Closed chemickypes closed 7 years ago

chemickypes commented 7 years ago

I'd like to help you with Bitmap Compression! I had to work with Bitmap and often (with low memory smartphone) I got out of memory. In other situations I got a rotated or flipped bitmap.

So I'd like to add some useful methods to avoid this scenarios.

Tell me if this is what you meant with Bitmap compression in todo list!

oliveiradev commented 7 years ago

Yes, its very good!

I tried it another time and had memory problems.