On 09/07/16 07:45, Klaus Ethgen wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Morgan,

Am Fr den  8. Jul 2016 um 21:20 schrieb Morgan Hardwood:
There is quite a serious bug or lack of feature in Geeqie. One can use a
monitor profile, but the monitor profile uses the perceptual rendering intent
instead of relative colorimetric, if it supports both. The default option
should always be relative colorimetric, even if more rendering intents are
present in the profile. That is of utmost importance and more of a bug.
Secondary to that is adding an easily-accessible option to switch rendering
intents, more of a feature request.
Can you please open a bug report at [0]. That way it will not get lost.

Regards
    Klaus


At around line 187 of color-man.c is:

    cc->transform = cmsCreateTransform(cc->profile_in,
                       (has_alpha) ? TYPE_RGBA_8 : TYPE_RGB_8,
                       cc->profile_out,
                       (has_alpha) ? TYPE_RGBA_8 : TYPE_RGB_8,
                       INTENT_PERCEPTUAL, 0);

INTENT_PERCEPTUAL is what lcms2 uses as default in its documentation.

If it were simply a matter of swapping that to INTENT_RELATIVE_COLORIMETRIC, it would be easy to put an option in the preferences tab.

In fact, if lcms2 has a "cmsIsIntentSupported" function, it would be possible to put a drop-down box of the available intents.

However I have absolutely no knowledge colours, gamuts or anything else - I don't know if the above information is relevant or not.

I leave it to others to decide what to do.

Colin Clark..


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to