diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-10-04 00:53:58 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-10-04 00:54:14 +0200 |
commit | 1431188e2704d5167ff3dd1e7d2e02db3a88795a (patch) | |
tree | 5cd4abe2f20a407a12cb65bd54a3be5f5e20958e /fiv-io.h | |
parent | 9cdc641b0a233d46dffc3595574af30b66369190 (diff) | |
download | fiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.tar.gz fiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.tar.xz fiv-1431188e2704d5167ff3dd1e7d2e02db3a88795a.zip |
Update a comment
Diffstat (limited to 'fiv-io.h')
-rw-r--r-- | fiv-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |