TiffOptionsError

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

public final class TiffOptionsError extends System.Enum

The tiff options error codes.

Fields

FieldDescription
NoErrorNo error code.
NoColorMapThe color map is not defined.
ColorMapLengthInvalidThe color map length is invalid.
CompressionSppMismatchThe compression does not match the samples per pixel count.
PhotometricCompressionMismatchThe compression does not match the photometric settings.
PhotometricSppMismatchThe photometric does not match the samples per pixel count.
NotSupportedAlphaStorageThe alpha storage is not supported.
PhotometricBitsPerSampleMismatchThe photometric bits per sample is invalid
Baseline6OptionsMismatchThe specified TIFF options parameters don’t conform to TIFF Baseline 6.0 standard

NoError

public static final int NoError

No error code.

NoColorMap

public static final int NoColorMap

The color map is not defined.

ColorMapLengthInvalid

public static final int ColorMapLengthInvalid

The color map length is invalid.

CompressionSppMismatch

public static final int CompressionSppMismatch

The compression does not match the samples per pixel count.

PhotometricCompressionMismatch

public static final int PhotometricCompressionMismatch

The compression does not match the photometric settings.

PhotometricSppMismatch

public static final int PhotometricSppMismatch

The photometric does not match the samples per pixel count.

NotSupportedAlphaStorage

public static final int NotSupportedAlphaStorage

The alpha storage is not supported.

PhotometricBitsPerSampleMismatch

public static final int PhotometricBitsPerSampleMismatch

The photometric bits per sample is invalid

Baseline6OptionsMismatch

public static final int Baseline6OptionsMismatch

The specified TIFF options parameters don’t conform to TIFF Baseline 6.0 standard