added neosnep, neobot, neoraccoon, neodeer, and neobread emojis. also added two scripts
This commit is contained in:
10
convertor.sh
Executable file
10
convertor.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# run in the "scalable folder"
|
||||
|
||||
find . -type d -print0 | parallel -0 mkdir ./256/{/.} ./2048/{/.}
|
||||
find -name "*.svg" | parallel inkscape {} --export-height=2048 --export-png=./2048/{.}.png ';' inkscape {} --export-height=256 --export-png=./256/{.}.png
|
||||
cd ./256
|
||||
mkdir additional
|
||||
find additional* -name "*.png" | parallel -m mv {} additional
|
||||
rm -r additional-*
|
||||
Reference in New Issue
Block a user