Skip to content

Latest commit

 

History

History
176 lines (136 loc) · 13.9 KB

oyranosprofilesde.md

File metadata and controls

176 lines (136 loc) · 13.9 KB

oyranos-profiles v0.9.7 {#oyranosprofilesde}

NAME ÜBERSICHT BESCHREIBUNG OPTIONEN ALLGEMEINE OPTIONEN UMGEBUNGSVARIABLEN BEISPIELE SIEHE AUCH AUTOR KOPIERRECHT FEHLER

"oyranos-profiles" 1 "October 11, 2018" "User Commands"

NAME

oyranos-profiles v0.9.7 - Oyranos Profile

ÜBERSICHT

oyranos-profiles -l [-f] [-e] [-a] [-c] [-d] [-k] [-n] [-o] [-i] [-2] [-4] [-P=PFAD_WORT_TEIL] [-T=SCHLÜSSEL:WERT] [-v]
oyranos-profiles -p [-u|-s|-y|-m] [-v]
oyranos-profiles -I=ICC_PROFIL | -t=TAXI_ID [-u|-s|-y|-m] [-g] [-v]
oyranos-profiles -h[=synopsis|...] | -X=json|json+command|man|markdown | -V

BESCHREIBUNG

Das Werkzeug kann installierte Profile und Suchpfade anzeigen. Es kann ein Profil in einen Suchpfad installieren.

OPTIONEN

Liste der verfügbaren ICC Farbprofile

   oyranos-profiles -l [-f] [-e] [-a] [-c] [-d] [-k] [-n] [-o] [-i] [-2] [-4] [-P=PFAD_WORT_TEIL] [-T=SCHLÜSSEL:WERT] [-v]

-l|--list-profiles Liste Profile
-f|--full-names Profildateiname
Zeige kompletten Pfad- und Dateinamen
-e|--internal-names Interne Namen
Der Text kommt vom 'desc' Profilelement.
-a|--abstract Wähle abstrakte Profile
-c|--color-space Wähle Farbraumprofile
-d|--display Wähle Monitorprofile
-k|--device-link Wähle Verknüpfungsprofil
-n|--named-color Wähle Einzelfarbprofile
-o|--output Wähle Ausgabeprofil
-i|--input Wähle Eingangsprofile
-2|--icc-version-2 Wähle ICC V2 Profile
-4|--icc-version-4 Wähle ICC V4 Profile
-P|--path=PFAD_WORT_TEIL Zeige Profile, welche ein Wort in ihrem Pfadnamen enthalten.
-P basICColor
-P colord
-P edid
-P OpenICC
-P oyra
-P xorg
-T|--meta=SCHLÜSSEL:WERT Suche nach Schlüssel/Werte Paar in Meta Element
Zeige Profile welche ein bestimmtes Schlüssel/Werte Paar im meta Tag enthalten. WERT kann '*' enthalten für das Filtern von Wortteilen.
-T EFFECT_class:sepia
-T EFFECT_class:bw
-D|--duplicates Zeige identische mehrfach installierte Profile an

Zeige Suchpfade

   oyranos-profiles -p [-u|-s|-y|-m] [-v]

-p|--list-paths Liste der ICC Farbprofilpfade
-u|--user Benutzerpfad
-s|--system Systempfad
-y|--oyranos Oyranospfad
-m|--machine Maschinenpfad

Installiere Profil

   oyranos-profiles -I=ICC_PROFIL | -t=TAXI_ID [-u|-s|-y|-m] [-g] [-v]

-I|--install=ICC_PROFIL Installiere Profil
-t|--taxi=TAXI_ID ICC Taxi Profile DatenBank
-u|--user Benutzerpfad
-s|--system Systempfad
-y|--oyranos Oyranospfad
-m|--machine Maschinenpfad
-g|--gui Zeige Grafische Benutzerschnittstelle
--test Keine Ausführung

ALLGEMEINE OPTIONEN

Allgemeine Optionen

   oyranos-profiles -h[=synopsis|...] | -X=json|json+command|man|markdown | -V

-h|--help[=synopsis|...] Zeige Hilfetext an
Zeige Benutzungsinformationen und Hinweise für das Werkzeug.
-X|--export=json|json+command|man|markdown Exportiere formatierten Text
Hole Benutzerschnittstelle als Text
-X man# Handbuch : Unix Handbuchseite - Hole Unix Handbuchseite
-X markdown# Markdown : Formatierter Text - Hole formatierten Text
-X json# Json : GUI - Hole Oyjl Json Benutzerschnittstelle
-X json+command# Json + Kommando : GUI + Kommando - Hole Oyjl Json Benutzerschnittstelle mit Kommando
-X export# Export : Alle verfügbaren Daten - Erhalte Daten für Entwickler. Das Format kann mit dem oyjl-args Werkzeug umgewandelt werden.
-V|--version Version
-R|--render=gui|cli|web|... Wähle Darstellung
Wähle und konfiguriere eine Ausgabeform. -R=gui wird eine grafische Ausgabe starten. -R="web:port=port_nummer:https_key=TLS_privater_Schlüssel_Dateiname:https_cert=TLS_CA_Zertifikat_Dateiname:css=Stil_Dateiname.css" wird einen Web Service starten.
-R gui# Gui : Zeige UI - Zeige eine interaktive grafische Benutzerschnittstelle.
-R cli# Cli : Zeige UI - Zeige Hilfstext für Benutzerschnittstelle auf der Kommandozeile.
-R web# Web : Starte Web Server - Starte lokalen Web Service für die Darstellung in einem Webbrowser. Die -R=web:help Unteroption zeigt weitere Informationen an.
-R -
-v|--verbose plaudernd

UMGEBUNGSVARIABLEN

OY_DEBUG

  Setze das Oyranos Fehlersuchniveau.
  Die -v Option kann alternativ benutzt werden.
  Der gültige Bereich ist 1-20.

XDG_DATA_HOME XDG_DATA_DIRS

  richte Oyranos auf obere Verzeichnisse, welche Resourcen enthalten. An die Pfade für ICC Farbprofile wird "color/icc" angehangen. http://www.openicc.org/index.php%3Ftitle=OpenIccDirectoryProposal.html

BEISPIELE

Liste alle installierten Profile mit internem Namen

  oyranos-profiles -le

Liste alle installierten Profile mit Monitor-und Ausgabeklasse

  oyranos-profiles -l -od

Liste alle installierten Profile im Benutzerpfad

  oyranos-profiles -lfu

Installiere ein Profile für den aktuellen Benutzer und zeige eine Fehlermeldung grafische an

  oyranos-profiles --install profilename -u --gui

Installiere ein Profile für den aktuellen Benutzer und zeige eine Fehlermeldung grafische an

  oyranos-profiles --install --taxi=taxi_id/0 --gui -d -u

Zeige Dateiinfos

  SAVEIFS=$IFS ; IFS=$'\n\b'; profiles=(oyranos-profiles -ldf); IFS=$SAVEIFS; for file in "${profiles[@]}"; do ls "$file"; done

SIEHE AUCH

  oyranos-profile-graph(1)  oyranos-config(1)  oyranos-policy(1)  oyranos(3)

http://www.oyranos.org

AUTOR

Kai-Uwe Behrmann http://www.oyranos.org

KOPIERRECHT

© 2005-2021 Kai-Uwe Behrmann and others

Lizenz

newBSD http://www.oyranos.org

FEHLER

https://www.gitlab.com/oyranos/oyranos/issues