iccTiffDump is a command-line tool for extracting ICC profile metadata and technical characteristics from TIFF images. It helps color scientists and developers audit TIFF structure, verify embedded color profiles, and analyze imaging parameters.
๐ง Features
- โ
TIFF Metadata Reporting
- Image dimensions, DPI, compression type, photometric model
- โ
ICC Profile Analysis
- Extracts embedded ICC profile with PCS, signature, description
- โ
Sample Precision Reporting
- Bits per component, sample format, samples per pixel
- โ
Tag Visibility
- Shows image layout, color space tags, resolution units
- โ
Multilingual Support
- Recognizes multi-language ICC descriptions and localized tags
๐ Usage
๐ค Extract Profile and Metadata
Prints TIFF structure summary and ICC profile block if present.
๐ Output Highlights
- Image Size โ Width ร Height, DPI resolution
- Color Model โ Photometric (RGB, CMYK, grayscale, etc.)
- Compression โ e.g., LZW, PackBits, JPEG
- ICC Block โ Version, size, PCS, rendering intent, description
๐งช Advanced Use
- Suitable for fuzzing TIFF encoders with profile injection
- Validates deterministic TIFF profile roundtrips
๐ Related Tools
iccEval, iccFromXml, iccApplyProfiles
- Compatible with PNG and JPEG ICC tools from same suite
๐ Notes
- Supports baseline and BigTIFF variants
- Reports errors for malformed tag blocks