summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-09-03 21:47:09 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-09-03 21:47:09 +0200
commitd6eb05ae6f7a6b81f11314fd36b580ed2dd2f5a5 (patch)
tree77132b952855234b204b5b7ca96b1f0ef63de50c /include
parent29b0d7953af3a49ed524042e4622a842e38e3329 (diff)
downloadlcms2-d6eb05ae6f7a6b81f11314fd36b580ed2dd2f5a5.tar.gz
added interpolation kernels for more input channels
Thanks to Carles Llopis for the idean and the code
Diffstat (limited to 'include')
-rw-r--r--include/lcms2_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index c36998e..507acd6 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -286,7 +286,7 @@ typedef union {
#define CMS_LERP_FLAGS_TRILINEAR 0x0100 // Hint only
-#define MAX_INPUT_DIMENSIONS 8
+#define MAX_INPUT_DIMENSIONS 15
typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling the interpolation function