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

index 5d14e2c2d819f1a619526887daf7772bbb44a051..5ed216fd128054ccd6bb93d30e9308727491f5c8 100644 (file)
@@ -339,7 +339,7 @@ MagickExport PixelChannelMap *DestroyPixelChannelMap(
 %    o type: Define the data type of the pixels.  Float and double types are
 %      normalized to [0..1] otherwise [0..QuantumRange].  Choose from these
 %      types: CharPixel (char *), DoublePixel (double *), FloatPixel (float *),
-%      LongPixel (unsigned int *), LongLongPixel (unsigned long *),
+%      LongPixel (unsigned int *), LongLongPixel (unsigned long long *),
 %      QuantumPixel (Quantum *), or ShortPixel (unsigned short *).
 %
 %    o pixels: This array of values contain the pixel components as defined by
@@ -2043,7 +2043,7 @@ MagickExport void GetPixelInfo(const Image *image,PixelInfo *pixel)
 %    o type: Define the data type of the pixels.  Float and double types are
 %      normalized to [0..1] otherwise [0..QuantumRange].  Choose from these
 %      types: CharPixel (char *), DoublePixel (double *), FloatPixel (float *),
-%      LongPixel (unsigned int *), LongLongPixel (unsigned long *),
+%      LongPixel (unsigned int *), LongLongPixel (unsigned long long *),
 %      QuantumPixel (Quantum *), or ShortPixel (unsigned short *).
 %
 %    o pixels: This array of values contain the pixel components as defined by