diff options
author | Marti Maria <info@littlecms.com> | 2012-03-23 17:28:15 +0100 |
---|---|---|
committer | Marti Maria <info@littlecms.com> | 2012-03-23 17:28:15 +0100 |
commit | 839a5b09fdef1922091506185c12280e4343c9f9 (patch) | |
tree | 8be3a8a7b33eca899aa122b8ef7343af326ff868 /include | |
parent | 4d9557eea21946e7c0d682d607d42d327f73d076 (diff) | |
download | lcms2-839a5b09fdef1922091506185c12280e4343c9f9.tar.gz |
Added Adobe Black point detection algorithm
Diffstat (limited to 'include')
-rw-r--r-- | include/lcms2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcms2.h b/include/lcms2.h index c2bbf9c..11965eb 100644 --- a/include/lcms2.h +++ b/include/lcms2.h @@ -1756,6 +1756,7 @@ CMSAPI cmsBool CMSEXPORT cmsGDBCheckPoint(cmsHANDLE hGBD, const cmsCIEL // Estimate the black point CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags); +CMSAPI cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags); // Estimate total area coverage CMSAPI cmsFloat64Number CMSEXPORT cmsDetectTAC(cmsHPROFILE hProfile); |