fix: increase ppi of banner

This commit is contained in:
Sven Vogel 2024-11-30 13:33:11 +01:00
parent 2cc6ea93a8
commit 5d770f04b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
mkdir images
mkdir images || true
# extract images from document created by action
mutool convert -o images/1.svg "$1" 1
@ -9,4 +9,4 @@ 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
typst compile banner.typ --ppi 360 ../assets/banner.png