File: iccdump.html

package info (click to toggle)
argyll 3.3.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 33,944 kB
  • sloc: ansic: 402,917; javascript: 36,570; xml: 1,551; sh: 520; makefile: 428
file content (83 lines) | stat: -rwxr-xr-x 3,407 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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;">&nbsp;iccdump [-v
        level]
        [-t tagname] [-s] </span><i style="font-family: monospace;">infile</i><br
        style="font-family: monospace;">
      <span style="font-family: monospace;">&nbsp;-v
        level&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Verbose level 1-3 (default
        2)</span><br style="font-family: monospace;">
      <span style="font-family: monospace;">&nbsp;-t
        tag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dump this tag only
        (can
        be used multiple times)</span><br style="font-family:
        monospace;">
      <span style="font-family: monospace;">&nbsp;-s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Search
        for embedded profile<br>
        &nbsp;-i&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Check V4 ID value<br>
        &nbsp;-w&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Warn of ICC format problems to stdout<br>
        &nbsp;-W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Warn of ICC format problems to stderr<br>
        &nbsp;-S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Be strict about ICC format<br style="font-family: monospace;">
      </span>
      <span style="font-family: monospace;">&nbsp; </span><i
        style="font-family: monospace;">infile</i><span
        style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; </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>