#  Composite003 Keven Fedirko 11.10.91  Slate logo. v1.00

#  This composites a logo on a colored background.  The -b option colors the
#  background to white.  "logo.final" is the output name.  "logo.shadow" is
#  using the -c option so that the alpha channel is used over the colored
#  background.  The -x, and -y are the respective offsets for the shadow in
#  the prefered direction.  "logo.original" is the white or colored logo.

composite -b 1 1 1 logo.final logo.shadow -c -x 2 -y -2 logo.original -v
