cropiwa
cropiwa copied to clipboard
How to make crop shape without margin
We are developing a profile section for an app that requires us to draw a crop overlay shape (rect and oval) that has a width equal to the whole screen. We have tried different approaches but we always end up with a slight margin on the sides of the oval and the rectangle. What should we do to achieve our goal? What kind of ShapeMask should we develop?
Thanks!
You could use
cropView.configureOverlay()
.setCropScale(1f)
.apply()
Or just app:ci_crop_scale="1"
in .xml