TiffPlanarConfigs

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffPlanarConfigs extends System.Enum

Storage organization. Possible values for PLANARCONFIG tag.

Fields

FieldDescription
ContiguousSingle image plane.
SeparateSeparate planes of data.

Contiguous

public static final int Contiguous

Single image plane.

Separate

public static final int Separate

Separate planes of data.