1oyranos-profiles(1) General Commands Manual oyranos-profiles(1)
2
3
4
6 oyranos-profiles - Oyranos CMS ICC profiles tool
7
9 oyranos-profiles -l [-f] [-e] [-acdknot]
10 oyranos-profiles -p [-usym]
11 oyranos-profiles --install [-u|-s|-y|-m] PROFILENAME
12 oyranos-profiles [ |-h ]
13
15 The oyranos-profiles programm let you query and install profile(s) for
16 OpenICC compliant applications.
17
19 -l list installed profiles.
20
21 -f show full filename including path.
22
23 -e show internal name. The text string comes from the 'desc'
24 tag.
25
26 Following options are filters and can be added to each other.
27 -a show profiles of the abstract class
28 -c show profiles of the color space class
29 -d show profiles of the display class
30 -k show profiles of the device link class
31 -n show profiles of the named color 2 class
32 -o show profiles of the output device class
33 -i show profiles of the input device class
34
35 -p show search paths according to the OS color management system
36 and to the actual OpenICC profile search paths.
37
38 -u user path
39
40 -s Linux system path
41
42 -y Oyranos path
43
44 -m machine specific path
45
46 --install
47 install a ICC profile into one of the following OpenICC paths.
48
49 One of the following options is a required arument to the
50 --install option.
51 -u user path
52
53 -s Linux system path
54
55 -y Oyranos path
56
57 -m machine specific path
58
59 The following options must be specified before the --install
60 option.
61 --gui use a graphical X user interface for error messages
62
63 --taxi TAXI_ID Taxi profile ID to download
64
66 -v, --verbose
67 increase verbosity
68
70 OY_DEBUG
71 set the Oyranos debug level. Alternatively the -v option can be
72 used.
73
74 XDG_DATA_HOME XDG_DATA_DIRS
75 route Oyranos to top directories containing resources. The
76 derived paths for ICC profiles have a "color/icc" appended.
77 http://www.oyranos.com/wiki/index.php?title=OpenIccDirectoryProposal
78
80 List all installed profiles by internal name:
81 oyranos-profiles -le
82
83 List all installed profiles of the display and output device classes:
84 oyranos-profiles -l -od
85
86 List all installed profiles in user path:
87 oyranos-profiles -lf | grep `oyranos-profiles -pu`
88
89 Install a profile for the actual user and show error messages in a GUI:
90 oyranos-profiles --gui --install -u profilename
91
92 Install a profile for the actual user and show error messages in a GUI:
93 oyranos-profiles --taxi=taxi_id/0 --gui --install -u
94
96 Kai-Uwe Behrmann (ku.b (at) gmx.de)
97
99 (c) 2010-2012, Kai-Uwe Behrmann and others
100 License: new BSD <http://www.opensource.org/licenses/bsd-license.php>
101
103 oyranos-config-fltk(1) oyranos-config(1) oyranos(3)
104 http://www.oyranos.org
105
107 at: http://sourceforge.net/tracker/?group_id=177017&atid=879553
108
109
110
111User Commands January 08, 2012 oyranos-profiles(1)