steelkiwi / cropiwa

📐 Configurable Custom Crop widget for Android
http://steelkiwi.com/
2.23k stars 331 forks source link

How to make crop shape without margin #59

Open xaviburruezo opened 5 years ago

xaviburruezo commented 5 years ago

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!

ITurchenko commented 4 years ago

You could use

    cropView.configureOverlay()
            .setCropScale(1f)
            .apply()

Or just app:ci_crop_scale="1" in .xml