colormap.c File Reference

#include "MagickCore/studio.h"
#include "MagickCore/attribute.h"
#include "MagickCore/blob.h"
#include "MagickCore/cache-view.h"
#include "MagickCore/cache.h"
#include "MagickCore/color.h"
#include "MagickCore/color-private.h"
#include "MagickCore/colormap.h"
#include "MagickCore/client.h"
#include "MagickCore/configure.h"
#include "MagickCore/exception.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/gem.h"
#include "MagickCore/geometry.h"
#include "MagickCore/image-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/monitor.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/option.h"
#include "MagickCore/pixel-accessor.h"
#include "MagickCore/quantize.h"
#include "MagickCore/quantum.h"
#include "MagickCore/resource_.h"
#include "MagickCore/semaphore.h"
#include "MagickCore/string_.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
#include "MagickCore/xml-tree.h"

Functions

MagickExport MagickBooleanType AcquireImageColormap (Image *image, const size_t colors, ExceptionInfo *exception)
MagickExport MagickBooleanType CycleColormapImage (Image *image, const ssize_t displace, ExceptionInfo *exception)
static int IntensityCompare (const void *x, const void *y)
MagickExport MagickBooleanType SortColormapByIntensity (Image *image, ExceptionInfo *exception)

Function Documentation

MagickExport MagickBooleanType AcquireImageColormap ( Image image,
const size_t  colors,
ExceptionInfo exception 
)
MagickExport MagickBooleanType CycleColormapImage ( Image image,
const ssize_t  displace,
ExceptionInfo exception 
)
static int IntensityCompare ( const void *  x,
const void *  y 
) [static]
MagickExport MagickBooleanType SortColormapByIntensity ( Image image,
ExceptionInfo exception 
)

Generated on 10 Feb 2020 for MagickCore by  doxygen 1.6.1