Expand description
Error types for RAW image processing.
This module defines comprehensive error types for TIFF parsing, format-specific errors, and I/O errors.
Errors are organized into categories:
ParseError— TIFF/binary parse issuesFormatError— Format-specific decode failuresProcessingError— Demosaic, color, tonemapEncodeError— Output encodingRawError::Unsupported— Feature not implemented
Enums§
- Encode
Error - Output encoding errors.
- Format
Error - Format-specific decode errors.
- Parse
Error - TIFF and binary parse errors.
- Processing
Error - Processing pipeline errors.
- RawError
- Main error type for the rawshift library.
Type Aliases§
- RawResult
- Result type alias using RawError.