mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
create_caption: increase height, remove -style
This commit is contained in:
parent
943ccbb126
commit
209f14f071
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ draw_with_footer() {
|
||||||
output_file=$2;
|
output_file=$2;
|
||||||
shift; shift
|
shift; shift
|
||||||
|
|
||||||
convert $input_file -fill orange -font "$font" +dither -style oblique \
|
convert $input_file -fill orange -font "$font" +dither \
|
||||||
-pointsize 11 \
|
-pointsize 11 \
|
||||||
-gravity southwest \
|
-gravity southwest \
|
||||||
-draw "text 5,5 'Freedoom, © 2001-2017'" \
|
-draw "text 5,5 'Freedoom, © 2001-2017'" \
|
||||||
|
@ -34,7 +34,7 @@ if [ $# = 4 ]; then
|
||||||
-gravity north \
|
-gravity north \
|
||||||
-draw "image over 0,18 0,0 '$2'" \
|
-draw "image over 0,18 0,0 '$2'" \
|
||||||
-gravity south \
|
-gravity south \
|
||||||
-draw "image over 0,25 0,0 '$3'"
|
-draw "image over 0,30 0,0 '$3'"
|
||||||
else
|
else
|
||||||
draw_with_footer "$1" "$2"
|
draw_with_footer "$1" "$2"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue