MagickCore  6.7.5
threshold.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _ThresholdMap ThresholdMap

Functions

MagickExport ImageAdaptiveThresholdImage (const Image *, const size_t, const size_t, const double, ExceptionInfo *)
MagickExport ThresholdMapDestroyThresholdMap (ThresholdMap *)
MagickExport ThresholdMapGetThresholdMap (const char *, ExceptionInfo *)
MagickExport MagickBooleanType BilevelImage (Image *, const double, ExceptionInfo *)
MagickExport MagickBooleanType BlackThresholdImage (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType ClampImage (Image *, ExceptionInfo *)
MagickExport MagickBooleanType ListThresholdMaps (FILE *, ExceptionInfo *)
MagickExport MagickBooleanType OrderedPosterizeImage (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType RandomThresholdImage (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType WhiteThresholdImage (Image *, const char *, ExceptionInfo *)

Typedef Documentation

typedef struct _ThresholdMap ThresholdMap

Definition at line 25 of file threshold.h.


Function Documentation

MagickExport MagickBooleanType BilevelImage ( Image ,
const double  ,
ExceptionInfo  
)
MagickExport MagickBooleanType BlackThresholdImage ( Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType ClampImage ( Image ,
ExceptionInfo  
)
MagickExport ThresholdMap* DestroyThresholdMap ( ThresholdMap )
MagickExport MagickBooleanType ListThresholdMaps ( FILE *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType OrderedPosterizeImage ( Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType RandomThresholdImage ( Image ,
const char *  ,
ExceptionInfo  
)