public final class DitheringMethod
extends com.aspose.ms.System.Enum
Dithering method.
Modifier and Type | Field and Description |
---|---|
static int |
FloydSteinbergDithering
The Floyd-Steinberg dithering.
|
static int |
ThresholdDithering
Threshold dithering.
|
public static final int ThresholdDithering
Threshold dithering. Simplest and fastest dithering algorithm.
public static final int FloydSteinbergDithering
The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.