Enum TiffOptionsError
TiffOptionsError enumeration
The tiff options error codes.
public enum TiffOptionsError
Values
Name | Value | Description |
---|---|---|
NoError | 0 | No error code. |
NoColorMap | 1 | The color map is not defined. |
ColorMapLengthInvalid | 2 | The color map length is invalid. |
CompressionSppMismatch | 3 | The compression does not match the samples per pixel count. |
PhotometricCompressionMismatch | 4 | The compression does not match the photometric settings. |
PhotometricSppMismatch | 5 | The photometric does not match the samples per pixel count. |
NotSupportedAlphaStorage | 6 | The alpha storage is not supported. |
PhotometricBitsPerSampleMismatch | 7 | The photometric bits per sample is invalid |
Baseline6OptionsMismatch | 8 | The specified TIFF options parameters don’t conform to TIFF Baseline 6.0 standard |
See Also
- namespace Aspose.Imaging.ImageOptions
- assembly Aspose.Imaging