ICC profile

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Specifications)
(Specifications)
 
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|icc}}
+
|extensions={{ext|icc}}, {{ext|icm}}
 +
|wikidata={{wikidata|Q29206892}}
 
}}
 
}}
 
'''ICC profile''' is a standard format for color management information. It may appear in a file by itself, or embedded in certain graphics file formats.
 
'''ICC profile''' is a standard format for color management information. It may appear in a file by itself, or embedded in certain graphics file formats.
 +
 +
ICC stands for '''International Color Consortium''', the organization responsible for the format. It was formerly (before about 1995) known as '''InterColor Consortium''', and the format was known as '''InterColor Profile Format'''.
  
 
== Format ==
 
== Format ==
 
An ICC profile has a 128-byte header, followed by an index ("tag table") with a variable number of entries, followed by a data section containing items pointed to by the index.
 
An ICC profile has a 128-byte header, followed by an index ("tag table") with a variable number of entries, followed by a data section containing items pointed to by the index.
 +
 +
== Identification ==
 +
ASCII "{{magic|acsp}}" appears at offset 36.
  
 
== Related formats ==
 
== Related formats ==
Line 19: Line 25:
  
 
* In a [[GIF]] file, an ICC profile uses application identifier "ICCRGBG1012".
 
* In a [[GIF]] file, an ICC profile uses application identifier "ICCRGBG1012".
 +
 +
* In the [[JPEG 2000]] formats [[JP2]], [[JPX]] and [[JPM]], ICC profiles can be embedded in the "Colour Specification Box". The presence of an ICC profile is indicated by the value of the "METH" field of that box. The [[JP2]] format imposes some restrictions on the use of ICC profiles; some of these restrictions were relaxed in a 2013 amendment to the format's specifications. More details on this can be found [http://wiki.opf-labs.org/display/TR/Handling+of+ICC+profiles here].
  
 
* In [[Photoshop Image Resources]] metadata, an ICC profile uses Resource ID 0x040F.
 
* In [[Photoshop Image Resources]] metadata, an ICC profile uses Resource ID 0x040F.
Line 24: Line 32:
 
== Specifications ==
 
== Specifications ==
 
