dhbw-abb-typst-template/baker/run-bake-banner.sh

13 lines
325 B
Bash
Raw Normal View History

2024-11-26 23:46:10 +00:00
#!/bin/bash
mkdir images
# extract images from document created by action
mutool convert -o images/1.svg "$1" 1
mutool convert -o images/2.svg "$1" 2
mutool convert -o images/3.svg "$1" 5
mutool convert -o images/4.svg "$1" 15
mutool convert -o images/5.svg "$1" 16
typst compile banner.typ --ppi 220 ../assets/banner.png