based on my requirement i added seekbar in crop screen and apply the straightening to the image using seekbar. and image should not be inside the crop frame.
and i just removed 'protected' for "mSuppMatrix" in ImageCropViewBase.
and this is the code what i added. and i run it after that i applied straightening to the image and move the image to down and see the image getting black in the corner like shown below..
2nd issue:
and that too image not saving as rotated after apply the cropping.
In this i have two issues :
1st issue :
based on my requirement i added seekbar in crop screen and apply the straightening to the image using seekbar. and image should not be inside the crop frame.
and here is the code what i added to the source
activity_crop xml in FrameLayout ::
In CropActivity :
Straightening method :
In ImageCropView :
and i just removed 'protected' for "mSuppMatrix" in ImageCropViewBase.
and this is the code what i added. and i run it after that i applied straightening to the image and move the image to down and see the image getting black in the corner like shown below..
2nd issue:
and that too image not saving as rotated after apply the cropping.
how to resolve these issues? is there any way ?