Closed lalavany closed 7 years ago
Hello,
that's because mGestureCropImageView.setImageMatrix(matrix)
is not uCrop api, it is a method of the ImageView
class.
mCurrentImageMatrix
is updated via other methods (e.g. postScale, postTranslate, postRotate).
Maybe it's not obvious, and I should refactor api a bit.
Please check the latest uCrop version :octocat: Now you can choose between:
compile 'com.yalantis:ucrop:2.2.0'
compile 'com.yalantis:ucrop:2.2.0-native'
Hi,
When I execute mGestureCropImageView.setImageMatrix(matrix), the mCurrentImageMatrix is not updated in TransformImageView class.