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:
Jon Dowland 2010-09-03 15:32:03 +01:00 committed by Mike Swanson
parent 3b76d63ecd
commit 49dc6ca861

View file

@ -14,7 +14,7 @@ TARGETS = $(notdir $(ALLSRC))
DUMMY =../../dummy.gif
# 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)