SVG to PNG

This commit is contained in:
klemek
2020-12-22 11:37:35 +01:00
parent 972a689d9c
commit 0c64c185ab
91 changed files with 2941 additions and 1431 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
ls Cursor | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Cursor/%.svg ../Assets/Textures/Cursor/%.png pad 256:'
ls UI | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport UI/%.svg ../Assets/Textures/UI/%.png pad 256:'
ls Gates | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Gates/%.svg ../Assets/Textures/Gates/%.png pad 1x'