diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-06 11:08:56 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-06 12:20:03 +0200 | 
| commit | 6cc4ca1f44278c9821675dd5d1f34aa442c6ce7d (patch) | |
| tree | 816410c7ebae8caa0d2287a88e8a1c971b3407e5 /fiv-io.h | |
| parent | 1c25cb411fc4eb9b1cbb11160560155667e30e81 (diff) | |
| download | fiv-6cc4ca1f44278c9821675dd5d1f34aa442c6ce7d.tar.gz fiv-6cc4ca1f44278c9821675dd5d1f34aa442c6ce7d.tar.xz fiv-6cc4ca1f44278c9821675dd5d1f34aa442c6ce7d.zip  | |
Use Little CMS's alpha premultiplication feature
And do a little cleanup.
Diffstat (limited to 'fiv-io.h')
| -rw-r--r-- | fiv-io.h | 4 | 
1 files changed, 1 insertions, 3 deletions
@@ -24,9 +24,7 @@  // --- Colour management ------------------------------------------------------- -// TODO(p): Make it possible to use Skia's skcms, -// which also supports premultiplied alpha. -// NOTE: Little CMS 2.13 already supports premultiplied alpha, too. +// TODO(p): Make it also possible to use Skia's skcms.  typedef void *FivIoProfile;  FivIoProfile fiv_io_profile_new(const void *data, size_t len);  FivIoProfile fiv_io_profile_new_sRGB(void);  | 
