![]() |
![]() |
![]() |
![]() |
[
About ImageMagick
Command-line Tools
Program Interfaces
] [ Install from Source Binary Releases Resources ] [ Download ] [ Links ] [ Sponsors PCbanter Windows XP Help Forum ] |
CompositeImageChannel() returns the second image composited onto the first at the specified offsets. The format of the CompositeImage method is: MagickBooleanType CompositeImageChannel(Image *image, const ChannelType channel,const CompositeOperator compose, const Image *composite_image,const long x_offset,const long y_offset) A description of each parameter follows: imageThe image. channelThe channel. composeThis 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_imageThe composite image. x_offsetThe column offset of the composited image. y_offsetThe row offset of the composited image. |