ICC profile
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
(→Specifications) |
||
Line 27: | Line 27: | ||
=== "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/specification/ICC1v43_2010-12.pdf ICC.1:2010-12 (Version 4.3.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/icc1v42.pdf ICC.1:2004-10 (Version 4.2.0.0)] | * [http://www.color.org/icc1v42.pdf ICC.1:2004-10 (Version 4.2.0.0)] | ||
* ICC.1:2004-04 | * 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) | + | * [http://www.color.org/newiccspec.pdf ICC.1:2001-12 (Version 4.0.0)] |
=== "V2" family === | === "V2" family === | ||
Line 36: | Line 37: | ||
* [http://www.color.org/icc-1a_1999-04.pdf ICC.1A:1999-04]: Addendum 2 to ICC.1:1998-09 | * [http://www.color.org/icc-1a_1999-04.pdf ICC.1A:1999-04]: Addendum 2 to ICC.1:1998-09 | ||
* [http://www.color.org/icc-1_1998-09.pdf ICC.1:1998-09] | * [http://www.color.org/icc-1_1998-09.pdf ICC.1:1998-09] | ||
− | * [ | + | * [http://www.color.org/icc34.pdf Version 3.4] (1997-08-15) |
− | * [ | + | * [http://www.color.org/icc33.pdf Version 3.3] (1996-11-11) |
− | * [ | + | * [http://www.color.org/icc32.pdf Version 3.2] (1995-11-20) |
− | * Version 3.01 (1995-05-08) | + | * [http://www.color.org/icc301.pdf Version 3.01] (1995-05-08) |
− | * Version 3.0 (1994-06-10) | + | * [http://www.color.org/icc30.pdf Version 3.0] (1994-06-10) |
== Software == | == Software == |
Revision as of 01:57, 7 June 2013
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.
Contents |
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.
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 Photoshop Image Resources metadata, an ICC profile uses Resource ID 0x040F.
Specifications
"V4" family
- ICC.1:2010-12 (Version 4.3.0.0)
- ICC.1:2004-10 (Version 4.2.0.0) with errata incorporated, 2006-05-22
- ICC.1:2004-10 (Version 4.2.0.0)
- ICC.1:2004-04
- ICC.1:2003-09 (Version 4.1.0)
- ICC.1:2001-12 (Version 4.0.0)
"V2" family
- ICC.1:2001-04
- ICC.1A:1999-04: Addendum 2 to ICC.1:1998-09
- ICC.1:1998-09
- Version 3.4 (1997-08-15)
- Version 3.3 (1996-11-11)
- Version 3.2 (1995-11-20)
- Version 3.01 (1995-05-08)
- Version 3.0 (1994-06-10)