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

FreeBSD Manual Pages

  
 
  

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

NAME
       oyranos-profile - Oyranos CMS ICC profile tool

SYNOPSIS
       oyranos-profile PROFILENAME
       oyranos-profile -l PROFILENAME
       oyranos-profile -r NUMBER PROFILENAME
       oyranos-profile -m [-w FILENAME]	PROFILENAME
       oyranos-profile --ppmcie	PROFILENAME
       oyranos-profile -o FILENAME [-c CLASS] [-f xml]
       oyranos-profile -w NAME [-j FILENAME | -m] PROFILENAME
       oyranos-profile [ |-h ]

DESCRIPTION
       The oyranos-profile programm shows informations about a ICC profile and
       allows some modifications.

OPTIONS
       -l     list contained tags additional to	overview and header.

	      -p NUMBER	select tag
	      -n NAME select tag

       -r NUMBER FILENAME
	      remove selected tag number.

       -m     show internal hash value.

	      -w FILENAME write	profile	with correct hash

       --ppmcie
	      show CIE*xy chromaticities, if available,	for use	with ppmcie.

       -o FILENAME
	      write device informations	to OpenICC JSON.

	      -c  NAME	use  device  class. Useful device classes are monitor,
	      scanner, printer,	camera.

	      -f xml use IccXML	format

       -w NAME PROFILENAME
	      write ICC	profile. The -w	option specifies the new internal  and
	      external profile name. PROFILENAME specifies the source profile.

	      -j FILENAME embed	OpenICC	JSON device from file
	      -s NAME add prefix

GENERAL	OPTIONS
       PROFILENAME
	      can be file name,	internal description string, ICC profile ID or
	      wildcard	"rgb",	"cmyk",	 "gray",  "lab", "xyz",	"web", "rgbi",
	      "cmyki", "grayi",	"labi",	"xyzi".	 Wildcards ending with "i" are
	      assumed profiles.	"web" is a sRGB	profile. The  other  wildcards
	      are editing profiles.

       -v, --verbose
	      increase verbosity

       --short show only the ICC profiles file name

       --path show the full ICC	profile	path and file name

       -h, --help
	      print a help text

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  de-
	      rived paths for ICC profiles have	a "color/icc" appended.
	      http://www.oyranos.com/wiki/index.php?title=OpenIccDirectoryProposal

EXAMPLES
       Show overview and header	of profile:
	      oyranos-profile sRGB.icc

       Show first tags content of profile:
	      oyranos-profile -lv -p=1 sRGB.icc

       Show the	profile	hash sum:
	      oyranos-profile -m sRGB.icc

       Show the	RGB primaries of a matrix profile inside a CIE*xy diagram:
	      ppmcie `oyranos-profile --ppmcie sRGB.icc` > sRGB_cie-xy.ppm

       Add calibration data to meta tag	of a device profile:
	      oyranos-profile -w my_profile -j my_device.json my_profile.icc

       Pass the	profile	to a external tool:
	      iccdump "`oyranos-profile	--path cmyk`"

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

COPYRIGHT
       (c) 2011-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) oyranos-profiles(1)
       ppmcie(1)
       http://www.oyranos.org

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

User Commands			March 06, 2015		    oyranos-profile(1)

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

home | help