ICC profile
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
|||
Line 24: | Line 24: | ||
== Specifications == | == Specifications == | ||
* [http://www.color.org/icc_specs2.xalter ICC profile specifications] | * [http://www.color.org/icc_specs2.xalter ICC profile specifications] | ||
− | * [http://www.color.org/specification/ICC1v43_2010-12.pdf ICC | + | |
+ | === "V4" family === | ||
+ | * [http://www.color.org/specification/ICC1v43_2010-12.pdf ICC.1:2010-12 (Version 4.3.0.0)] | ||
+ | * ICC.1:2004-10 | ||
+ | * ICC.1:2004-04 | ||
+ | * ICC.1:2003-09 (Version 4.1.0) | ||
+ | * ICC.1:2001-12 (Version 4.0.0) | ||
+ | |||
+ | === "V2" family === | ||
+ | * [http://www.color.org/ICC_Minor_Revision_for_Web.pdf ICC.1:2001-04] | ||
+ | * ICC.1:1998-09 | ||
+ | * [ftp://ftp.sgi.com/sgi/icc/ICC34.pdf Version 3.4] (1997-08-15) | ||
+ | * [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) | ||
+ | * Version 3.01 (1995-05-08) | ||
+ | * Version 3.0 (1994-06-10) | ||
== Software == | == Software == |
Revision as of 01:22, 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
- 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.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)