cd-it8-utils
cd-it8-utils — Utilities for working with CdIt8 objects
|
|
Description
Functions to do cool things with sets of reference and measurements.
Details
cd_it8_utils_calculate_ccmx ()
gboolean cd_it8_utils_calculate_ccmx (CdIt8 *it8_reference
,
CdIt8 *it8_measured
,
CdIt8 *it8_ccmx
,
GError **error
);
This calculates the colorimter correction matrix using the Four-Color
Matrix Method by Yoshihiro Ohno and Jonathan E. Hardis, 1997.
it8_reference :
|
The reference data |
it8_measured :
|
The measured data |
it8_ccmx :
|
The calculated correction matrix |
error :
|
A GError, or NULL
|
Returns : |
TRUE if a correction matrix was found. |