1oyranos-profile(1) General Commands Manual oyranos-profile(1)
2
3
4
6 oyranos-profile - Oyranos CMS ICC profile tool
7
9 oyranos-profile PROFILENAME
10 oyranos-profile -l PROFILENAME
11 oyranos-profile -m [-w FILENAME] PROFILENAME
12 oyranos-profile --ppmcie PROFILENAME
13 oyranos-profile -o FILENAME [-c CLASS] [-f xml]
14 oyranos-profile -w NAME [-j FILENAME | -m] PROFILENAME
15 oyranos-profile [ |-h ]
16
18 The oyranos-profile programm shows informations about a ICC profile and
19 allows some modifications.
20
22 -l list contained tags additional to overview and header.
23
24 -p NUMBER select tag
25 -n NAME select tag
26
27
28 -m show internal hash value.
29
30 -w FILENAME write profile with correct hash
31
32
33 --ppmcie
34 show CIE*xy chromaticities, if available, for use with ppmcie.
35
36
37 -o FILENAME
38 write device informations to OpenICC JSON.
39
40 -c NAME use device class. Useful device classes are monitor,
41 scanner, printer, camera.
42
43 -f xml use IccXML format
44
45 -w NAME PROFILENAME
46 write ICC profile. The -w option specifies the new internal and
47 external profile name. PROFILENAME specifies the source profile.
48
49 -j FILENAME embed OpenICC JSON device from file
50 -s NAME add prefix
51
53 -v, --verbose
54 increase verbosity
55
56 -h, --help
57 print a help text
58
60 OY_DEBUG
61 set the Oyranos debug level. Alternatively the -v option can be
62 used.
63
64 XDG_DATA_HOME XDG_DATA_DIRS
65 route Oyranos to top directories containing resources. The
66 derived paths for ICC profiles have a "color/icc" appended.
67 http://www.oyranos.com/wiki/index.php?title=OpenIccDirectoryProposal
68
70 Show overview and header of profile:
71 oyranos-profile sRGB.icc
72
73 Show first tags content of profile:
74 oyranos-profile -lv -p=1 sRGB.icc
75
76 Show the profile hash sum:
77 oyranos-profile -m sRGB.icc
78
79 Show the RGB primaries of a matrix profile inside a CIE*xy diagram:
80 ppmcie `oyranos-profile --ppmcie sRGB.icc` > sRGB_cie-xy.ppm
81
82 Add calibration data to meta tag of a device profile:
83 oyranos-profile -w my_profile -j my_device.json my_profile.icc
84
86 Kai-Uwe Behrmann (ku.b (at) gmx.de)
87
89 (c) 2011-2013, Kai-Uwe Behrmann and others
90 License: new BSD <http://www.opensource.org/licenses/bsd-license.php>
91
93 oyranos-config-fltk(1) oyranos-config(1) oyranos(3) oyranos-profiles(1)
94 ppmcie(1)
95 http://www.oyranos.org
96
98 at: http://sourceforge.net/tracker/?group_id=177017&atid=879553
99
100
101
102User Commands March 03, 2013 oyranos-profile(1)