javiermolina1234
javiermolina1234
[mogrify](https://imagemagick.org/script/mogrify.php) is a quick way to convert every .svg file into a .png. ` mogrify -format png -colorspace sRGB -negate -size 72x72 *.svg ` Using the `-negate` option will output...
@guiambros see if this helps: ` mogrify -format png -colorspace sRGB -negate -resize 72 *.svg ` Using `-resize` instead of `-size` and specifying only one of the dimensions (in this...
Looking at the [release notes for version 2.0.3](https://github.com/timothycrosley/streamdeck-ui/blob/v2.0.3/CHANGELOG.md#203---6-mar-2022) , it seems SVGs are now supported out of the box since a few days ago, probably worth trying
If no multimedia (images, etc) is required, StackOverflow's editor might be another option https://github.com/StackExchange/pagedown