You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: