imagick::COMPOSITE_ATOP
Composites the inside of one layer with the other
imagick::COMPOSITE_BLEND
imagick::COMPOSITE_BUMPMAP
The same as COMPOSITE_MULTIPLY, except the source is converted to greyscale first.
imagick::COMPOSITE_CHANGEMASK
imagick::COMPOSITE_CLEAR
Both the color and the alpha of the destination are cleared. Neither the source nor the destination are used as input.
imagick::COMPOSITE_COLORBURN
Darkens the destination color to reflect the source color. Painting with white produces no change.
imagick::COMPOSITE_COLORDODGE
Brightens the destination color to reflect the source color. Painting with black produces no change.
imagick::COMPOSITE_COLORIZE
imagick::COMPOSITE_COPY
Simply place the source on top of the destination.
imagick::COMPOSITE_COPYBLACK
imagick::COMPOSITE_COPYBLUE
imagick::COMPOSITE_COPYCYAN
imagick::COMPOSITE_COPYGREEN
imagick::COMPOSITE_COPYMAGENTA
imagick::COMPOSITE_COPYOPACITY
imagick::COMPOSITE_COPYRED
imagick::COMPOSITE_COPYYELLOW
imagick::COMPOSITE_DARKEN
Selects the darker of the destination and source colors. The destination is replaced with the source when the source is darker, otherwise it is left unchanged.
imagick::COMPOSITE_DEFAULT
imagick::COMPOSITE_DIFFERENCE
Subtracts the darker of the two constituent colors from the lighter. Painting with white inverts the destination color. Painting with black produces no change.
imagick::COMPOSITE_DISSOLVE
imagick::COMPOSITE_DISPLACE
imagick::COMPOSITE_DST
The destination is left untouched.
imagick::COMPOSITE_DSTATOP
The part of the destination lying inside of the source is composited over the source and replaces the destination.
imagick::COMPOSITE_DSTIN
The part of the destination lying inside of the source replaces the destination.
imagick::COMPOSITE_DSTOUT
The part of the destination lying outside of the source replaces the destination.
imagick::COMPOSITE_DSTOVER
The destination is composited over the source and the result replaces the destination.
imagick::COMPOSITE_DIVIDE
imagick::COMPOSITE_EXCLUSION
Produces an effect similar to that of 'difference', but appears as lower contrast. Painting with white inverts the destination color. Painting with black produces no change.
imagick::COMPOSITE_HARDLIGHT
Multiplies or screens the colors, dependent on the source color value. If the source color is lighter than 0.5, the destination is lightened as if it were screened. If the source color is darker than 0.5, the destination is darkened, as if it were multiplied. The degree of lightening or darkening is proportional to the difference between the source color and 0.5. If it is equal to 0.5 the destination is unchanged. Painting with pure black or white produces black or white.
imagick::COMPOSITE_HUE
imagick::COMPOSITE_IN
Replaces the inside of one layer with another
imagick::COMPOSITE_LIGHTEN
Selects the lighter of the destination and source colors. The destination is replaced with the source when the source is lighter, otherwise it is left unchanged.
imagick::COMPOSITE_LUMINIZE
imagick::COMPOSITE_MINUS
The source is subtracted to the destination and replaces the destination.
imagick::COMPOSITE_MODULATE
imagick::COMPOSITE_MULTIPLY
The source is multiplied by the destination and replaces the destination. The resultant color is always at least as dark as either of the two constituent colors. Multiplying any color with black produces black. Multiplying any color with white leaves the original color unchanged.
imagick::COMPOSITE_NONE
imagick::COMPOSITE_OUT
The part of the source lying outside of the destination replaces the destination.
imagick::COMPOSITE_OVER
Overlay one image over the next
imagick::COMPOSITE_OVERLAY
Multiplies or screens the colors, dependent on the destination color. Source colors overlay the destination whilst preserving its highlights and shadows. The destination color is not replaced, but is mixed with the source color to reflect the lightness or darkness of the destination.
imagick::COMPOSITE_PLUS
The source is added to the destination and replaces the destination.
imagick::COMPOSITE_REPLACE
imagick::COMPOSITE_SATURATE
imagick::COMPOSITE_SOFTLIGHT
Darkens or lightens the colors, dependent on the source color value. If the source color is lighter than 0.5, the destination is lightened. If the source color is darker than 0.5, the destination is darkened, as if it were burned in. The degree of darkening or lightening is proportional to the difference between the source color and 0.5. If it is equal to 0.5, the destination is unchanged. Painting with pure black or white produces a distinctly darker or lighter area, but does not result in pure black or white.
imagick::COMPOSITE_SCREEN
The source and destination are complemented and then multiplied and then replace the destination. The resultant color is always at least as light as either of the two constituent colors. Screening any color with white produces white. Screening any color with black leaves the original color unchanged.
imagick::COMPOSITE_SRC
The source is copied to the destination. The destination is not used as input.
imagick::COMPOSITE_SRCATOP
imagick::COMPOSITE_SRCIN
imagick::COMPOSITE_SRCOUT
imagick::COMPOSITE_SRCOVER
imagick::COMPOSITE_SUBTRACT
Deprecated
imagick::COMPOSITE_XOR
The part of the source that lies outside of the destination is combined with the part of the destination that lies outside the source.
imagick::RENDERINGINTENT_RELATIVE
Interlace constants (imagick::INTERLACE_GIF, imagick::INTERLACE_JPEG, imagick::INTERLACE_PNG are only available if Imagick is compiled against Imagemagick 6.3.5 or newer)