Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 621 Bytes

File metadata and controls

28 lines (19 loc) · 621 Bytes

title: ImageBinarizationMethod enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 210 url: /aspose.cells.rendering/imagebinarizationmethod/ is_root: false

ImageBinarizationMethod enumeration

Specifies the method used to binarize image.

The ImageBinarizationMethod type exposes the following members:

Fields

Field Description
THRESHOLD Specifies threshold method.
FLOYD_STEINBERG_DITHERING Specifies dithering using Floyd-Steinberg error diffusion method.

See Also