From 209f14f071cc850ca4f9fab7837a8ac759cb59ca Mon Sep 17 00:00:00 2001 From: Ayub Ahmed Date: Sat, 11 Mar 2017 19:15:00 +0600 Subject: [PATCH] create_caption: increase height, remove -style --- 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 91fb3d1e..da2a0494 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -19,7 +19,7 @@ draw_with_footer() { output_file=$2; shift; shift - convert $input_file -fill orange -font "$font" +dither -style oblique \ + convert $input_file -fill orange -font "$font" +dither \ -pointsize 11 \ -gravity southwest \ -draw "text 5,5 'Freedoom, © 2001-2017'" \ @@ -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,30 0,0 '$3'" else draw_with_footer "$1" "$2" fi