Skip to content

Combine

khanhas edited this page Nov 28, 2017 · 5 revisions

Composite images with many blend method. You can compose as many images as, as many times as you want in one sequence of Combine and still be able to add effects after that.

Parameters:

Combine ParentImageName | CombineMethod ChildImageName | CombineMethod ChildImageName | ...

Note:
Although it looks like Shape Combine, they does not work exactly the same. All modifiers and effects in ParentImageName and ChildImageName do not share or inherit, they are applied first and their final images are combined with chosen method.

Image = File D:\homer.svg
Image2 = File D:\maiChan.jpg
Image3 = Combine Image2 | HardLight Image
Image4 = Combine Image2 | Luminize Image | Move 600,0
Image5 = Combine Image2 | Bumpmap Image | Move 1200,0

DemoComposite

Combine methods:

AlphaComp

Atop

Blend

BlurComp

Bumpmap

ChangeMask

Clear

ColorBurn

ColorDodge

Colorize

CopyBlack

CopyBlue

Copy

CopyCyan

CopyGreen

CopyMagenta

CopyAlpha

CopyRed

CopyYellow

Darken

DarkenIntensity

Difference

Displace

Dissolve

Distort

DivideDst

DivideSrc

DstAtop

DstComp

DstInComp

DstOutComp

DstOverComp

Exclusion

HardLight

Hardmix

Hue

InComp

Intensity

Lighten

LightenIntensity

LinearBurn

LinearDodge

LinearLight

Luminize

Mathematics

MinusDst

MinusSrc

Modulate

ModulusAdd

ModulusSubtract

Multiply

NoComp

OutComp

OverComp

Overlay

PegtopLight

PinLight

Plus

Replace

Saturate

Screen

SoftLight

SrcAtop

SrcComp

SrcInComp

SrcOutComp

SrcOverComp

Threshold

VividLight

Xor