How to extract and examine ICC profiles - tonykwok/made-mistakes-again GitHub Wiki

ExifTool

Command-line, for Linux, macOS and Windows.

http://www.sno.phy.queensu.ca/~phil/exiftool/

ExifTool lets you examine ICC profiles, regardless of whether they are embedded in an image or as stand-alone ".icc" files.

It also lets you extract ICC profiles from images and embed them into images.

  • Extract: exiftool -icc_profile -b -w icc photo.jpg

  • Embed: exiftool "-icc_profile<=profile.icc" photo.jpg

  • Examine directly in an image: exiftool -icc_profile:* photo.jpg

  • Examine an ".icc" file: exiftool profile.icc


https://rawpedia.rawtherapee.com/How_to_extract_and_examine_ICC_profiles