]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/pixel.h
Update web pages
[imagemagick] / MagickCore / pixel.h
index d4271361048769fca0a2453f95f645300a74218d..14edf2266ae93ab3db4cd7d2091afe36afdd8f49 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
 
   You may not use this file except in compliance with the License.
@@ -208,6 +208,9 @@ typedef struct _CacheView
 /*
   Pixel method declarations.
 */
+extern MagickExport ChannelType
+  SetPixelChannelMask(Image *,const ChannelType);
+
 extern MagickExport MagickBooleanType
   ExportImagePixels(Image *,const ssize_t,const ssize_t,const size_t,
     const size_t,const char *,const StorageType,void *,ExceptionInfo *),
@@ -228,6 +231,8 @@ extern MagickExport MagickBooleanType
   SetPixelMetaChannels(Image *,const size_t,ExceptionInfo *);
 
 extern MagickExport MagickRealType
+  GetPixelInfoIntensity(const Image *restrict,const PixelInfo *restrict)
+    magick_hot_spot,
   GetPixelIntensity(const Image *restrict,const Quantum *restrict)
     magick_hot_spot;
 
@@ -246,8 +251,7 @@ extern MagickExport MagickRealType
 extern MagickExport void
   ConformPixelInfo(Image *,const PixelInfo *,PixelInfo *,ExceptionInfo *),
   GetPixelInfo(const Image *,PixelInfo *),
-  InitializePixelChannelMap(Image *),
-  SetPixelChannelMask(Image *,const ChannelType);
+  InitializePixelChannelMap(Image *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }