SachinGanesh/screenshot

How can I remove the corner radius in an image?

micaelsn opened this issue · 2 comments

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

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 #129 (comment).

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