gesture-imageview
gesture-imageview copied to clipboard
Support cropping of Bitmap in GestureImageView
Hello,
It would be great if in GestureImageView, there could be a function, say getCroppedImage(), where it will return a cropped bitmap.
This cropped bitmap will be whatever is displayed in the ImageView after the user has scaled/translated the Bitmap in the GestureImageView.
Basically, I'm trying to recreate how an image is displayed in an ImageView that is part of a separate layout than the GestureImageView, so some how I must save the GestureImageView's bitmap state.