18#ifndef MAGICKCORE_HISTOGRAM_H
19#define MAGICKCORE_HISTOGRAM_H
21#if defined(__cplusplus) || defined(c_plusplus)
37extern MagickExport ColorPacket
38 *GetImageHistogram(
const Image *,
size_t *,ExceptionInfo *);
40extern MagickExport Image
41 *UniqueImageColors(
const Image *,ExceptionInfo *);
43extern MagickExport MagickBooleanType
44 IdentifyPaletteImage(
const Image *,ExceptionInfo *),
45 IsHistogramImage(
const Image *,ExceptionInfo *),
46 IsPaletteImage(
const Image *,ExceptionInfo *),
47 MinMaxStretchImage(Image *,
const ChannelType,
const double,
const double);
49extern MagickExport
size_t
50 GetNumberColors(
const Image *,FILE *,ExceptionInfo *);
52#if defined(__cplusplus) || defined(c_plusplus)