diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index f5feb608..91fb3d1e 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -34,7 +34,7 @@ if [ $# = 4 ]; then -gravity north \ -draw "image over 0,18 0,0 '$2'" \ -gravity south \ - -draw "image over 0,-25 0,0 '$3'" + -draw "image over 0,25 0,0 '$3'" else draw_with_footer "$1" "$2" fi