1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/img/generate.sh
Lukas Winkler 985896c2e3 logos
2017-08-27 20:49:16 +02:00

5 lines
117 B
Bash
Executable file

#!/bin/bash
for size in 128 256 512
do
inkscape -f icon.svg -w $size -h $size -e "logo-${size}x${size}.png"
done