84 lines
3.3 KiB
HTML
Executable File
84 lines
3.3 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>iccdump</title>
|
|
<meta http-equiv="content-type" content="text/html;
|
|
charset=windows-1252">
|
|
<meta name="author" content="Graeme Gill">
|
|
</head>
|
|
<body>
|
|
<h2><b>icclib/iccdump</b></h2>
|
|
<br>
|
|
Dump the contents of an ICC profile as human readable text.<br>
|
|
<h3>Usage</h3>
|
|
<small><span style="font-family: monospace;"> iccdump [-v
|
|
level]
|
|
[-t tagname] [-s] </span><i style="font-family: monospace;">infile</i><br
|
|
style="font-family: monospace;">
|
|
<span style="font-family: monospace;"> -v
|
|
level Verbose level 1-3 (default
|
|
2)</span><br style="font-family: monospace;">
|
|
<span style="font-family: monospace;"> -t
|
|
tag Dump this tag only
|
|
(can
|
|
be used multiple times)</span><br style="font-family:
|
|
monospace;">
|
|
<span style="font-family: monospace;"> -s
|
|
Search
|
|
for embedded profile<br>
|
|
-i
|
|
Check V4 ID value<br>
|
|
-w
|
|
Warn of ICC format problems to stdout<br>
|
|
-W
|
|
Warn of ICC format problems to stderr<br>
|
|
-S
|
|
Be strict about ICC format<br style="font-family: monospace;">
|
|
</span>
|
|
<span style="font-family: monospace;"> </span><i
|
|
style="font-family: monospace;">infile</i><span
|
|
style="font-family: monospace;"> </span><a
|
|
style="font-family: monospace;" href="File_Formats.html#ICC">ICC</a><span
|
|
style="font-family: monospace;"> profile</span></small><br>
|
|
<h3><b> Examples</b></h3>
|
|
iccdump sRGB.icm<br>
|
|
<br>
|
|
iccdump -v3 -t rTRC sRGB.icm<br>
|
|
<h3>Comments</h3>
|
|
This tool will dump the contents of the header, and each known type
|
|
of tag within the ICC profile. For more detail on each tag, the -v
|
|
flag
|
|
should be used, typically with verbose level 3.<br>
|
|
<br>
|
|
The <span style="font-weight: bold;">-s</span> flag causes iccdump
|
|
to
|
|
do a brute force search for any embedded
|
|
profiles within the file, and dumps them all. This won't work if the
|
|
profile data is
|
|
segmented or compressed.<br>
|
|
<br>
|
|
The <span style="font-weight: bold;">-t</span> parameter may be
|
|
used
|
|
multiple times, to dump just specific tags, e.g. <span
|
|
style="font-weight: bold;">iccdump -v3 -t clrt -t clot
|
|
devicelink.icm<br>
|
|
<br>
|
|
</span>The ICC V4 spec. adds a profile header checksum ID, and the <b>-i</b>
|
|
flag computes this value for the given profile.<br>
|
|
<br>
|
|
The <b>-w</b> and <b>-W</b> flags cause iccdump to show detailed
|
|
ICC profile format problems.<br>
|
|
<br>
|
|
The <b>-S</b> flag causes iccdump to be strict about the ICC
|
|
format, and reject profiles that do not strictly conform to the
|
|
specifications.<br>
|
|
<br>
|
|
<span style="font-weight: bold;"><br>
|
|
<br>
|
|
</span>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</body>
|
|
</html>
|