blob: 8be51f38818be453a8f107704afe63cf1933c297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>iccdump</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<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</span><br style="font-family: monospace;">
<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</span><br>
<br>
<br>
<br>
</body>
</html>
|