From b546df38ebf8267ab38bf48fbeb844e21219edb2 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sat, 5 Dec 2015 06:38:10 -0800 Subject: [PATCH] titlepic: move subtitle text towards the bottom --- graphics/titlepic/create_caption | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index d84da10c..9b757e75 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -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