gesture-imageview icon indicating copy to clipboard operation
gesture-imageview copied to clipboard

Support cropping of Bitmap in GestureImageView

Open dejesus2010 opened this issue 9 years ago • 0 comments

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.

dejesus2010 avatar May 07 '15 20:05 dejesus2010