Open razraj opened 6 years ago
I want to set rotation of the image and also the crop rect. with fixed X&Y ratio. but whenever I try setting the rect it doesn't show properly.
cropView.setImageBitmap(bitmap); cropView.setCropRect(initCropRect); cropView.setAspectRatio(xRatio,yRatio); cropView.setRotatedDegrees(rotationAngle);
If I remove the aspectRatio constrain then it show the rect. but only on first load.
its similar to #570
I want to set rotation of the image and also the crop rect. with fixed X&Y ratio. but whenever I try setting the rect it doesn't show properly.
cropView.setImageBitmap(bitmap); cropView.setCropRect(initCropRect); cropView.setAspectRatio(xRatio,yRatio); cropView.setRotatedDegrees(rotationAngle);
If I remove the aspectRatio constrain then it show the rect. but only on first load.