1
0
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-01-02 22:28:07 -08:00
parent cc3d1a1975
commit ecf2b17e7b

View File

@ -1,6 +1,6 @@
# vtt.svg => vtt.png # icon.svg => icon.png
``` ```
convert -background none -geometry 256x256 vtt.svg vtt.png convert -background none -geometry 256x256 icon.svg icon.png
``` ```