mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
titlepic: don't apply dithering
This commit is contained in:
parent
b546df38eb
commit
b931bcfbc7
1 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ draw_with_footer() {
|
|||
output_file=$2;
|
||||
shift; shift
|
||||
|
||||
convert $input_file -fill white -font "$font" \
|
||||
convert $input_file -fill white -font "$font" +dither \
|
||||
-pointsize 11 \
|
||||
-gravity southwest \
|
||||
-draw "text 5,5 'https://freedoom.github.io/'" \
|
||||
|
@ -30,12 +30,12 @@ draw_with_footer() {
|
|||
}
|
||||
|
||||
if [ $# = 4 ]; then
|
||||
draw_with_footer "$1" "$4" \
|
||||
-gravity north \
|
||||
-draw "image over -6,2 0,0 '$2'" \
|
||||
-pointsize 20 \
|
||||
draw_with_footer "$1" "$4" \
|
||||
-gravity north \
|
||||
-draw "image over -6,2 0,0 '$2'" \
|
||||
-pointsize 20 \
|
||||
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
||||
-draw "text -4.5,160 '$3'"
|
||||
-draw "text -5,160 '$3'"
|
||||
else
|
||||
draw_with_footer "$1" "$2"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue