#  Composite001 Keven Fedirko 11.10.91 v1.00

#  This composites a colored (cropped) logo "imageB.1" on a white background
#  in video size.  The new image is called "imageA"  The -c option is needed
#  because it is the first layer, which is default to opaque (we are using
#  the background color generation here).

composite -S 720 486 -b 1 1 1 imageA imageB.1 -c -v
