diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-26 00:30:30 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-26 01:14:27 +0100 |
commit | e37acf365a920132da5fdaf014b6b534a4d76015 (patch) | |
tree | 43056819eed2cf9847e27c26f0910dbd32032162 /fiv-io.h | |
parent | ccf15bc8ae625476e025348867e1bab1f7ed9572 (diff) | |
download | fiv-e37acf365a920132da5fdaf014b6b534a4d76015.tar.gz fiv-e37acf365a920132da5fdaf014b6b534a4d76015.tar.xz fiv-e37acf365a920132da5fdaf014b6b534a4d76015.zip |
Colour manage all WebP forms
It could be done better, but at least it works at all.
Diffstat (limited to 'fiv-io.h')
-rw-r--r-- | fiv-io.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |