Interface IComposite
Located at ext-tool-image/src/MvcCore/Ext/Tools/Images/Imagicks/IComposite.php
integer |
NORMAL
The default composite operator |
#
40
|
integer |
UNDEFINED
Undefined composite operator |
#
0
|
integer |
NO
No composite operator defined |
#
1
|
integer |
ADD
The result of image + image |
#
2
|
integer |
ATOP
The result is the same shape as image, with composite image obscuring image where the image shapes overlap |
#
3
|
integer |
BLEND
Blends the image |
#
4
|
integer |
BUMPMAP
The same as MULTIPLY, except the source is converted to grayscale first. |
#
5
|
integer |
CLEAR
Makes the target image transparent |
#
7
|
integer |
COLORBURN
Darkens the destination image to reflect the source image |
#
8
|
integer |
COLORDODGE
Brightens the destination image to reflect the source image |
#
9
|
integer |
COLORIZE
Colorizes the target image using the composite image |
#
10
|
integer |
COPYBLACK
Copies black from the source to target |
#
11
|
integer |
COPYBLUE
Copies blue from the source to target |
#
12
|
integer |
COPY
Copies the source image on the target image |
#
13
|
integer |
COPYCYAN
Copies cyan from the source to target |
#
14
|
integer |
COPYGREEN
Copies green from the source to target |
#
15
|
integer |
COPYMAGENTA
Copies magenta from the source to target |
#
16
|
integer |
COPYOPACITY
Copies opacity from the source to target |
#
17
|
integer |
COPYRED
Copies red from the source to target |
#
18
|
integer |
COPYYELLOW
Copies yellow from the source to target |
#
19
|
integer |
DARKEN
Darkens the target image |
#
20
|
integer |
DSTATOP
The part of the destination lying inside of the source is composited over the source and replaces the destination |
#
21
|
integer |
DST
The target is left untouched |
#
22
|
integer |
DSTIN
The parts inside the source replace the target |
#
23
|
integer |
DSTOUT
The parts outside the source replace the target |
#
24
|
integer |
DSTOVER
Target replaces the source |
#
25
|
integer |
DIFFERENCE
Subtracts the darker of the two constituent colours from the lighter |
#
26
|
integer |
DISPLACE
Shifts target image pixels as defined by the source |
#
27
|
integer |
DISSOLVE
Dissolves the source in to the target |
#
28
|
integer |
EXCLUSION
Produces an effect similar to that of \ Imagick::DIFFERENCE, but appears as lower contrast |
#
29
|
integer |
HARDLIGHT
Multiplies or screens the colours, dependent on the source color value |
#
30
|
integer |
HUE
Modifies the hue of the target as defined by source |
#
31
|
integer |
IN
Composites source into the target |
#
32
|
integer |
LIGHTEN
Lightens the target as defined by source |
#
33
|
integer |
LUMINIZE
Luminizes the target as defined by source |
#
35
|
integer |
MINUS
Subtracts the source from the target |
#
36
|
integer |
MODULATE
Modulates the target brightness, saturation and hue as defined by source |
#
37
|
integer |
MULTIPLY
Multiplies the target to the source |
#
38
|
integer |
OUT
Composites outer parts of the source on the target |
#
39
|
integer |
OVER
Composites source over the target |
#
40
|
integer |
OVERLAY
Overlays the source on the target |
#
41
|
integer |
PLUS
Adds the source to the target |
#
42
|
integer |
REPLACE
Replaces the target with the source |
#
43
|
integer |
SATURATE
Saturates the target as defined by the source |
#
44
|
integer |
SCREEN
The source and destination are complemented and then multiplied and then replace the destination |
#
45
|
integer |
SOFTLIGHT
Darkens or lightens the colours, dependent on the source |
#
46
|
integer |
SRCATOP
The part of the source lying inside of the destination is composited onto the destination |
#
47
|
integer |
SRC
The source is copied to the destination |
#
48
|
integer |
SRCIN
The part of the source lying inside of the destination replaces the destination |
#
49
|
integer |
SRCOUT
The part of the source lying outside of the destination replaces the destination |
#
50
|
integer |
SRCOVER
The source replaces the destination |
#
51
|
integer |
SUBTRACT
Subtract the colours in the source image from the destination image |
#
52
|
integer |
THRESHOLD
The source is composited on the target as defined by source threshold |
#
53
|
integer |
_XOR
The part of the source that lies outside of the destination is combined with the part of the destination that lies outside of the source |
#
54
|