mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -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;
|
output_file=$2;
|
||||||
shift; shift
|
shift; shift
|
||||||
|
|
||||||
convert $input_file -fill white -font "$font" \
|
convert $input_file -fill white -font "$font" +dither \
|
||||||
-pointsize 11 \
|
-pointsize 11 \
|
||||||
-gravity southwest \
|
-gravity southwest \
|
||||||
-draw "text 5,5 'https://freedoom.github.io/'" \
|
-draw "text 5,5 'https://freedoom.github.io/'" \
|
||||||
|
@ -35,7 +35,7 @@ if [ $# = 4 ]; then
|
||||||
-draw "image over -6,2 0,0 '$2'" \
|
-draw "image over -6,2 0,0 '$2'" \
|
||||||
-pointsize 20 \
|
-pointsize 20 \
|
||||||
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
||||||
-draw "text -4.5,160 '$3'"
|
-draw "text -5,160 '$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