mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
use Over as compose argument for dummy sprites
'Over' is an equivalent option to 'src-over' for composite, introduced at some point before Imagemagick 6.x. The 'graphicsmagick' fork of Imagemagick provides a (supposedly) compatible imagemagick interface, but lacks the (older) 'src-over' composite type. Using 'Over' means you can build with imagemagick or graphicsmagick. Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
3b76d63ecd
commit
49dc6ca861
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ TARGETS = $(notdir $(ALLSRC))
|
||||||
|
|
||||||
DUMMY =../../dummy.gif
|
DUMMY =../../dummy.gif
|
||||||
# TODO: if dst's width is < src's, src is clipped. Try to prevent this.
|
# TODO: if dst's width is < src's, src is clipped. Try to prevent this.
|
||||||
ARGS=-compose src-over -gravity center
|
ARGS=-compose Over -gravity center
|
||||||
|
|
||||||
foo: $(VILEDEST) $(TARGETS)
|
foo: $(VILEDEST) $(TARGETS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue