I would like to render the panel corners as transparent when taking a screenshot.
That way, when pasting an image, the screenshot also has rounded corners, similar to the feature when taking a screenshot of an app's window.
Currently all screenshots have the panel corners in black in the image.
Todos:
- is this even possible as a gnome shell extension? -> Probably
Setting the opacity of MetaWindowGroup, will also result in a transparent image after a screenshot. Now the effect needs to be applied only with a mask, however I don't know how to achieve that.
I would like to render the panel corners as transparent when taking a screenshot.
That way, when pasting an image, the screenshot also has rounded corners, similar to the feature when taking a screenshot of an app's window.
Currently all screenshots have the panel corners in black in the image.
Todos:
Setting the opacity of
MetaWindowGroup, will also result in a transparent image after a screenshot. Now the effect needs to be applied only with a mask, however I don't know how to achieve that.