mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-16 16:11:12 -06:00
DRAFT: try png
This commit is contained in:
@@ -10,6 +10,7 @@ if [ "$#" -ne 1 ]; then
|
||||
done
|
||||
else
|
||||
target=figures/`basename $1 .png.pdf`.png
|
||||
echo ${target}
|
||||
echo "Converting: " $1 " to: " ${target}
|
||||
convert -density 900 -trim $1 -quality 100 ${target}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user