commit | ccc1640ed3fbbdc6f5f15e27e12b17faa4aa7bc8 | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sun Nov 25 09:56:18 2018 -0500 |
committer | Cristy <urban-warrior@imagemagick.org> | Sun Nov 25 09:56:18 2018 -0500 |
tree | 899c71b4fd80a10c7ee6e3329b4d54c2ee0f891a | |
parent | 03507b81f86f329275154e0d07e3c74cd0a229fc [diff] [blame] |
Add framework to support the Cube LUT image format
diff --git a/coders/coders.h b/coders/coders.h index 5345f5d..65bcec4 100644 --- a/coders/coders.h +++ b/coders/coders.h
@@ -34,6 +34,7 @@ #endif #include "coders/clip.h" #include "coders/cmyk.h" +#include "coders/cube.h" #include "coders/cut.h" #include "coders/dcm.h" #include "coders/dds.h"