MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
histogram.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport PixelInfoGetImageHistogram (const Image *, size_t *, ExceptionInfo *)
 
MagickExport ImageUniqueImageColors (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IdentifyPaletteImage (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IsHistogramImage (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IsPaletteImage (const Image *)
 
MagickExport MagickBooleanType MinMaxStretchImage (Image *, const double, const double, const double, ExceptionInfo *)
 
MagickExport size_t GetNumberColors (const Image *, FILE *, ExceptionInfo *)
 

Function Documentation

◆ GetImageHistogram()

◆ GetNumberColors()

◆ IdentifyPaletteImage()

MagickExport MagickBooleanType IdentifyPaletteImage ( const Image ,
ExceptionInfo  
)

◆ IsHistogramImage()

MagickExport MagickBooleanType IsHistogramImage ( const Image ,
ExceptionInfo  
)

◆ IsPaletteImage()

MagickExport MagickBooleanType IsPaletteImage ( const Image )

◆ MinMaxStretchImage()

MagickExport MagickBooleanType MinMaxStretchImage ( Image image,
const double  black,
const double  white,
const double  gamma,
ExceptionInfo exception 
)

◆ UniqueImageColors()