Compare commits
2 commits
f1f8473ba2
...
6d64076aeb
Author | SHA1 | Date | |
---|---|---|---|
6d64076aeb | |||
f6a379a2b6 |
5 changed files with 67 additions and 27 deletions
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
for i in *.svg
|
|
||||||
do
|
|
||||||
echo "Transform Image: $i"
|
|
||||||
inkscape \
|
|
||||||
--actions="export-filename:$i.png; export-do;"\
|
|
||||||
--export-dpi 300 \
|
|
||||||
--export-background white \
|
|
||||||
$i
|
|
||||||
done
|
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.png
|
||||||
|
*.pdf
|
3
Makefile
3
Makefile
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
all:
|
all:
|
||||||
./.create_svg.sh
|
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.png; export-do;" --export-background white --export-dpi 96 $1
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
CHVOC LOGO
|
CHVOC LOGO
|
||||||
============
|
============
|
||||||
|
|
||||||
![CHVOC](https://git.ccczh.ch/chvoc/logo/raw/main/chvoc.svg.png)
|
![CHVOC](chvoc.svg.png)
|
||||||
|
|
||||||
|
chvoc - Video Operationg Center mit schweizer Accent.
|
||||||
|
|
75
chvoc.svg
75
chvoc.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue