mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 22:48:01 +00:00
Script to convert SVG to nobody png images
This commit is contained in:
4
create_nobody_from_svg_with_inkscape.sh
Normal file
4
create_nobody_from_svg_with_inkscape.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
for size in $(seq 1 512); do
|
||||
inkscape -z -e ivatar/static/img/nobody/${size}.png -w ${size} -h ${size} \
|
||||
ivatar/static/img/libravatar_logo.svg
|
||||
done
|
||||
Reference in New Issue
Block a user