../../index.html
[ImageMagick]
http://www.imagemagick.org/
[sponsor]
../../index.html
../../index.html
#main
Skip to page contents
[
../../index.html
About ImageMagick
../../www/command-line-tools.html
Command-line Tools
../../www/api.html
Program Interfaces
]
[
../../www/install-source.html
Install from Source
../../www/binary-releases.html
Binary Releases
../../www/resources.html
Resources
]
[
../../www/download.html
Downloads
]
[
../../www/links.html
Links
]
[
../../www/sponsors.html
Sponsors
http://www.desktopexchange.com/
Desktop Wallpaper
]
[
#CompositeImage
CompositeImage
]
CompositeImage
CompositeImage() returns the second image composited onto the first at the specified offsets.
The format of the CompositeImage method is:
MagickBooleanType CompositeImage(Image *image,
const CompositeOperator compose,const Image *composite_image,
const long x_offset,const long y_offset)
A description of each parameter follows:
image
The image.
compose
This operator affects how the composite is applied to the image.  The operators and how they are utilized are listed here http://www.w3.org/TR/SVG12/#compositing.
composite_image
The composite image.
x_offset
The column offset of the composited image.
y_offset
The row offset of the composited image.
http://redux.imagemagick.org/discussion-server
Discourse Server
|
../../www/mailing-list.html
Mailing Lists
|
http://redux.imagemagick.org/gallery
Image Gallery
|
http://net11.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi
ImageMagick Studio
© 1999-2005 ImageMagick Studio LLC
