SachinGanesh / screenshot

Flutter Screenshot Library
https://pub.dev/packages/screenshot
MIT License
343 stars 141 forks source link

How can I remove the corner radius in an image? #173

Closed micaelsn closed 6 months ago

micaelsn commented 6 months ago

How can I remove the corner radius in an image? As you can see when a capture an image the plugin only save as square. image

ritheshSalyan commented 6 months ago

Hi, @micaelsn . As of now we cannot save images with rounded corner. All captured images will be rectangle.

But you can make background as transparent and capture widget with rounded corner to achieve desired result.

Please check this https://github.com/SachinGanesh/screenshot/issues/129#issuecomment-1547169820.

micaelsn commented 6 months ago

Thank you so much for the answer!! Helped me a lot!