ImageTransformOperationFactory class

ImageTransformOperationFactory class

Allows to create image transform operations

The ImageTransformOperationFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_alpha_bi_level(self, threshold)Creates Alpha BiLevel effect.
create_alph_ceiling(self)Creates Alpha Ceiling effect.
create_alpha_floor(self)Creates Alpha floor effect.
create_alpha_inverse(self)Creates Alpha inverse effect.
create_alpha_modulate(self)Creates Alpha modulate effect.
create_alpha_modulate_fixed(self, amount)Creates Alpha modulate fixed effect.
create_alpha_replace(self, alpha)Creates Alpha replace effect.
create_bi_level(self, threshold)Creates BiLevel effect.
create_blur(self, radius, grow)Creates Blur effect.
create_color_change(self)Creates Color change effect.
create_color_replace(self)Creates Color replace effect.
create_duotone(self)Creates Duotone effect.
create_fill_overlay(self)Creates Fill overlay effect.
create_gray_scale(self)Creates Gray scale effect.
create_hsl(self, hue, saturation, luminance)Creates Hue Saturation Luminance effect.
create_luminance(self, brightness, contrast)Createtes Luminance effect.
create_tint(self, hue, amount)Creates Tint effect.

Remarks

For COM compatibility.

See Also