Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class DitheringMethod

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.DitheringMethod


  • public final class DitheringMethod
    extends com.aspose.ms.System.Enum

    Dithering method.

    • Field Detail

      • ThresholdDithering

        public static final int ThresholdDithering

        Threshold dithering. Simplest and fastest dithering algorithm.

        See Also:
        Constant Field Values
      • FloydSteinbergDithering

        public static final int FloydSteinbergDithering

        The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.

        See Also:
        Constant Field Values