From 839a5b09fdef1922091506185c12280e4343c9f9 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Fri, 23 Mar 2012 17:28:15 +0100 Subject: Added Adobe Black point detection algorithm --- include/lcms2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lcms2.h') 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); -- cgit v1.2.1