From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- doc/iccdump.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/iccdump.html (limited to 'doc/iccdump.html') diff --git a/doc/iccdump.html b/doc/iccdump.html new file mode 100644 index 0000000..8be51f3 --- /dev/null +++ b/doc/iccdump.html @@ -0,0 +1,52 @@ + + + + iccdump + + + + +

icclib/iccdump

+
+Dump the contents of an ICC profile as human readable text.
+

Usage

+ iccdump [-v level] +[-t tagname] [-s] infile
+ -v +level      Verbose level 1-3 (default 2)
+ -t +tag        Dump this tag only (can +be used multiple times)
+ -s            +Search for embedded profile
+  infile       ICC profile

+

Examples

+iccdump sRGB.icm
+
+iccdump -v3 -t rTRC sRGB.icm
+

Comments

+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.
+
+The -s 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.
+
+The -t parameter may be used +multiple times, to dump just specific tags, e.g. iccdump -v3 -t clrt -t clot devicelink.icm
+
+
+
+ + -- cgit v1.2.3