aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io.h')
-rw-r--r--fiv-io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fiv-io.h b/fiv-io.h
index 80029ef..f2cfecd 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -25,6 +25,7 @@
// TODO(p): Make it possible to use Skia's skcms,
// which also supports premultiplied alpha.
+// NOTE: Little CMS will probably start supporting premultiplied alpha in 2022.
typedef void *FivIoProfile;
FivIoProfile fiv_io_profile_new(const void *data, size_t len);
FivIoProfile fiv_io_profile_new_sRGB(void);