titlepic: move subtitle text towards the bottom

This commit is contained in:
Mike Swanson 2015-12-05 06:38:10 -08:00
parent 2a0586744a
commit b546df38eb

View file

@ -34,8 +34,8 @@ if [ $# = 4 ]; then
-gravity north \
-draw "image over -6,2 0,0 '$2'" \
-pointsize 20 \
-draw "fill black stroke-width 4 stroke black text -5,65 '$3'" \
-draw "text -4.5,65 '$3'"
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
-draw "text -4.5,160 '$3'"
else
draw_with_footer "$1" "$2"
fi