[−][src]Crate tiff
Decoding and Encoding of TIFF Images
TIFF (Tagged Image File Format) is a versatile image format that supports lossless and lossy compression.
Related Links
- http://partners.adobe.com/public/developer/tiff/index.html - The TIFF specification
Modules
| decoder |
Enums
| ColorType |
An enumeration over supported color types and their bit depths |
| TiffError |
Tiff error kinds. |
| TiffFormatError | |
| TiffUnsupportedError |
Type Definitions
| TiffResult |
Result of an image decoding/encoding process |