mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-02 03:00:40 +01:00
color-lcms: clarify ICC-to-ICC pipeline prints
In the future parametric<->ICC color transformations will be a thing. Clarify that the printed pipeline is just the ICC-to-ICC part of it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
ddd03a3606
commit
16e958607a
1 changed files with 2 additions and 2 deletions
|
|
@ -1214,7 +1214,7 @@ transform_factory(_cmsTransform2Fn *xform_fn,
|
|||
|
||||
/* Print pipeline before optimization */
|
||||
weston_log_scope_printf(cm->optimizer_scope,
|
||||
" transform pipeline before optimization:\n");
|
||||
" ICC-to-ICC transform pipeline before optimization:\n");
|
||||
pipeline_print(lut, context_id, cm->optimizer_scope);
|
||||
|
||||
/* Optimize pipeline */
|
||||
|
|
@ -1222,7 +1222,7 @@ transform_factory(_cmsTransform2Fn *xform_fn,
|
|||
|
||||
/* Print pipeline after optimization */
|
||||
weston_log_scope_printf(cm->optimizer_scope,
|
||||
" transform pipeline after optimization:\n");
|
||||
" ICC-to-ICC transform pipeline after optimization:\n");
|
||||
pipeline_print(lut, context_id, cm->optimizer_scope);
|
||||
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue