commit | 030436f8fc9854b6bb39f4d7593d9e70ff83a8ca | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Jan 06 21:56:17 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Jan 06 21:56:17 2012 +0000 |
tree | 54234c4ec26f2fa00be19393e6468c635356970b | |
parent | b13e12a94fbf88e8597bfe485e35b484b1ff2e6a [diff] [blame] |
diff --git a/MagickCore/constitute.h b/MagickCore/constitute.h index 2e64556..33d1ac7 100644 --- a/MagickCore/constitute.h +++ b/MagickCore/constitute.h
@@ -22,17 +22,7 @@ extern "C" { #endif -typedef enum -{ - UndefinedPixel, - CharPixel, - DoublePixel, - FloatPixel, - IntegerPixel, - LongPixel, - QuantumPixel, - ShortPixel -} StorageType; +#include <MagickCore/pixel.h> extern MagickExport Image *ConstituteImage(const size_t,const size_t,const char *,const StorageType,