19 #ifndef MAGICKWAND_MAGICK_IMAGE_H
20 #define MAGICKWAND_MAGICK_IMAGE_H
22 #if defined(__cplusplus) || defined(c_plusplus)
90 const double,
const double,
const char *),
100 const CompositeOperator compose),
118 const MagickBooleanType,
const ssize_t,
const ssize_t),
120 const CompositeOperator,
const GravityType),
122 const ssize_t,
const ssize_t),
125 const StorageType,
const void *),
138 const double *,
const MagickBooleanType),
147 const size_t,
const size_t,
const char *,
const StorageType,
void *),
152 const PixelWand *,
const ssize_t,
const ssize_t,
const MagickBooleanType),
156 const ssize_t,
const ssize_t,
const CompositeOperator),
188 const size_t,
const char *,
const StorageType,
const void *),
190 const PixelInterpolateMethod),
192 const MagickBooleanType),
197 const MagickBooleanType),
218 const double,
const MagickBooleanType),
223 const double,
const double,
const MagickBooleanType invert),
228 const double,
const PixelInterpolateMethod),
232 const size_t,
const DitherMethod,
const MagickBooleanType),
234 const size_t,
const DitherMethod,
const MagickBooleanType),
236 const double,
const double),
239 const ssize_t,
const MagickBooleanType),
255 const double,
const double),
314 const double,
const double),
340 const PixelInterpolateMethod),
371 const char *,
const MontageMode,
const char *),
375 const double,RectangleInfo *,
double *),
413 #if defined(__cplusplus) || defined(c_plusplus)
WandExport size_t MagickGetImageIterations(MagickWand *wand)
WandExport MagickBooleanType MagickBlackThresholdImage(MagickWand *wand, const PixelWand *threshold)
WandExport MagickBooleanType MagickMagnifyImage(MagickWand *wand)
WandExport MagickBooleanType MagickTransformImageColorspace(MagickWand *wand, const ColorspaceType colorspace)
WandExport MagickWand * MagickDeconstructImages(MagickWand *wand)
WandExport MagickBooleanType MagickShadeImage(MagickWand *wand, const MagickBooleanType gray, const double asimuth, const double elevation)
WandExport MagickBooleanType MagickDeskewImage(MagickWand *wand, const double threshold)
WandExport MagickBooleanType MagickReadImage(MagickWand *wand, const char *filename)
WandExport MagickWand * MagickComplexImages(MagickWand *wand, const ComplexOperator op)
WandExport MagickBooleanType MagickBorderImage(MagickWand *wand, const PixelWand *bordercolor, const size_t width, const size_t height, const CompositeOperator compose)
WandExport MagickBooleanType MagickEnhanceImage(MagickWand *wand)
WandExport MagickBooleanType MagickReadImageBlob(MagickWand *wand, const void *blob, const size_t length)
WandExport size_t MagickGetImageTicksPerSecond(MagickWand *wand)
WandExport MagickBooleanType MagickCannyEdgeImage(MagickWand *wand, const double radius, const double sigma, const double lower_percent, const double upper_percent)
WandExport MagickBooleanType MagickMedianConvolveImage(MagickWand *, const double)
WandExport MagickBooleanType MagickShearImage(MagickWand *wand, const PixelWand *background, const double x_shear, const double y_shear)
WandExport MagickBooleanType MagickAddNoiseImage(MagickWand *wand, const NoiseType noise_type, const double attenuate)
WandExport MagickBooleanType MagickNormalizeImage(MagickWand *wand)
WandExport MagickBooleanType MagickColorizeImage(MagickWand *wand, const PixelWand *colorize, const PixelWand *blend)
WandExport MagickBooleanType MagickSetImageCompressionQuality(MagickWand *wand, const size_t quality)
WandExport MagickBooleanType MagickConvolveImage(MagickWand *wand, const KernelInfo *kernel)
WandExport MagickBooleanType MagickWhiteThresholdImage(MagickWand *wand, const PixelWand *threshold)
WandExport MagickBooleanType MagickModulateImage(MagickWand *wand, const double brightness, const double saturation, const double hue)
WandExport MagickBooleanType MagickSetImageScene(MagickWand *wand, const size_t scene)
WandExport GravityType MagickGetImageGravity(MagickWand *wand)
WandExport MagickBooleanType MagickLevelImage(MagickWand *wand, const double black_point, const double gamma, const double white_point)
WandExport MagickBooleanType MagickScaleImage(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickBooleanType MagickGetImageMean(MagickWand *wand, double *mean, double *standard_deviation)
WandExport MagickBooleanType MagickContrastImage(MagickWand *wand, const MagickBooleanType sharpen)
WandExport MagickWand * MagickTextureImage(MagickWand *wand, const MagickWand *texture_wand)
WandExport MagickBooleanType MagickAdaptiveResizeImage(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickBooleanType MagickGetImageAlphaChannel(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageDispose(MagickWand *wand, const DisposeType dispose)
WandExport InterlaceType MagickGetImageInterlaceScheme(MagickWand *wand)
WandExport MagickWand * MagickCombineImages(MagickWand *wand, const ColorspaceType colorspace)
WandExport MagickBooleanType MagickResampleImage(MagickWand *wand, const double x_resolution, const double y_resolution, const FilterType filter)
WandExport MagickWand * MagickGetImageMask(MagickWand *wand, const PixelMask type)
WandExport MagickBooleanType MagickSetImageWhitePoint(MagickWand *wand, const double x, const double y, const double z)
WandExport MagickBooleanType MagickRollImage(MagickWand *wand, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickPingImage(MagickWand *wand, const char *filename)
WandExport MagickBooleanType MagickSetImageType(MagickWand *wand, const ImageType image_type)
WandExport MagickBooleanType MagickExtentImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport OrientationType MagickGetImageOrientation(MagickWand *wand)
WandExport MagickBooleanType MagickGetImageMatteColor(MagickWand *wand, PixelWand *matte_color)
WandExport MagickBooleanType MagickCLAHEImage(MagickWand *wand, const size_t width, const size_t height, const double number_bins, const double clip_limit)
WandExport MagickBooleanType MagickCompositeImage(MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const MagickBooleanType clip_to_self, const ssize_t x, const ssize_t y)
WandExport ImageType MagickIdentifyImageType(MagickWand *wand)
WandExport MagickWand * MagickFxImage(MagickWand *wand, const char *expression)
WandExport MagickBooleanType MagickSeparateImage(MagickWand *wand, const ChannelType channel)
WandExport MagickBooleanType MagickTransverseImage(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageRedPrimary(MagickWand *wand, const double x, const double y, const double z)
WandExport MagickBooleanType MagickHasPreviousImage(MagickWand *wand)
WandExport double * MagickGetImageDistortions(MagickWand *wand, const MagickWand *reference, const MetricType metric)
WandExport MagickWand * MagickChannelFxImage(MagickWand *wand, const char *expression)
WandExport MagickBooleanType MagickSetImageBackgroundColor(MagickWand *wand, const PixelWand *background)
WandExport MagickBooleanType MagickSharpenImage(MagickWand *wand, const double radius, const double sigma)
WandExport double MagickGetImageFuzz(MagickWand *wand)
WandExport MagickBooleanType MagickChopImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickNegateImage(MagickWand *wand, const MagickBooleanType gray)
WandExport char * MagickGetImageFormat(MagickWand *wand)
WandExport MagickBooleanType MagickCompositeImageGravity(MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const GravityType gravity)
WandExport MagickBooleanType MagickSetImageCompose(MagickWand *wand, const CompositeOperator compose)
WandExport size_t MagickGetImageDepth(MagickWand *wand)
WandExport MagickBooleanType MagickMotionBlurImage(MagickWand *wand, const double radius, const double sigma, const double angle)
WandExport MagickBooleanType MagickSetImageColorspace(MagickWand *wand, const ColorspaceType colorspace)
WandExport MagickBooleanType MagickQuantizeImage(MagickWand *wand, const size_t number_colors, const ColorspaceType colorspace, const size_t treedepth, const DitherMethod dither_method, const MagickBooleanType measure_error)
WandExport MagickBooleanType MagickNextImage(MagickWand *wand)
WandExport MagickBooleanType MagickAdaptiveSharpenImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickPingImageFile(MagickWand *wand, FILE *file)
WandExport size_t MagickGetImageHeight(MagickWand *wand)
WandExport MagickBooleanType MagickRotationalBlurImage(MagickWand *wand, const double angle)
WandExport MagickBooleanType MagickSwirlImage(MagickWand *wand, const double degrees, const PixelInterpolateMethod method)
WandExport MagickBooleanType MagickEqualizeImage(MagickWand *wand)
WandExport MagickBooleanType MagickModeImage(MagickWand *, const double)
WandExport MagickBooleanType MagickEvaluateImage(MagickWand *wand, const MagickEvaluateOperator op, const double value)
WandExport MagickBooleanType MagickImplodeImage(MagickWand *wand, const double amount, const PixelInterpolateMethod method)
WandExport MagickBooleanType MagickWriteImagesFile(MagickWand *wand, FILE *file)
WandExport unsigned char * MagickGetImagesBlob(MagickWand *wand, size_t *length)
WandExport MagickBooleanType MagickGetImagePixelColor(MagickWand *wand, const ssize_t x, const ssize_t y, PixelWand *color)
WandExport MagickBooleanType MagickGetImageRange(MagickWand *wand, double *minima, double *maxima)
WandExport MagickBooleanType MagickBrightnessContrastImage(MagickWand *wand, const double brightness, const double contrast)
WandExport MagickBooleanType MagickThumbnailImage(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickBooleanType MagickSetImageDepth(MagickWand *wand, const size_t depth)
WandExport MagickBooleanType MagickColorMatrixImage(MagickWand *wand, const KernelInfo *color_matrix)
WandExport MagickBooleanType MagickShadowImage(MagickWand *wand, const double alpha, const double sigma, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickSelectiveBlurImage(MagickWand *wand, const double radius, const double sigma, const double threshold)
MagickExport MagickBooleanType MagickSegmentImage(MagickWand *wand, const ColorspaceType colorspace, const MagickBooleanType verbose, const double cluster_threshold, const double smooth_threshold)
WandExport MagickBooleanType MagickSetImageOrientation(MagickWand *wand, const OrientationType orientation)
WandExport MagickWand * MagickStereoImage(MagickWand *wand, const MagickWand *offset_wand)
WandExport MagickBooleanType MagickGetImageResolution(MagickWand *wand, double *x, double *y)
WandExport MagickBooleanType MagickAutoOrientImage(MagickWand *wand)
WandExport MagickBooleanType MagickContrastStretchImage(MagickWand *wand, const double black_point, const double white_point)
WandExport MagickBooleanType MagickRotateImage(MagickWand *wand, const PixelWand *background, const double degrees)
WandExport MagickBooleanType MagickResetImagePage(MagickWand *wand, const char *page)
WandExport MagickWand * MagickCompareImages(MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion)
WandExport MagickBooleanType MagickLabelImage(MagickWand *wand, const char *label)
WandExport EndianType MagickGetImageEndian(MagickWand *wand)
WandExport MagickBooleanType MagickAnnotateImage(MagickWand *wand, const DrawingWand *drawing_wand, const double x, const double y, const double angle, const char *text)
WandExport MagickBooleanType MagickLiquidRescaleImage(MagickWand *wand, const size_t columns, const size_t rows, const double delta_x, const double rigidity)
WandExport VirtualPixelMethod MagickGetImageVirtualPixelMethod(MagickWand *wand)
WandExport MagickBooleanType MagickImportImagePixels(MagickWand *wand, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, const void *pixels)
WandExport MagickBooleanType MagickFunctionImage(MagickWand *wand, const MagickFunction function, const size_t number_arguments, const double *arguments)
WandExport MagickBooleanType MagickReduceNoiseImage(MagickWand *, const double)
WandExport MagickBooleanType MagickVignetteImage(MagickWand *wand, const double radius, const double sigma, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickGetImageWhitePoint(MagickWand *wand, double *x, double *y, double *z)
WandExport MagickBooleanType MagickOilPaintImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickWand * MagickMontageImage(MagickWand *wand, const DrawingWand *drawing_wand, const char *tile_geometry, const char *thumbnail_geometry, const MontageMode mode, const char *frame)
WandExport MagickBooleanType MagickLevelizeImage(MagickWand *wand, const double black_point, const double gamma, const double white_point)
WandExport MagickBooleanType MagickReadImageFile(MagickWand *wand, FILE *file)
WandExport DisposeType MagickGetImageDispose(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageFuzz(MagickWand *wand, const double fuzz)
WandExport MagickBooleanType MagickNewImage(MagickWand *wand, const size_t width, const size_t height, const PixelWand *background)
WandExport char * MagickGetImageSignature(MagickWand *wand)
WandExport char * MagickIdentifyImage(MagickWand *wand)
WandExport MagickProgressMonitor MagickSetImageProgressMonitor(MagickWand *wand, const MagickProgressMonitor progress_monitor, void *client_data)
WandExport MagickBooleanType MagickDisplayImage(MagickWand *wand, const char *server_name)
WandExport MagickBooleanType MagickAdaptiveThresholdImage(MagickWand *wand, const size_t width, const size_t height, const double bias)
WandExport MagickBooleanType MagickInterpolativeResizeImage(MagickWand *wand, const size_t columns, const size_t rows, const PixelInterpolateMethod method)
WandExport MagickBooleanType MagickTrimImage(MagickWand *wand, const double fuzz)
WandExport MagickWand * MagickMergeImageLayers(MagickWand *wand, const LayerMethod method)
WandExport ChannelStatistics * MagickGetImageStatistics(MagickWand *wand)
WandExport MagickWand * MagickMorphImages(MagickWand *wand, const size_t number_frames)
WandExport MagickBooleanType MagickPosterizeImage(MagickWand *wand, const size_t levels, const DitherMethod dither)
WandExport PixelWand ** MagickGetImageHistogram(MagickWand *wand, size_t *number_colors)
WandExport MagickBooleanType MagickDisplayImages(MagickWand *wand, const char *server_name)
WandExport MagickBooleanType MagickGetImageDistortion(MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion)
WandExport MagickBooleanType MagickSetImageAlpha(MagickWand *wand, const double alpha)
WandExport MagickBooleanType MagickGetImageGreenPrimary(MagickWand *wand, double *x, double *y, double *z)
WandExport MagickBooleanType MagickThresholdImage(MagickWand *wand, const double threshold)
WandExport MagickWand * MagickEvaluateImages(MagickWand *wand, const MagickEvaluateOperator op)
WandExport MagickBooleanType MagickRemapImage(MagickWand *wand, const MagickWand *remap_wand, const DitherMethod dither_method)
WandExport MagickBooleanType MagickFrameImage(MagickWand *wand, const PixelWand *matte_color, const size_t width, const size_t height, const ssize_t inner_bevel, const ssize_t outer_bevel, const CompositeOperator compose)
WandExport MagickBooleanType MagickTransposeImage(MagickWand *wand)
WandExport MagickBooleanType MagickEdgeImage(MagickWand *wand, const double radius)
WandExport MagickBooleanType MagickClipImage(MagickWand *wand)
WandExport MagickBooleanType MagickSketchImage(MagickWand *wand, const double radius, const double sigma, const double angle)
WandExport MagickBooleanType MagickSpliceImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickShaveImage(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickBooleanType MagickCropImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickFlipImage(MagickWand *wand)
WandExport ImageType MagickGetImageType(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageBluePrimary(MagickWand *wand, const double x, const double y, const double z)
WandExport MagickBooleanType MagickSetImageGravity(MagickWand *wand, const GravityType gravity)
WandExport MagickBooleanType MagickTintImage(MagickWand *wand, const PixelWand *tint, const PixelWand *blend)
WandExport MagickBooleanType MagickAnimateImages(MagickWand *wand, const char *server_name)
WandExport MagickBooleanType MagickGetImagePage(MagickWand *wand, size_t *width, size_t *height, ssize_t *x, ssize_t *y)
WandExport MagickWand * MagickPreviewImages(MagickWand *wand, const PreviewType preview)
WandExport size_t MagickGetImageScene(MagickWand *wand)
WandExport MagickBooleanType MagickResizeImage(MagickWand *wand, const size_t columns, const size_t rows, const FilterType filter)
WandExport MagickWand * MagickCompareImagesLayers(MagickWand *wand, const LayerMethod method)
WandExport MagickBooleanType MagickSetImageGreenPrimary(MagickWand *wand, const double x, const double y, const double z)
WandExport MagickBooleanType MagickSetImageGamma(MagickWand *wand, const double gamma)
WandExport double MagickGetImageGamma(MagickWand *wand)
WandExport MagickBooleanType MagickAffineTransformImage(MagickWand *wand, const DrawingWand *drawing_wand)
WandExport MagickBooleanType MagickCycleColormapImage(MagickWand *wand, const ssize_t displace)
WandExport MagickBooleanType MagickSetImageEndian(MagickWand *wand, const EndianType endian)
WandExport MagickBooleanType MagickGetImageBackgroundColor(MagickWand *wand, PixelWand *background_color)
WandExport MagickBooleanType MagickFloodfillPaintImage(MagickWand *wand, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y, const MagickBooleanType invert)
WandExport MagickBooleanType MagickRandomThresholdImage(MagickWand *wand, const double low, const double high)
WandExport MagickBooleanType MagickSetImagePage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport Image * GetImageFromMagickWand(const MagickWand *wand)
WandExport MagickBooleanType MagickOpaquePaintImage(MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz, const MagickBooleanType invert)
WandExport CompressionType MagickGetImageCompression(MagickWand *wand)
WandExport size_t MagickGetImageWidth(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageMatteColor(MagickWand *wand, const PixelWand *alpha)
WandExport MagickBooleanType MagickPreviousImage(MagickWand *wand)
WandExport size_t MagickGetNumberImages(MagickWand *wand)
WandExport MagickBooleanType MagickLinearStretchImage(MagickWand *wand, const double black_point, const double white_point)
WandExport MagickBooleanType MagickConnectedComponentsImage(MagickWand *wand, const size_t connectivity, CCObjectInfo **objects)
WandExport MagickBooleanType MagickUnsharpMaskImage(MagickWand *wand, const double radius, const double sigma, const double gain, const double threshold)
WandExport MagickBooleanType MagickSetImageBorderColor(MagickWand *wand, const PixelWand *border)
WandExport MagickBooleanType MagickSigmoidalContrastImage(MagickWand *wand, const MagickBooleanType sharpen, const double alpha, const double beta)
WandExport MagickBooleanType MagickWaveImage(MagickWand *wand, const double amplitude, const double wave_length, const PixelInterpolateMethod method)
WandExport VirtualPixelMethod MagickSetImageVirtualPixelMethod(MagickWand *wand, const VirtualPixelMethod method)
WandExport MagickBooleanType MagickMinifyImage(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageInterlaceScheme(MagickWand *wand, const InterlaceType interlace)
WandExport MagickBooleanType MagickQuantizeImages(MagickWand *wand, const size_t number_colors, const ColorspaceType colorspace, const size_t treedepth, const DitherMethod dither_method, const MagickBooleanType measure_error)
WandExport MagickBooleanType MagickAutoGammaImage(MagickWand *wand)
WandExport MagickBooleanType MagickSpreadImage(MagickWand *wand, const PixelInterpolateMethod method, const double radius)
WandExport MagickBooleanType MagickSetImageInterpolateMethod(MagickWand *wand, const PixelInterpolateMethod method)
WandExport MagickBooleanType MagickHoughLineImage(MagickWand *wand, const size_t width, const size_t height, const size_t threshold)
WandExport MagickBooleanType MagickGammaImage(MagickWand *wand, const double gamma)
WandExport MagickBooleanType MagickSolarizeImage(MagickWand *wand, const double threshold)
WandExport MagickBooleanType MagickWriteImageFile(MagickWand *wand, FILE *file)
WandExport MagickBooleanType MagickSetImageColor(MagickWand *wand, const PixelWand *color)
WandExport MagickBooleanType MagickSetImageFormat(MagickWand *wand, const char *format)
WandExport MagickBooleanType MagickWriteImage(MagickWand *wand, const char *filename)
WandExport MagickBooleanType MagickClampImage(MagickWand *wand)
WandExport MagickBooleanType MagickInverseFourierTransformImage(MagickWand *magnitude_wand, MagickWand *phase_wand, const MagickBooleanType magnitude)
WandExport MagickBooleanType MagickRangeThresholdImage(MagickWand *wand, const double low_black, const double low_white, const double high_white, const double high_black)
WandExport MagickBooleanType MagickOptimizeImageTransparency(MagickWand *wand)
WandExport CompositeOperator MagickGetImageCompose(MagickWand *wand)
WandExport char * MagickGetImageFilename(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageTicksPerSecond(MagickWand *wand, const ssize_t ticks_per_second)
WandExport MagickBooleanType MagickWriteImages(MagickWand *wand, const char *filename, const MagickBooleanType adjoin)
WandExport MagickBooleanType MagickDespeckleImage(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageMatte(MagickWand *wand, const MagickBooleanType matte)
WandExport unsigned char * MagickGetImageBlob(MagickWand *wand, size_t *length)
WandExport MagickBooleanType MagickSetImageAlphaChannel(MagickWand *wand, const AlphaChannelOption alpha_type)
WandExport MagickWand * MagickSmushImages(MagickWand *wand, const MagickBooleanType stack, const ssize_t offset)
WandExport ChannelType MagickSetImageChannelMask(MagickWand *wand, const ChannelType channel_mask)
WandExport MagickBooleanType MagickMeanShiftImage(MagickWand *wand, const size_t width, const size_t height, const double color_distance)
WandExport MagickBooleanType MagickDrawImage(MagickWand *wand, const DrawingWand *drawing_wand)
WandExport MagickBooleanType MagickSetImageColormapColor(MagickWand *wand, const size_t index, const PixelWand *color)
WandExport MagickWand * MagickCoalesceImages(MagickWand *wand)
WandExport MagickWand * MagickGetImage(MagickWand *wand)
WandExport MagickBooleanType MagickPolynomialImage(MagickWand *wand, const size_t number_terms, const double *terms)
WandExport MagickWand * MagickGetImageRegion(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickForwardFourierTransformImage(MagickWand *wand, const MagickBooleanType magnitude)
WandExport MagickBooleanType MagickRaiseImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y, const MagickBooleanType raise)
WandExport MagickBooleanType MagickUniqueImageColors(MagickWand *wand)
WandExport MagickWand * MagickAppendImages(MagickWand *wand, const MagickBooleanType stack)
WandExport MagickBooleanType MagickKuwaharaImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickLocalContrastImage(MagickWand *wand, const double radius, const double strength)
WandExport MagickBooleanType MagickThresholdImageChannel(MagickWand *wand, const ChannelType channel, const double threshold)
WandExport MagickBooleanType MagickGetImageKurtosis(MagickWand *wand, double *kurtosis, double *skewness)
WandExport MagickBooleanType MagickEncipherImage(MagickWand *wand, const char *passphrase)
WandExport MagickBooleanType MagickPingImageBlob(MagickWand *wand, const void *blob, const size_t length)
WandExport MagickBooleanType MagickLevelImageColors(MagickWand *wand, const PixelWand *black_color, const PixelWand *white_color, const MagickBooleanType invert)
WandExport size_t MagickGetImageDelay(MagickWand *wand)
WandExport MagickWand * MagickSteganoImage(MagickWand *wand, const MagickWand *watermark_wand, const ssize_t offset)
WandExport MagickBooleanType MagickCharcoalImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickSampleImage(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickWand * MagickSimilarityImage(MagickWand *wand, const MagickWand *reference, const MetricType metric, const double similarity_threshold, RectangleInfo *offset, double *similarity)
WandExport MagickBooleanType MagickSetImageCompression(MagickWand *wand, const CompressionType compression)
WandExport MagickBooleanType MagickGaussianBlurImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickClipImagePath(MagickWand *wand, const char *pathname, const MagickBooleanType inside)
WandExport MagickBooleanType MagickCompositeLayers(MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const ssize_t x, const ssize_t y)
WandExport MagickBooleanType MagickSetImageRenderingIntent(MagickWand *wand, const RenderingIntent rendering_intent)
WandExport MagickBooleanType MagickCommentImage(MagickWand *wand, const char *comment)
WandExport MagickBooleanType MagickAdaptiveBlurImage(MagickWand *wand, const double radius, const double sigma)
WandExport ChannelFeatures * MagickGetImageFeatures(MagickWand *wand, const size_t distance)
WandExport size_t MagickGetImageCompressionQuality(MagickWand *wand)
WandExport ColorspaceType MagickGetImageColorspace(MagickWand *wand)
WandExport MagickBooleanType MagickHaldClutImage(MagickWand *wand, const MagickWand *hald_wand)
WandExport MagickBooleanType MagickDistortImage(MagickWand *wand, const DistortMethod method, const size_t number_arguments, const double *arguments, const MagickBooleanType bestfit)
WandExport MagickBooleanType MagickGetImageRedPrimary(MagickWand *wand, double *x, double *y, double *z)
WandExport MagickBooleanType MagickOrderedDitherImage(MagickWand *wand, const char *threshold_map)
WandExport size_t MagickGetImageColors(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageUnits(MagickWand *wand, const ResolutionType units)
WandExport MagickBooleanType MagickConstituteImage(MagickWand *wand, const size_t columns, const size_t rows, const char *map, const StorageType storage, const void *pixels)
WandExport MagickBooleanType MagickBlueShiftImage(MagickWand *wand, const double factor)
WandExport MagickBooleanType MagickWaveletDenoiseImage(MagickWand *wand, const double threshold, const double softness)
WandExport MagickBooleanType MagickMorphologyImage(MagickWand *wand, const MorphologyMethod method, const ssize_t iterations, const KernelInfo *kernel)
WandExport MagickBooleanType MagickRemoveImage(MagickWand *wand)
WandExport MagickBooleanType MagickPolaroidImage(MagickWand *wand, const DrawingWand *drawing_wand, const char *caption, const double angle, const PixelInterpolateMethod method)
WandExport MagickBooleanType MagickAutoThresholdImage(MagickWand *wand, const AutoThresholdMethod method)
WandExport MagickBooleanType MagickSetImageExtent(MagickWand *wand, const size_t columns, const size_t rows)
WandExport MagickBooleanType MagickBlurImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickSetImageDelay(MagickWand *wand, const size_t delay)
WandExport MagickBooleanType MagickStripImage(MagickWand *wand)
WandExport double MagickGetImageTotalInkDensity(MagickWand *wand)
WandExport MagickBooleanType MagickGetImageColormapColor(MagickWand *wand, const size_t index, PixelWand *color)
WandExport RenderingIntent MagickGetImageRenderingIntent(MagickWand *wand)
WandExport MagickBooleanType MagickHasNextImage(MagickWand *wand)
WandExport MagickBooleanType MagickGetImageLength(MagickWand *wand, MagickSizeType *length)
WandExport ResolutionType MagickGetImageUnits(MagickWand *wand)
WandExport MagickBooleanType MagickAddImage(MagickWand *wand, const MagickWand *add_wand)
WandExport MagickBooleanType MagickDecipherImage(MagickWand *wand, const char *passphrase)
WandExport MagickWand * MagickOptimizeImageLayers(MagickWand *wand)
WandExport MagickBooleanType MagickColorDecisionListImage(MagickWand *wand, const char *color_correction_collection)
WandExport MagickBooleanType MagickSetImageFilename(MagickWand *wand, const char *filename)
WandExport MagickBooleanType MagickTransparentPaintImage(MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz, const MagickBooleanType invert)
WandExport MagickBooleanType MagickSetImagePixelColor(MagickWand *wand, const ssize_t x, const ssize_t y, const PixelWand *color)
WandExport PixelInterpolateMethod MagickGetImageInterpolateMethod(MagickWand *wand)
WandExport MagickBooleanType MagickSetImageResolution(MagickWand *wand, const double x_resolution, const double y_resolution)
WandExport MagickBooleanType MagickClutImage(MagickWand *wand, const MagickWand *clut_wand, const PixelInterpolateMethod method)
WandExport Image * MagickDestroyImage(Image *image)
WandExport MagickBooleanType MagickSparseColorImage(MagickWand *wand, const SparseColorMethod method, const size_t number_arguments, const double *arguments)
WandExport MagickBooleanType MagickSetImageIterations(MagickWand *wand, const size_t iterations)
WandExport MagickBooleanType MagickSepiaToneImage(MagickWand *wand, const double threshold)
WandExport MagickBooleanType MagickFlopImage(MagickWand *wand)
WandExport MagickBooleanType MagickGetImageBorderColor(MagickWand *wand, PixelWand *border_color)
WandExport MagickBooleanType MagickAutoLevelImage(MagickWand *wand)
WandExport MagickBooleanType MagickStatisticImage(MagickWand *wand, const StatisticType type, const size_t width, const size_t height)
WandExport MagickBooleanType MagickEmbossImage(MagickWand *wand, const double radius, const double sigma)
WandExport MagickBooleanType MagickExportImagePixels(MagickWand *wand, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, void *pixels)
WandExport MagickBooleanType MagickGetImageBluePrimary(MagickWand *wand, double *x, double *y, double *z)
WandExport MagickBooleanType MagickSetImage(MagickWand *wand, const MagickWand *set_wand)