summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-04-05 17:05:31 +0200
committerMarti Maria <info@littlecms.com>2011-04-05 17:05:31 +0200
commit347e78ed167371361e6b707c6804db6b1f609c14 (patch)
tree46f504fd33088d58f43fdbe6fd25cb858a08c232 /include
parent900e457fe3902a83fc6cd9722b8b30f8532c06fb (diff)
downloadlcms2-347e78ed167371361e6b707c6804db6b1f609c14.tar.gz
2.2 additions and some bugfixing
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 16c1b46..acdc6b5 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1615,6 +1615,10 @@ CMSAPI cmsFloat64Number CMSEXPORT cmsSetAdaptationState(cmsFloat64Number d);
// Grab the ContextID from an open transform. Returns NULL if a NULL transform is passed
CMSAPI cmsContext CMSEXPORT cmsGetTransformContextID(cmsHTRANSFORM hTransform);
+// Grab the input/output formats
+CMSAPI cmsUInt32Number CMSEXPORT cmsGetTransformInputFormat(cmsHTRANSFORM hTransform);
+CMSAPI cmsUInt32Number CMSEXPORT cmsGetTransformOutputFormat(cmsHTRANSFORM hTransform);
+
// For backwards compatibility
CMSAPI cmsBool CMSEXPORT cmsChangeBuffersFormat(cmsHTRANSFORM hTransform,
cmsUInt32Number InputFormat,