* [http://www.color.org/icc_specs2.xalter ICC profile specifications]
 
* [http://www.color.org/icc_specs2.xalter ICC profile specifications]
 +
 +
=== "V2" family ===
 +
In this family, the ''specification version'' is different from the ''profile version'' (a number stored in the ICC profile data).
 +
* [http://www.color.org/icc30.pdf Version 3.0] (1994-06-10); profile version 2.0.0
 +
* [http://www.color.org/icc301.pdf Version 3.01] (1995-05-08); profile version 2.0.0
 +
* [http://www.color.org/icc32.pdf Version 3.2] (1995-11-20); profile version 2.0.0
 +
* [http://www.color.org/icc33.pdf Version 3.3] (1996-11-11); profile version 2.1.0
 +
* [http://www.color.org/icc34.pdf Version 3.4] (1997-08-15); profile version 2.1.0
 +
* [http://www.color.org/icc-1_1998-09.pdf ICC.1:1998-09]; profile version 2.2.0
 +
* [http://www.color.org/icc-1a_1999-04.pdf ICC.1A:1999-04]: Addendum 2 to ICC.1:1998-09; profile version 2.2.0 or 2.3.0
 +
* [http://www.color.org/ICC_Minor_Revision_for_Web.pdf ICC.1:2001-04]; profile version 2.4.0
  
 
=== "V4" family ===
 
=== "V4" family ===
* [http://www.color.org/specification/ICC1v43_2010-12.pdf ICC.1:2010-12 (Version 4.3.0.0)]
+
* [http://www.color.org/newiccspec.pdf ICC.1:2001-12 (Version 4.0.0)]
* [http://www.color.org/icc1v42.pdf ICC.1:2004-10 (Version 4.2.0.0)]
+
* ICC.1:2004-04
+
 
* [http://www.color.org/ICC1-V41.pdf ICC.1:2003-09 (Version 4.1.0)]
 
* [http://www.color.org/ICC1-V41.pdf ICC.1:2003-09 (Version 4.1.0)]
* ICC.1:2001-12 (Version 4.0.0)
+
* ICC.1:2004-04
 +
* [http://www.color.org/icc1v42.pdf ICC.1:2004-10 (Version 4.2.0.0)]
 +
* [http://www.color.org/ICC1v42_2006-05.pdf ICC.1:2004-10 (Version 4.2.0.0)] with errata incorporated, 2006-05-22
 +
* [http://www.color.org/specification/ICC1v43_2010-12.pdf ICC.1:2010-12 (Version 4.3.0.0)]
 +
* [https://www.color.org/specification/ICC.1-2022-05.pdf ICC.1:2022 (Version 4.4.0.0)]
  
=== "V2" family ===
+
=== iccMAX ===
* [http://www.color.org/ICC_Minor_Revision_for_Web.pdf ICC.1:2001-04]
+
Profile version 5 is named [http://www.color.org/iccmax/index.xalter iccMAX]. It is intended for situations where V4's features are insufficient, not as a replacement for V4.
* [http://www.color.org/icc-1a_1999-04.pdf ICC.1A:1999-04]: Addendum 2 to ICC.1:1998-09
+
* [http://www.color.org/specification/ICC.2-2019.pdf ICC.2:2019 (iccMAX)]; profile version 5.0.0
* [http://www.color.org/icc-1_1998-09.pdf ICC.1:1998-09]
+
 
* [ftp://ftp.sgi.com/sgi/icc/ICC34.pdf Version 3.4] (1997-08-15)
+
== Metaformat files ==
* [ftp://ftp.sgi.com/sgi/icc/ICC33.pdf Version 3.3] (1996-11-11)
+
 
* [ftp://ftp.sgi.com/sgi/icc/ICC32.pdf Version 3.2] (1995-11-20)
+
* [https://www.synalysis.net/Grammars/icc.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
* Version 3.01 (1995-05-08)
+
 
* Version 3.0 (1994-06-10)
+
== Sample files ==
 +
 
 +
* [http://www.eci.org/doku.php?id=en:downloads Some samples]
  
 
== Software ==
 
== Software ==

Latest revision as of 21:57, 25 June 2022

File Format
Name ICC profile
Ontology
Extension(s) .icc, .icm
Wikidata ID Q29206892

ICC profile is a standard format for color management information. It may appear in a file by itself, or embedded in certain graphics file formats.

ICC stands for International Color Consortium, the organization responsible for the format. It was formerly (before about 1995) known as InterColor Consortium, and the format was known as InterColor Profile Format.

Contents

[edit] Format

An ICC profile has a 128-byte header, followed by an index ("tag table") with a variable number of entries, followed by a data section containing items pointed to by the index.

[edit] Identification

ASCII "acsp" appears at offset 36.

[edit] Related formats

Many graphics-related formats can contain embedded ICC profiles. This is a partial list.

  • In a TIFF file, tag 34675 is used for ICC profiles. See the ICC profile specification for details.
  • In a JPEG file, an APP2 marker with an identifier of "ICC_PROFILE" is used for ICC profiles. See the ICC profile specification for details. Note that large ICC profiles must be split up, to accommodate JPEG's 64KB segment size limit.
  • In a PNG file, chunk type iCCP contains an ICC profile. See the PNG specification for details.
  • In a GIF file, an ICC profile uses application identifier "ICCRGBG1012".
  • In the JPEG 2000 formats JP2, JPX and JPM, ICC profiles can be embedded in the "Colour Specification Box". The presence of an ICC profile is indicated by the value of the "METH" field of that box. The JP2 format imposes some restrictions on the use of ICC profiles; some of these restrictions were relaxed in a 2013 amendment to the format's specifications. More details on this can be found here.

[edit] Specifications

[edit] "V2" family

In this family, the specification version is different from the profile version (a number stored in the ICC profile data).

[edit] "V4" family

[edit] iccMAX

Profile version 5 is named iccMAX. It is intended for situations where V4's features are insufficient, not as a replacement for V4.

[edit] Metaformat files

[edit] Sample files

[edit] Software

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox