Creating Bitmap From Area Selected By Touch, Returns Wrong Image Part Android
I use custom view placed over an image view like that
Solution 1:
The problem was in the difference between image resolution and the ImageView dimensions.
Solution is: Resize the bitmap image to be the same width and height of the ImageView and it will work.
Post a Comment for "Creating Bitmap From Area Selected By Touch, Returns Wrong Image Part Android"