Color Management/ca: Difference between revisions

From KDE UserBase Wiki
(Created page with "Parts d'aquesta tecnologia s'implementen al sistema operatiu (SO), biblioteques d'ajuda, l'aplicació, i els dispositius. Una vista general sobre la plataforma per a la gesti...")
(Created page with "La peça de programari més important és el sistema per a la gestió del color (CMS). A més del CMS, per tal d'obtenir una adequada correcció del color a l'espai de treball...")
Line 15: Line 15:
Parts d'aquesta tecnologia s'implementen al sistema operatiu (SO), biblioteques d'ajuda, l'aplicació, i els dispositius. Una vista general sobre la plataforma per a la gestió del color és l'ús d'un sistema per a la gestió del color compatible amb ICC.
Parts d'aquesta tecnologia s'implementen al sistema operatiu (SO), biblioteques d'ajuda, l'aplicació, i els dispositius. Una vista general sobre la plataforma per a la gestió del color és l'ús d'un sistema per a la gestió del color compatible amb ICC.


The most important software part is the color management system (CMS). Besides the CMS, in order to get a proper color-corrected workspace, applications that are aware of color management are also needed.
La peça de programari més important és el sistema per a la gestió del color (CMS). A més del CMS, per tal d'obtenir una adequada correcció del color a l'espai de treball, també serà necessari que les aplicacions estiguin al corrent de la gestió del color.


==Requeriments==
==Requeriments==

Revision as of 23:13, 16 November 2012

Other languages:

Introducció

En aquesta guia descriu com utilitzar el sistema per a la gestió del color Oyranos amb el KDE per obtenir la correcció de color amb KWin, utilitzant els mètodes de OpenICC.

Què és la gestió del color?

Gestió del color a la Viquipèdia

En sistemes d'imatge digital, la gestió del color és la conversió controlada entre les representacions del color de diferents dispositius, com escàners d'imatges, càmeres digitals, monitors, pantalles de TV, impressores de film, impressores d'ordinador, premses òfset -impressió litogràfica-, i els suports corresponents.

L'objectiu principal de la gestió del color és obtenir una bona coincidència a través dels dispositius de color, per exemple, els colors d'un quadre d'un vídeo hauria d'aparèixer de la mateixa manera en un monitor d'ordinador LCD, en una pantalla de televisió de plasma, i com un cartell imprès. La gestió del color ajuda a aconseguir el mateix aspecte en tots aquests dispositius, sempre que els dispositius siguin capaços de subministrar les intensitats de color necessàries.

Parts d'aquesta tecnologia s'implementen al sistema operatiu (SO), biblioteques d'ajuda, l'aplicació, i els dispositius. Una vista general sobre la plataforma per a la gestió del color és l'ús d'un sistema per a la gestió del color compatible amb ICC.

La peça de programari més important és el sistema per a la gestió del color (CMS). A més del CMS, per tal d'obtenir una adequada correcció del color a l'espai de treball, també serà necessari que les aplicacions estiguin al corrent de la gestió del color.

Requeriments

To obtain a working color-managed workspace, you will need to install the following (recommended to install using packages provided by your distribution):

  • KWin with compositing enabled. KWin is part of KDE, more specifically kde-workspace.

Com activar la correcció del color en el KDE

Go to System Settings, select Desktop Effects, go to the Advanced tab, and check Enable color correction. Do not forget to click Apply. That is all!

If Kolor-Manager is not installed, nothing should happen. If something goes wrong, nothing should happen. If it is working, you might notice a change in the displayed colors. You need to have correct ICC profiles installed for your monitor(s) in order to notice changes in the way colors are displayed.

Com comprovar si està funcionant la gestió del color

You need qcmsevents which can be found in packages named "oyranos-qcmsevents" or similar. If you compile from sources, this program is found inside the oyranos example programs. To launch it, go to All Applications -> System -> Desktop Applet -> QCmsEvents . Alternatively, type "qcmsevents" in KRunner (Alt+F2) or in a terminal, and press Enter. This program will place an icon in the system tray, which can be clicked to show a window showing color management events.

The icon of qcmsevents should be colored. If the CIE horseshoe icon is still gray after 30 seconds from when it appeared, then the color correction is disabled or not working.

You can also use oyranos-monitor to configure a weird color profile for the monitor to check if color management is functioning. oyranos-monitor is a command-line program, so either use KRunner or a terminal.

oyranos-monitor -d 0 Lab.icc

To set the monitor profile back, use the commands from below. Optionally, you can specify on the second command line a specific profile for your monitor, if available.

oyranos-monitor -d 0 -e
oyranos-monitor -d 0 [el_meu_monitor_específic.icc]

Com funciona?

Kolor-Manager contains Kolor-Server, which interacts with Oyranos to obtain something like a lookup table used to translate colors from the normal (sRGB) color space to colors suitable for the monitor(s). This is transferred to KWin via D-Bus, which then draws everything with corrected colors.

An important thing to note is that the color correction is done on the GPU, so the amount of hardware resources used is minimal.

Kolor-Server conforms to the X Color Management Specification. Currently the implementation is incomplete.

Preguntes més freqüents

Per què no hi ha més característiques?

Because they have not yet been implemented. Currently, only per-output color correction is implemented. The next priority is per-region color correction, which we hope will be implemented for 4.11.

Per què és una característica experimental?

Because there are still many things that are not properly tested and could go wrong. One of the issues is that many monitors do not have associated ICC profiles and color correction has no effect (dummy profiles are used for them).

Què fer si la pantalla es queda en blanc?

This should not happen, but you never know. If it happens, disable KWin compositing temporarily using Alt+Shift+F12, disable color correction, and re-enable compositing.

Quan haurem d'esperar per una completa gestió del color al KDE?

If we are talking about color management in Qt, not anytime soon. If we are talking about decent color management implemented in the compositor (KWin), sooner than not anytime soon. It also depends on how quickly the graphics applications adapt to these new color management things.

No passa res si quelcom surt malament?

Because we had not enough time to implement notifications. This will change in the near future.