Compare commits

...

2 commits

Author SHA1 Message Date
L3D
6d64076aeb
optimize build and svg 2021-12-30 15:05:18 +01:00
L3D
f6a379a2b6
Expand README 2021-12-30 15:00:32 +01:00
5 changed files with 67 additions and 27 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
*.png
*.pdf

View file

@ -1,4 +1,3 @@
#!/bin/bash
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

View file

@ -1,4 +1,6 @@
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.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB