ICC (.icc, .icm)
- Import supports versions 2.4 and 4.2 of the ICC file format.
Background & Context
-
- ICC color profile format.
- Used by color management modules for color data translations.
- Binary file format.
- Stores color look-up tables, matrices, curves, and meta-information.
- Can be embedded in file formats that contain raster images.
- Developed by the International Color Consortium.
Import
- Import["file.icc"] imports an ICC file as a ColorProfileData object.
- Import["file.icc",elem] imports the specified element from an ICC file.
- The import format can be specified with Import["file","ICC"] or Import["file",{"ICC",elem,…}].
- See the following reference pages for full general information:
-
Import import from a file CloudImport import from a cloud object ImportString import from a string ImportByteArray import from a byte array
Import Elements
- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements - Data representation elements:
-
"ColorProfileData" color profile, given as a ColorProfileData object - Import by default uses the "ColorProfileData" element.