18#ifndef MAGICKCORE_HISTOGRAM_H
19#define MAGICKCORE_HISTOGRAM_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport PixelInfo
26 *GetImageHistogram(
const Image *,
size_t *,ExceptionInfo *);
28extern MagickExport Image
29 *UniqueImageColors(
const Image *,ExceptionInfo *);
31extern MagickExport MagickBooleanType
32 IdentifyPaletteImage(
const Image *,ExceptionInfo *),
33 IsHistogramImage(
const Image *,ExceptionInfo *),
34 IsPaletteImage(
const Image *),
35 MinMaxStretchImage(Image *,
const double,
const double,
const double,
38extern MagickExport
size_t
39 GetNumberColors(
const Image *,FILE *,ExceptionInfo *);
41#if defined(__cplusplus) || defined(c_plusplus)