Back to Imagemagick

Composite

www/api/composite.html

7.1.2-18677 B
Original Source

Composite

Select API Method

CompositeImageCommand

CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.

The format of the CompositeImageCommand method is:

MagickBooleanType CompositeImageCommand(ImageInfo \*image\_info,int argc, char \*\*argv,char \*\*metadata,ExceptionInfo \*exception)

A description of each parameter follows:

image_infothe image info. argcthe number of elements in the argument vector. argvA text array containing the command line arguments. metadataany metadata is returned here. exceptionreturn any errors or warnings in this structure.