create_caption: change color to orange

For better visibility.
This commit is contained in:
Ayub Ahmed 2017-03-11 18:37:43 +06:00 committed by Mike Swanson
parent 8d595c7ee7
commit 91faebac2b

View file

@ -19,7 +19,7 @@ draw_with_footer() {
output_file=$2; output_file=$2;
shift; shift shift; shift
convert $input_file -fill blue -font "$font" +dither -style oblique \ convert $input_file -fill orange -font "$font" +dither -style oblique \
-pointsize 11 \ -pointsize 11 \
-gravity southwest \ -gravity southwest \
-draw "text 5,5 'Freedoom, © 2001-2017'" \ -draw "text 5,5 'Freedoom, © 2001-2017'" \