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
Field | Description |
---|---|
NoError | No error code. |
NoColorMap | The color map is not defined. |
ColorMapLengthInvalid | The color map length is invalid. |
CompressionSppMismatch | The compression does not match the samples per pixel count. |
PhotometricCompressionMismatch | The compression does not match the photometric settings. |
PhotometricSppMismatch | The photometric does not match the samples per pixel count. |
NotSupportedAlphaStorage | The alpha storage is not supported. |
PhotometricBitsPerSampleMismatch | The photometric bits per sample is invalid |
Baseline6OptionsMismatch | The 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