MagickCore  6.7.5
quantize.h File Reference
Include dependency graph for quantize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _QuantizeInfo

Typedefs

typedef struct _QuantizeInfo QuantizeInfo

Enumerations

enum  DitherMethod { UndefinedDitherMethod, NoDitherMethod, RiemersmaDitherMethod, FloydSteinbergDitherMethod }

Functions

MagickExport MagickBooleanType CompressImageColormap (Image *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageQuantizeError (Image *, ExceptionInfo *)
MagickExport MagickBooleanType PosterizeImage (Image *, const size_t, const MagickBooleanType, ExceptionInfo *)
MagickExport MagickBooleanType QuantizeImage (const QuantizeInfo *, Image *, ExceptionInfo *)
MagickExport MagickBooleanType QuantizeImages (const QuantizeInfo *, Image *, ExceptionInfo *)
MagickExport MagickBooleanType RemapImage (const QuantizeInfo *, Image *, const Image *, ExceptionInfo *)
MagickExport MagickBooleanType RemapImages (const QuantizeInfo *, Image *, const Image *, ExceptionInfo *)
MagickExport QuantizeInfoAcquireQuantizeInfo (const ImageInfo *)
MagickExport QuantizeInfoCloneQuantizeInfo (const QuantizeInfo *)
MagickExport QuantizeInfoDestroyQuantizeInfo (QuantizeInfo *)
MagickExport void GetQuantizeInfo (QuantizeInfo *)

Typedef Documentation

typedef struct _QuantizeInfo QuantizeInfo

Enumeration Type Documentation

Enumerator:
UndefinedDitherMethod 
NoDitherMethod 
RiemersmaDitherMethod 
FloydSteinbergDitherMethod 

Definition at line 27 of file quantize.h.


Function Documentation

MagickExport QuantizeInfo* AcquireQuantizeInfo ( const ImageInfo )
MagickExport QuantizeInfo * CloneQuantizeInfo ( const QuantizeInfo )
MagickExport MagickBooleanType CompressImageColormap ( Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageQuantizeError ( Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType PosterizeImage ( Image ,
const size_t  ,
const MagickBooleanType  ,
ExceptionInfo  
)
MagickExport MagickBooleanType QuantizeImage ( const QuantizeInfo ,
Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType QuantizeImages ( const QuantizeInfo ,
Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType RemapImage ( const QuantizeInfo ,
Image ,
const Image ,
ExceptionInfo  
)