Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
oyranos-profiles(1)	     General Commands Manual	     oyranos-profiles(1)

NAME
     oyranos-profiles - Oyranos CMS ICC profiles tool

SYNOPSIS
     oyranos-profiles -l [-f] [-e] [-acdknoi] [-24] [--duplicates|--no-repair]
     oyranos-profiles -p [-usym]
     oyranos-profiles --install [-u|-s|-y|-m] PROFILENAME
     oyranos-profiles --taxi=ID [--gui] [-d] --install -u|-s|-y|-m
     oyranos-profiles [ |-h ]

DESCRIPTION
     The  oyranos-profiles  programm  let  you	query and install profile(s) for
     OpenICC compliant applications.

OPTIONS
     -l     list installed profiles.

	    -f show full filename including path.
	    -e show internal name. The text string comes from the 'desc' tag.
	    --duplicates show profiles with duplicate profile ID
	    --no-repair skip repair of profile ID
	    -2 select ICC v2 profiles
	    -4 select ICC v4 profiles

	    Following options are filters and can be added to each other.
	    -a show profiles of the abstract class
	    -c show profiles of the color space class
	    -d show profiles of the display class
	    -k show profiles of the device link class
	    -n show profiles of the named color 2 class
	    -o show profiles of the output device class
	    -i show profiles of the input device class

     -p     show search paths according to the OS color management system and to
	    the actual OpenICC profile search paths.
	    -u user path
	    -s Linux system path
	    -y Oyranos path
	    -m machine specific path

     --install
	    install a ICC profile into one of the following OpenICC paths.

	    One of the following options is a required arument to the  --install
	    option.
	    -u user path
	    -s Linux system path
	    -y Oyranos path
	    -m machine specific path

	    The following options must be specified before the --install option.
	    --gui use a graphical X user interface for error messages
	    --taxi TAXI_ID Taxi profile ID to download
	    -d use device sub path

GENERAL OPTIONS
     -v, --verbose
	    increase verbosity

ENVIRONMENT
     OY_DEBUG
	    set  the  Oyranos  debug  level.  Alternatively the -v option can be
	    used.

     XDG_DATA_HOME XDG_DATA_DIRS
	    route Oyranos to top directories containing resources.  The  derived
	    paths for ICC profiles have a "color/icc" appended.
	    http://www.oyranos.com/wiki/index.php?title=OpenIccDirectoryProposal

EXAMPLES
     List all installed profiles by internal name:
	    oyranos-profiles -le

     List all installed profiles of the display and output device classes:
	    oyranos-profiles -l -od

     List all installed profiles in user path:
	    oyranos-profiles -lf | grep `oyranos-profiles -pu`

     Install a profile for the actual user and show error messages in a GUI:
	    oyranos-profiles --gui --install -u profilename

     Install a profile for the actual user and show error messages in a GUI:
	    oyranos-profiles --taxi=taxi_id/0 --gui -d --install -u

AUTHOR
     Kai-Uwe Behrmann (ku.b (at) gmx.de)

COPYRIGHT
     (c) 2010-2015, Kai-Uwe Behrmann and others
     License: new BSD <http://www.opensource.org/licenses/BSD-3-Clause>

SEE ALSO
     oyranos-config-fltk(1) oyranos-config(1) oyranos(3)
     http://www.oyranos.org

BUGS
     at: http://sourceforge.net/tracker/?group_id=177017&atid=879553

User Commands			January 03, 2015	     oyranos-profiles(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=oyranos-profiles&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help