From 04b0b0caf46f9b0f408b7c4d2774f96335c487a6 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 27 Jan 2024 23:43:06 +0100 Subject: WIP: Thread-safe colour management --- fiv-io.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fiv-io.h') diff --git a/fiv-io.h b/fiv-io.h index 94a15e1..d86c80a 100644 --- a/fiv-io.h +++ b/fiv-io.h @@ -25,12 +25,10 @@ typedef enum _FivIoOrientation FivIoOrientation; typedef struct _FivIoRenderClosure FivIoRenderClosure; typedef struct _FivIoImage FivIoImage; +typedef struct _FivIoProfile FivIoProfile; // --- Colour management ------------------------------------------------------- -// TODO(p): Make it also possible to use Skia's skcms. -// TODO(p): Profiles might want to keep references to their CMM contexts. -typedef void *FivIoProfile; GBytes *fiv_io_profile_to_bytes(FivIoProfile *profile); void fiv_io_profile_free(FivIoProfile *self); -- cgit v1.2.3-70-g09d2