cropimage icon indicating copy to clipboard operation
cropimage copied to clipboard

Getting a banded low quality image.

Open pozuelog opened this issue 10 years ago • 1 comments

I'm trying to crop camera, but the result is that mi cropped image is being banded and with a low quality.

¿Is this the normal behavior or I'm doing something wrong?

pozuelog avatar Apr 25 '14 12:04 pozuelog

The CropImage class has some internal logic to scale the image down, but it was not flexible, so you couldn't really change the internal behavior. I've forked it (http://github.com/alecio/cropimage), making some improvements and also adding the support for the Intent parameter MAX_IMAGE_SIZE where you can increase to improve the quality of the resulting image. Just use it with caution, bit numbers might lead to Out of Memory.

alecio avatar May 09 '14 09:05 alecio