]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 19 Sep 2010 02:18:18 +0000 (02:18 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 19 Sep 2010 02:18:18 +0000 (02:18 +0000)
magick/magick-type.h

index aa0222be00b18722bc4a9341f6f925e8b065136b..30aa28f51a55fb8bd3099724270d8453d1e6a1f8 100644 (file)
@@ -27,6 +27,9 @@ extern "C" {
 #if !defined(MAGICKCORE_QUANTUM_DEPTH)
 #define MAGICKCORE_QUANTUM_DEPTH  16
 #endif
+#if defined(MAGICKCORE_HDRI_SUPPORT)
+#define MAGICKCORE_QUANTUM_DEPTH  16
+#endif
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(__MINGW32__)
 #  define MagickLLConstant(c)  (MagickOffsetType) (c ## i64)