]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 7 Jan 2012 00:03:25 +0000 (00:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 7 Jan 2012 00:03:25 +0000 (00:03 +0000)
MagickCore/pixel.h
coders/cals.c
coders/inline.c

index 6a314cec172b111053da98456470d82ac2ae8fee..75652f06f67c16169f78051f621fa8af99b134b7 100644 (file)
@@ -23,7 +23,6 @@ extern "C" {
 #endif
 
 #include <MagickCore/colorspace.h>
-#include <MagickCore/constitute.h>
 
 #define MaxPixelChannels  32
 #undef index
@@ -123,6 +122,18 @@ typedef struct _PixelPacket
     black;
 } PixelPacket;
 
+typedef enum
+{
+  UndefinedPixel,
+  CharPixel,
+  DoublePixel,
+  FloatPixel,
+  IntegerPixel,
+  LongPixel,
+  QuantumPixel,
+  ShortPixel
+} StorageType;
+
 typedef struct _CacheView
   CacheView_;
 
index 9fadccab6109d3d886a9fd6fa09459f27e0c8240..6ebcb7842a14749077cb9455a38023bd8a219b02 100644 (file)
@@ -49,6 +49,7 @@
 #include "MagickCore/blob-private.h"
 #include "MagickCore/cache.h"
 #include "MagickCore/colorspace.h"
+#include "MagickCore/constitute.h"
 #include "MagickCore/exception.h"
 #include "MagickCore/exception-private.h"
 #include "MagickCore/geometry.h"
index 0534a85033bc47f62ce3f89a2c4682eeef0b22f5..56ba3e72db24f428584ce1d3779a0156c962ce7e 100644 (file)
@@ -43,6 +43,7 @@
 #include "MagickCore/blob.h"
 #include "MagickCore/blob-private.h"
 #include "MagickCore/client.h"
+#include "MagickCore/constitute.h"
 #include "MagickCore/display.h"
 #include "MagickCore/exception.h"
 #include "MagickCore/exception-private.h"