Added build step for images, does multiple images but in high quality
This commit is contained in:
parent
103109f0e8
commit
258188496c
5 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
BUILDFILES=("mskor_resume.tex","altacv.cls","README.md","build.sh","output.txt","mskor_resume.pdf","mskor_resume.png")
|
||||
BUILDFILES=("mskor_resume.tex","altacv.cls","README.md","build.sh","output.txt","mskor_resume.pdf")
|
||||
echo "Building resume and deleting output.txt"
|
||||
rm output.txt
|
||||
echo "Building resume" | tee -a output.txt
|
||||
|
@ -15,5 +15,5 @@ do
|
|||
fi
|
||||
done
|
||||
echo -e "Creating PNG version" | tee -a output.txt
|
||||
convert -density 150 mskor_resume.pdf -quality 90 mskor_resume.png
|
||||
convert -density 300 -colorspace sRGB mskor_resume.pdf -alpha off mskor_resume.png
|
||||
echo -e "Done." | tee -a output.txt
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 102 KiB |
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 80 KiB |
BIN
mskor_resume.pdf
BIN
mskor_resume.pdf
Binary file not shown.
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
Loading…
Reference in a new issue