From a7efb8534062466a288d41f9dfea4a7b93fd04fd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 15 Dec 2016 23:20:25 +0100 Subject: update todo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..f479100 --- /dev/null +++ b/TODO @@ -0,0 +1,17 @@ +Colour spaces: + LMS + L'M'S' + ICtCp + YCbCr + TSL + Y'UV + Hunter 1948 color space + +Support for generic additive colour spaces (3 channels and more) +Support for generic subtractive colour spaces (3 channels and more) + +GPU accelerated functions: + int libcolour_convert_en_masse_f(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) + Where `...` normally is `float* ch1, float* ch2, float* ch3`. + int libcolour_convert_en_masse_d(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) + Where `...` normally is `double* ch1, double* ch2, double* ch3`. -- cgit v1.2.3-70-g09d2