aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-10-04 00:53:58 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-10-04 00:54:14 +0200
commit1431188e2704d5167ff3dd1e7d2e02db3a88795a (patch)
tree5cd4abe2f20a407a12cb65bd54a3be5f5e20958e
parent9cdc641b0a233d46dffc3595574af30b66369190 (diff)
downloadfiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.tar.gz
fiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.tar.xz
fiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.zip
Update a comment
-rw-r--r--fiv-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fiv-io.h b/fiv-io.h
index 7788a76..9cbe5d8 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -26,7 +26,7 @@
// TODO(p): Make it possible to use Skia's skcms,
// which also supports premultiplied alpha.
-// NOTE: Little CMS 2.13 will support premultiplied alpha in 2022.
+// NOTE: Little CMS 2.13 already supports premultiplied alpha, too.
typedef void *FivIoProfile;
FivIoProfile fiv_io_profile_new(const void *data, size_t len);
FivIoProfile fiv_io_profile_new_sRGB(void);