]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/histogram.h
https://github.com/ImageMagick/ImageMagick/issues/1336
[imagemagick] / MagickCore / histogram.h
index 06606c0c746c990ae2551390d621d0722bca4f24..fdbcce56642780564e6bf11b1c4da0e5777724e1 100644 (file)
@@ -1,11 +1,11 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2018 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.
   obtain a copy of the License at
   
-    http://www.imagemagick.org/script/license.php
+    https://imagemagick.org/script/license.php
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,8 +15,8 @@
 
   MagickCore histogram methods.
 */
-#ifndef _MAGICKCORE_HISTOGRAM_H
-#define _MAGICKCORE_HISTOGRAM_H
+#ifndef MAGICKCORE_HISTOGRAM_H
+#define MAGICKCORE_HISTOGRAM_H
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
@@ -29,8 +29,9 @@ extern MagickExport Image
   *UniqueImageColors(const Image *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
+  IdentifyPaletteImage(const Image *,ExceptionInfo *),
   IsHistogramImage(const Image *,ExceptionInfo *),
-  IsPaletteImage(const Image *,ExceptionInfo *),
+  IsPaletteImage(const Image *),
   MinMaxStretchImage(Image *,const double,const double,const double,
     ExceptionInfo *);