CrImage::TIFF
TIFF module implements Reader and Writer. The TIFF specification is at http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
Constants
BE_HEADER = "MM\u0000*".to_slice
DATA_TYPE_LENGTHS = [0_u32, 1_u32, 1_u32, 2_u32, 4_u32, 8_u32]
Length of one instance of each data type in bytes
IFD_LEN = 12
LE_HEADER = "II*\u0000".to_slice
Class methods
read and decode the configurations like color model, dimensions
write the Image to file in TIFF format
write the Image to IO in TIFF format
Nested types
- CrImage::TIFF::Compression
- CrImage::TIFF::CompressionType
- CrImage::TIFF::DataType
- CrImage::TIFF::FormatError
- CrImage::TIFF::ImageMode
- CrImage::TIFF::LZW
- CrImage::TIFF::Photometric
- CrImage::TIFF::Predictor
- CrImage::TIFF::Reader
- CrImage::TIFF::ResolutionUnit
- CrImage::TIFF::Tag
- CrImage::TIFF::UnsupportedError
- CrImage::TIFF::Writer