ImageTransformOperationFactory class

ImageTransformOperationFactory class

Allows to create image transform operations

The ImageTransformOperationFactory type exposes the following members:

Constructors

ConstructorDescription
__init__

Methods

MethodDescription
create_alpha_bi_levelCreates Alpha BiLevel effect.
create_alph_ceilingCreates Alpha Ceiling effect.
create_alpha_floorCreates Alpha floor effect.
create_alpha_inverseCreates Alpha inverse effect.
create_alpha_modulateCreates Alpha modulate effect.
create_alpha_modulate_fixedCreates Alpha modulate fixed effect.
create_alpha_replaceCreates Alpha replace effect.
create_bi_levelCreates BiLevel effect.
create_blurCreates Blur effect.
create_color_changeCreates Color change effect.
create_color_replaceCreates Color replace effect.
create_duotoneCreates Duotone effect.
create_fill_overlayCreates Fill overlay effect.
create_gray_scaleCreates Gray scale effect.
create_hslCreates Hue Saturation Luminance effect.
create_luminanceCreatetes Luminance effect.
create_tintCreates Tint effect.

Remarks

For COM compatibility.

See Also