mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
create_caption: change color to orange
For better visibility.
This commit is contained in:
parent
8d595c7ee7
commit
91faebac2b
1 changed files with 7 additions and 7 deletions
|
@ -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'" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue