From 1431188e2704d5167ff3dd1e7d2e02db3a88795a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 4 Oct 2022 00:53:58 +0200 Subject: [PATCH] Update a comment --- fiv-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);