avito-tech / krop

Small widget for image cropping in Instagram-like style
MIT License
126 stars 18 forks source link

How change the crop window style? #20

Closed saadbzu closed 4 years ago

saadbzu commented 4 years ago

How i change crop window from round to rectangle?

solkin commented 4 years ago

@saadbzu Use shape attribute in KropView in layout or if you need to do this programmatically, invoke applyOverlayShape with SHAPE_OVAL or SHAPE_RECT values.