iccDEV 2.3.1
iccDEV Tools
Loading...
Searching...
No Matches
๐Ÿ–จ๏ธ iccTiffDump

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

iccTiffDump input.tiff

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