The ability to export with transparency (alpha channel) has various use-cases. For example, some screenshot apps such as Gnome Screenshot adds transparent shadows to the windows, omitting any background.
Demo of the UI (Ironically made with Annotator):
With this PR, such screenshots (after annotating) go from this:
To this:
I made the PR such that the default setting is non-transparent (so default behaviour will not break). I also had to fix a bug where the boolean setting didn't autosave, it does now!
What is still TODO after this PR is the translation of the 'transparency' keyword.
This is my first PR for this project, I'm open for any feedback. Have a nice weekend!
The ability to export with transparency (alpha channel) has various use-cases. For example, some screenshot apps such as Gnome Screenshot adds transparent shadows to the windows, omitting any background.
Demo of the UI (Ironically made with Annotator):
With this PR, such screenshots (after annotating) go from this:
To this:
I made the PR such that the default setting is non-transparent (so default behaviour will not break). I also had to fix a bug where the boolean setting didn't autosave, it does now!
What is still TODO after this PR is the translation of the 'transparency' keyword.
This is my first PR for this project, I'm open for any feedback. Have a nice weekend!