-
-
Notifications
You must be signed in to change notification settings - Fork 888
Closed
Description
From @JimBobSquarePants on August 31, 2016 1:49
We should be able to support TIFF
Useful links.
http://partners.adobe.com/public/developer/tiff/index.html
http://www.remotesensing.org/libtiff/
http://www.awaresystems.be/imaging/tiff.html
Current implementation can be found in the tiff-codec branch.
Feature Checklist
- Reading TIFF file structure
- Parsing of relevant metadata
- Extraction of image data blocks
- Construction of image (from strip data)
- Construction of image (from tile data)
Compression Types
- None
- Ccitt1D
- PackBits
- CcittGroup3Fax
- CcittGroup4Fax
- Lzw
- Old Jpeg
- Jpeg (Technote 2)
- Deflate (Technote 2)
- Old Deflate (Technote 2)
Photometric Interpretation Formats
- WhiteIsZero
- BlackIsZero
- Rgb (Chunky)
- Rgb (Planar)
- PaletteColor
- TransparencyMask
- Separated (TIFF Extension color spaces)
- YCbCr (TIFF Extension color spaces)
- CieLab (TIFF Extension color spaces)
- IccLab (TechNote 1)
jespersh, sergey-tihon, IldarKhayrutdinov, huysentruitw and TylerDMTylerDM