mirror of
https://github.com/TeamNewPipe/Merchandise
synced 2025-10-05 15:42:52 +02:00
Add conversion script for 36C3 advertising
This commit is contained in:
3
advertising/36C3/.gitignore
vendored
Normal file
3
advertising/36C3/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.jpg
|
||||
*.png
|
||||
old/
|
3
advertising/36C3/convert.fish
Executable file
3
advertising/36C3/convert.fish
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /usr/bin/fish
|
||||
|
||||
for i in *.svg; inkscape -e (basename "$i" .svg).png "$i"; convert (basename "$i" .svg).png (basename "$i" .svg).jpg; end
|
Reference in New Issue
Block a user