From: cristy Date: Tue, 10 Jan 2012 03:00:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6834e270b99c2747ad5b2f4edeecf862aaf825;p=imagemagick --- diff --git a/MagickCore/pixel.c b/MagickCore/pixel.c index 5d14e2c2d..5ed216fd1 100644 --- a/MagickCore/pixel.c +++ b/MagickCore/pixel.c @@ -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