#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"#include "wand/pixel-wand-private.h"
Go to the source code of this file.
Defines | |
| #define | ThrowWandException(severity, tag, context) |
| #define | MagickWandId "MagickWand" |
Functions | |
| static MagickWand * | CloneMagickWandFromImages (const MagickWand *wand, Image *images) |
| WandExport Image * | GetImageFromMagickWand (const MagickWand *wand) |
| WandExport MagickBooleanType | MagickAdaptiveBlurImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickAdaptiveBlurImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickAdaptiveResizeImage (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| WandExport MagickBooleanType | MagickAdaptiveSharpenImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickAdaptiveSharpenImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickAdaptiveThresholdImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long offset) |
| static MagickBooleanType | InsertImageInWand (MagickWand *wand, Image *images) |
| WandExport MagickBooleanType | MagickAddImage (MagickWand *wand, const MagickWand *add_wand) |
| WandExport MagickBooleanType | MagickAddNoiseImage (MagickWand *wand, const NoiseType noise_type) |
| WandExport MagickBooleanType | MagickAddNoiseImageChannel (MagickWand *wand, const ChannelType channel, const NoiseType noise_type) |
| WandExport MagickBooleanType | MagickAffineTransformImage (MagickWand *wand, const DrawingWand *drawing_wand) |
| WandExport MagickBooleanType | MagickAnnotateImage (MagickWand *wand, const DrawingWand *drawing_wand, const double x, const double y, const double angle, const char *text) |
| WandExport MagickBooleanType | MagickAnimateImages (MagickWand *wand, const char *server_name) |
| WandExport MagickWand * | MagickAppendImages (MagickWand *wand, const MagickBooleanType stack) |
| WandExport MagickBooleanType | MagickAutoGammaImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickAutoGammaImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickAutoLevelImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickAutoLevelImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickWand * | MagickAverageImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickBlackThresholdImage (MagickWand *wand, const PixelWand *threshold) |
| WandExport MagickBooleanType | MagickBlueShiftImage (MagickWand *wand, const double factor) |
| WandExport MagickBooleanType | MagickBlurImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickBlurImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickBorderImage (MagickWand *wand, const PixelWand *bordercolor, const unsigned long width, const unsigned long height) |
| WandExport MagickBooleanType | MagickCharcoalImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickChopImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport MagickBooleanType | MagickClampImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickClampImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickClipImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickClipImagePath (MagickWand *wand, const char *pathname, const MagickBooleanType inside) |
| WandExport MagickBooleanType | MagickClutImage (MagickWand *wand, const MagickWand *clut_wand) |
| WandExport MagickBooleanType | MagickClutImageChannel (MagickWand *wand, const ChannelType channel, const MagickWand *clut_wand) |
| WandExport MagickWand * | MagickCoalesceImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickColorDecisionListImage (MagickWand *wand, const char *color_correction_collection) |
| WandExport MagickBooleanType | MagickColorizeImage (MagickWand *wand, const PixelWand *colorize, const PixelWand *opacity) |
| WandExport MagickWand * | MagickCombineImages (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickCommentImage (MagickWand *wand, const char *comment) |
| WandExport MagickWand * | MagickCompareImageChannels (MagickWand *wand, const MagickWand *reference, const ChannelType channel, const MetricType metric, double *distortion) |
| WandExport MagickWand * | MagickCompareImageLayers (MagickWand *wand, const ImageLayerMethod method) |
| WandExport MagickWand * | MagickCompareImages (MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion) |
| WandExport MagickBooleanType | MagickCompositeImage (MagickWand *wand, const MagickWand *composite_wand, const CompositeOperator compose, const long x, const long y) |
| WandExport MagickBooleanType | MagickCompositeImageChannel (MagickWand *wand, const ChannelType channel, const MagickWand *composite_wand, const CompositeOperator compose, const long x, const long y) |
| WandExport MagickBooleanType | MagickContrastImage (MagickWand *wand, const MagickBooleanType sharpen) |
| WandExport MagickBooleanType | MagickContrastStretchImage (MagickWand *wand, const double black_point, const double white_point) |
| WandExport MagickBooleanType | MagickContrastStretchImageChannel (MagickWand *wand, const ChannelType channel, const double black_point, const double white_point) |
| WandExport MagickBooleanType | MagickConvolveImage (MagickWand *wand, const unsigned long order, const double *kernel) |
| WandExport MagickBooleanType | MagickConvolveImageChannel (MagickWand *wand, const ChannelType channel, const unsigned long order, const double *kernel) |
| WandExport MagickBooleanType | MagickCropImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport MagickBooleanType | MagickCycleColormapImage (MagickWand *wand, const long displace) |
| WandExport MagickBooleanType | MagickConstituteImage (MagickWand *wand, const unsigned long columns, const unsigned long rows, const char *map, const StorageType storage, const void *pixels) |
| WandExport MagickBooleanType | MagickDecipherImage (MagickWand *wand, const char *passphrase) |
| WandExport MagickWand * | MagickDeconstructImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickDeskewImage (MagickWand *wand, const double threshold) |
| WandExport MagickBooleanType | MagickDespeckleImage (MagickWand *wand) |
| WandExport Image * | MagickDestroyImage (Image *image) |
| WandExport MagickBooleanType | MagickDisplayImage (MagickWand *wand, const char *server_name) |
| WandExport MagickBooleanType | MagickDisplayImages (MagickWand *wand, const char *server_name) |
| WandExport MagickBooleanType | MagickDistortImage (MagickWand *wand, const DistortImageMethod method, const unsigned long number_arguments, const double *arguments, const MagickBooleanType bestfit) |
| WandExport MagickBooleanType | MagickDrawImage (MagickWand *wand, const DrawingWand *drawing_wand) |
| WandExport MagickBooleanType | MagickEdgeImage (MagickWand *wand, const double radius) |
| WandExport MagickBooleanType | MagickEmbossImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickEncipherImage (MagickWand *wand, const char *passphrase) |
| WandExport MagickBooleanType | MagickEnhanceImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickEqualizeImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickEqualizeImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickEvaluateImage (MagickWand *wand, const MagickEvaluateOperator op, const double value) |
| WandExport MagickBooleanType | MagickEvaluateImageChannel (MagickWand *wand, const ChannelType channel, const MagickEvaluateOperator op, const double value) |
| WandExport MagickBooleanType | MagickExportImagePixels (MagickWand *wand, const long x, const long y, const unsigned long columns, const unsigned long rows, const char *map, const StorageType storage, void *pixels) |
| WandExport MagickBooleanType | MagickExtentImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport MagickBooleanType | MagickFlipImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickFloodfillPaintImage (MagickWand *wand, const ChannelType channel, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const long x, const long y, const MagickBooleanType invert) |
| WandExport MagickBooleanType | MagickFlopImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickForwardFourierTransformImage (MagickWand *wand, const MagickBooleanType magnitude) |
| WandExport MagickBooleanType | MagickFrameImage (MagickWand *wand, const PixelWand *matte_color, const unsigned long width, const unsigned long height, const long inner_bevel, const long outer_bevel) |
| WandExport MagickBooleanType | MagickFunctionImage (MagickWand *wand, const MagickFunction function, const unsigned long number_arguments, const double *arguments) |
| WandExport MagickBooleanType | MagickFunctionImageChannel (MagickWand *wand, const ChannelType channel, const MagickFunction function, const unsigned long number_arguments, const double *arguments) |
| WandExport MagickWand * | MagickFxImage (MagickWand *wand, const char *expression) |
| WandExport MagickWand * | MagickFxImageChannel (MagickWand *wand, const ChannelType channel, const char *expression) |
| WandExport MagickBooleanType | MagickGammaImage (MagickWand *wand, const double gamma) |
| WandExport MagickBooleanType | MagickGammaImageChannel (MagickWand *wand, const ChannelType channel, const double gamma) |
| WandExport MagickBooleanType | MagickGaussianBlurImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickGaussianBlurImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma) |
| WandExport MagickWand * | MagickGetImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageAlphaChannel (MagickWand *wand) |
| WandExport MagickWand * | MagickGetImageClipMask (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageBackgroundColor (MagickWand *wand, PixelWand *background_color) |
| WandExport unsigned char * | MagickGetImageBlob (MagickWand *wand, size_t *length) |
| WandExport unsigned char * | MagickGetImagesBlob (MagickWand *wand, size_t *length) |
| WandExport MagickBooleanType | MagickGetImageBluePrimary (MagickWand *wand, double *x, double *y) |
| WandExport MagickBooleanType | MagickGetImageBorderColor (MagickWand *wand, PixelWand *border_color) |
| WandExport unsigned long | MagickGetImageChannelDepth (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickGetImageChannelDistortion (MagickWand *wand, const MagickWand *reference, const ChannelType channel, const MetricType metric, double *distortion) |
| WandExport double * | MagickGetImageChannelDistortions (MagickWand *wand, const MagickWand *reference, const MetricType metric) |
| WandExport MagickBooleanType | MagickGetImageChannelMean (MagickWand *wand, const ChannelType channel, double *mean, double *standard_deviation) |
| WandExport MagickBooleanType | MagickGetImageChannelKurtosis (MagickWand *wand, const ChannelType channel, double *kurtosis, double *skewness) |
| WandExport MagickBooleanType | MagickGetImageChannelRange (MagickWand *wand, const ChannelType channel, double *minima, double *maxima) |
| WandExport ChannelStatistics * | MagickGetImageChannelStatistics (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageColormapColor (MagickWand *wand, const unsigned long index, PixelWand *color) |
| WandExport unsigned long | MagickGetImageColors (MagickWand *wand) |
| WandExport ColorspaceType | MagickGetImageColorspace (MagickWand *wand) |
| WandExport CompositeOperator | MagickGetImageCompose (MagickWand *wand) |
| WandExport CompressionType | MagickGetImageCompression (MagickWand *wand) |
| WandExport unsigned long | MagickGetImageCompressionQuality (MagickWand *wand) |
| WandExport unsigned long | MagickGetImageDelay (MagickWand *wand) |
| WandExport unsigned long | MagickGetImageDepth (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageDistortion (MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion) |
| WandExport DisposeType | MagickGetImageDispose (MagickWand *wand) |
| WandExport char * | MagickGetImageFilename (MagickWand *wand) |
| WandExport char * | MagickGetImageFormat (MagickWand *wand) |
| WandExport double | MagickGetImageFuzz (MagickWand *wand) |
| WandExport double | MagickGetImageGamma (MagickWand *wand) |
| WandExport GravityType | MagickGetImageGravity (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageGreenPrimary (MagickWand *wand, double *x, double *y) |
| WandExport unsigned long | MagickGetImageHeight (MagickWand *wand) |
| WandExport PixelWand ** | MagickGetImageHistogram (MagickWand *wand, unsigned long *number_colors) |
| WandExport InterlaceType | MagickGetImageInterlaceScheme (MagickWand *wand) |
| WandExport InterpolatePixelMethod | MagickGetImageInterpolateMethod (MagickWand *wand) |
| WandExport unsigned long | MagickGetImageIterations (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageLength (MagickWand *wand, MagickSizeType *length) |
| WandExport MagickBooleanType | MagickGetImageMatteColor (MagickWand *wand, PixelWand *matte_color) |
| WandExport OrientationType | MagickGetImageOrientation (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImagePage (MagickWand *wand, unsigned long *width, unsigned long *height, long *x, long *y) |
| WandExport MagickBooleanType | MagickGetImagePixelColor (MagickWand *wand, const long x, const long y, PixelWand *color) |
| WandExport MagickBooleanType | MagickGetImageRange (MagickWand *wand, double *minima, double *maxima) |
| WandExport MagickBooleanType | MagickGetImageRedPrimary (MagickWand *wand, double *x, double *y) |
| WandExport MagickWand * | MagickGetImageRegion (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport RenderingIntent | MagickGetImageRenderingIntent (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageResolution (MagickWand *wand, double *x, double *y) |
| WandExport unsigned long | MagickGetImageScene (MagickWand *wand) |
| WandExport char * | MagickGetImageSignature (MagickWand *wand) |
| WandExport unsigned long | MagickGetImageTicksPerSecond (MagickWand *wand) |
| WandExport ImageType | MagickGetImageType (MagickWand *wand) |
| WandExport ResolutionType | MagickGetImageUnits (MagickWand *wand) |
| WandExport VirtualPixelMethod | MagickGetImageVirtualPixelMethod (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageWhitePoint (MagickWand *wand, double *x, double *y) |
| WandExport unsigned long | MagickGetImageWidth (MagickWand *wand) |
| WandExport unsigned long | MagickGetNumberImages (MagickWand *wand) |
| WandExport double | MagickGetImageTotalInkDensity (MagickWand *wand) |
| WandExport MagickBooleanType | MagickHaldClutImage (MagickWand *wand, const MagickWand *hald_wand) |
| WandExport MagickBooleanType | MagickHaldClutImageChannel (MagickWand *wand, const ChannelType channel, const MagickWand *hald_wand) |
| WandExport MagickBooleanType | MagickHasNextImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickHasPreviousImage (MagickWand *wand) |
| WandExport char * | MagickIdentifyImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickImplodeImage (MagickWand *wand, const double amount) |
| WandExport MagickBooleanType | MagickImportImagePixels (MagickWand *wand, const long x, const long y, const unsigned long columns, const unsigned long rows, const char *map, const StorageType storage, const void *pixels) |
| WandExport MagickBooleanType | MagickInverseFourierTransformImage (MagickWand *magnitude_wand, MagickWand *phase_wand, const MagickBooleanType magnitude) |
| WandExport MagickBooleanType | MagickLabelImage (MagickWand *wand, const char *label) |
| WandExport MagickBooleanType | MagickLevelImage (MagickWand *wand, const double black_point, const double gamma, const double white_point) |
| WandExport MagickBooleanType | MagickLevelImageChannel (MagickWand *wand, const ChannelType channel, const double black_point, const double gamma, const double white_point) |
| WandExport MagickBooleanType | MagickLinearStretchImage (MagickWand *wand, const double black_point, const double white_point) |
| WandExport MagickBooleanType | MagickLiquidRescaleImage (MagickWand *wand, const unsigned long columns, const unsigned long rows, const double delta_x, const double rigidity) |
| WandExport MagickBooleanType | MagickMagnifyImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickMedianFilterImage (MagickWand *wand, const double radius) |
| WandExport MagickWand * | MagickMergeImageLayers (MagickWand *wand, const ImageLayerMethod method) |
| WandExport MagickBooleanType | MagickMinifyImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickModulateImage (MagickWand *wand, const double brightness, const double saturation, const double hue) |
| WandExport MagickWand * | MagickMontageImage (MagickWand *wand, const DrawingWand *drawing_wand, const char *tile_geometry, const char *thumbnail_geometry, const MontageMode mode, const char *frame) |
| WandExport MagickWand * | MagickMorphImages (MagickWand *wand, const unsigned long number_frames) |
| WandExport MagickBooleanType | MagickMotionBlurImage (MagickWand *wand, const double radius, const double sigma, const double angle) |
| WandExport MagickBooleanType | MagickMotionBlurImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma, const double angle) |
| WandExport MagickBooleanType | MagickNegateImage (MagickWand *wand, const MagickBooleanType gray) |
| WandExport MagickBooleanType | MagickNegateImageChannel (MagickWand *wand, const ChannelType channel, const MagickBooleanType gray) |
| WandExport MagickBooleanType | MagickNewImage (MagickWand *wand, const unsigned long width, const unsigned long height, const PixelWand *background) |
| WandExport MagickBooleanType | MagickNextImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickNormalizeImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickNormalizeImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickOilPaintImage (MagickWand *wand, const double radius) |
| WandExport MagickBooleanType | MagickOpaquePaintImage (MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz, const MagickBooleanType invert) |
| WandExport MagickBooleanType | MagickOpaquePaintImageChannel (MagickWand *wand, const ChannelType channel, const PixelWand *target, const PixelWand *fill, const double fuzz, const MagickBooleanType invert) |
| WandExport MagickWand * | MagickOptimizeImageLayers (MagickWand *wand) |
| WandExport MagickBooleanType | MagickOrderedPosterizeImage (MagickWand *wand, const char *threshold_map) |
| WandExport MagickBooleanType | MagickOrderedPosterizeImageChannel (MagickWand *wand, const ChannelType channel, const char *threshold_map) |
| WandExport MagickBooleanType | MagickPingImage (MagickWand *wand, const char *filename) |
| WandExport MagickBooleanType | MagickPingImageBlob (MagickWand *wand, const void *blob, const size_t length) |
| WandExport MagickBooleanType | MagickPingImageFile (MagickWand *wand, FILE *file) |
| WandExport MagickBooleanType | MagickPolaroidImage (MagickWand *wand, const DrawingWand *drawing_wand, const double angle) |
| WandExport MagickBooleanType | MagickPosterizeImage (MagickWand *wand, const unsigned long levels, const MagickBooleanType dither) |
| WandExport MagickWand * | MagickPreviewImages (MagickWand *wand, const PreviewType preview) |
| WandExport MagickBooleanType | MagickPreviousImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickQuantizeImage (MagickWand *wand, const unsigned long number_colors, const ColorspaceType colorspace, const unsigned long treedepth, const MagickBooleanType dither, const MagickBooleanType measure_error) |
| WandExport MagickBooleanType | MagickQuantizeImages (MagickWand *wand, const unsigned long number_colors, const ColorspaceType colorspace, const unsigned long treedepth, const MagickBooleanType dither, const MagickBooleanType measure_error) |
| WandExport MagickBooleanType | MagickRadialBlurImage (MagickWand *wand, const double angle) |
| WandExport MagickBooleanType | MagickRadialBlurImageChannel (MagickWand *wand, const ChannelType channel, const double angle) |
| WandExport MagickBooleanType | MagickRaiseImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y, const MagickBooleanType raise) |
| WandExport MagickBooleanType | MagickRandomThresholdImage (MagickWand *wand, const double low, const double high) |
| WandExport MagickBooleanType | MagickRandomThresholdImageChannel (MagickWand *wand, const ChannelType channel, const double low, const double high) |
| WandExport MagickBooleanType | MagickReadImage (MagickWand *wand, const char *filename) |
| WandExport MagickBooleanType | MagickReadImageBlob (MagickWand *wand, const void *blob, const size_t length) |
| WandExport MagickBooleanType | MagickReadImageFile (MagickWand *wand, FILE *file) |
| WandExport MagickBooleanType | MagickRecolorImage (MagickWand *wand, const unsigned long order, const double *color_matrix) |
| WandExport MagickBooleanType | MagickReduceNoiseImage (MagickWand *wand, const double radius) |
| WandExport MagickBooleanType | MagickRemapImage (MagickWand *wand, const MagickWand *remap_wand, const DitherMethod method) |
| WandExport MagickBooleanType | MagickRemoveImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickResampleImage (MagickWand *wand, const double x_resolution, const double y_resolution, const FilterTypes filter, const double blur) |
| WandExport MagickBooleanType | MagickResetImagePage (MagickWand *wand, const char *page) |
| WandExport MagickBooleanType | MagickResizeImage (MagickWand *wand, const unsigned long columns, const unsigned long rows, const FilterTypes filter, const double blur) |
| WandExport MagickBooleanType | MagickRollImage (MagickWand *wand, const long x, const long y) |
| WandExport MagickBooleanType | MagickRotateImage (MagickWand *wand, const PixelWand *background, const double degrees) |
| WandExport MagickBooleanType | MagickSampleImage (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| WandExport MagickBooleanType | MagickScaleImage (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| MagickExport MagickBooleanType | MagickSegmentImage (MagickWand *wand, const ColorspaceType colorspace, const MagickBooleanType verbose, const double cluster_threshold, const double smooth_threshold) |
| WandExport MagickBooleanType | MagickSelectiveBlurImage (MagickWand *wand, const double radius, const double sigma, const double threshold) |
| WandExport MagickBooleanType | MagickSelectiveBlurImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma, const double threshold) |
| WandExport MagickBooleanType | MagickSeparateImageChannel (MagickWand *wand, const ChannelType channel) |
| WandExport MagickBooleanType | MagickSepiaToneImage (MagickWand *wand, const double threshold) |
| WandExport MagickBooleanType | MagickSetImage (MagickWand *wand, const MagickWand *set_wand) |
| WandExport MagickBooleanType | MagickSetImageAlphaChannel (MagickWand *wand, const AlphaChannelType alpha_type) |
| WandExport MagickBooleanType | MagickSetImageBackgroundColor (MagickWand *wand, const PixelWand *background) |
| WandExport MagickBooleanType | MagickSetImageBias (MagickWand *wand, const double bias) |
| WandExport MagickBooleanType | MagickSetImageBluePrimary (MagickWand *wand, const double x, const double y) |
| WandExport MagickBooleanType | MagickSetImageBorderColor (MagickWand *wand, const PixelWand *border) |
| WandExport MagickBooleanType | MagickSetImageChannelDepth (MagickWand *wand, const ChannelType channel, const unsigned long depth) |
| WandExport MagickBooleanType | MagickSetImageClipMask (MagickWand *wand, const MagickWand *clip_mask) |
| WandExport MagickBooleanType | MagickSetImageColormapColor (MagickWand *wand, const unsigned long index, const PixelWand *color) |
| WandExport MagickBooleanType | MagickSetImageColorspace (MagickWand *wand, const ColorspaceType colorspace) |
| WandExport MagickBooleanType | MagickSetImageCompose (MagickWand *wand, const CompositeOperator compose) |
| WandExport MagickBooleanType | MagickSetImageCompression (MagickWand *wand, const CompressionType compression) |
| WandExport MagickBooleanType | MagickSetImageCompressionQuality (MagickWand *wand, const unsigned long quality) |
| WandExport MagickBooleanType | MagickSetImageDelay (MagickWand *wand, const unsigned long delay) |
| WandExport MagickBooleanType | MagickSetImageDepth (MagickWand *wand, const unsigned long depth) |
| WandExport MagickBooleanType | MagickSetImageDispose (MagickWand *wand, const DisposeType dispose) |
| WandExport MagickBooleanType | MagickSetImageExtent (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| WandExport MagickBooleanType | MagickSetImageFilename (MagickWand *wand, const char *filename) |
| WandExport MagickBooleanType | MagickSetImageFormat (MagickWand *wand, const char *format) |
| WandExport MagickBooleanType | MagickSetImageFuzz (MagickWand *wand, const double fuzz) |
| WandExport MagickBooleanType | MagickSetImageGamma (MagickWand *wand, const double gamma) |
| WandExport MagickBooleanType | MagickSetImageGravity (MagickWand *wand, const GravityType gravity) |
| WandExport MagickBooleanType | MagickSetImageGreenPrimary (MagickWand *wand, const double x, const double y) |
| WandExport MagickBooleanType | MagickSetImageInterlaceScheme (MagickWand *wand, const InterlaceType interlace) |
| WandExport MagickBooleanType | MagickSetImageInterpolateMethod (MagickWand *wand, const InterpolatePixelMethod method) |
| WandExport MagickBooleanType | MagickSetImageIterations (MagickWand *wand, const unsigned long iterations) |
| WandExport MagickBooleanType | MagickSetImageMatte (MagickWand *wand, const MagickBooleanType matte) |
| WandExport MagickBooleanType | MagickSetImageMatteColor (MagickWand *wand, const PixelWand *matte) |
| WandExport MagickBooleanType | MagickSetImageOpacity (MagickWand *wand, const double alpha) |
| WandExport MagickBooleanType | MagickSetImageOrientation (MagickWand *wand, const OrientationType orientation) |
| WandExport MagickBooleanType | MagickSetImagePage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport MagickProgressMonitor | MagickSetImageProgressMonitor (MagickWand *wand, const MagickProgressMonitor progress_monitor, void *client_data) |
| WandExport MagickBooleanType | MagickSetImageRedPrimary (MagickWand *wand, const double x, const double y) |
| WandExport MagickBooleanType | MagickSetImageRenderingIntent (MagickWand *wand, const RenderingIntent rendering_intent) |
| WandExport MagickBooleanType | MagickSetImageResolution (MagickWand *wand, const double x_resolution, const double y_resolution) |
| WandExport MagickBooleanType | MagickSetImageScene (MagickWand *wand, const unsigned long scene) |
| WandExport MagickBooleanType | MagickSetImageTicksPerSecond (MagickWand *wand, const long ticks_per_second) |
| WandExport MagickBooleanType | MagickSetImageType (MagickWand *wand, const ImageType image_type) |
| WandExport MagickBooleanType | MagickSetImageUnits (MagickWand *wand, const ResolutionType units) |
| WandExport VirtualPixelMethod | MagickSetImageVirtualPixelMethod (MagickWand *wand, const VirtualPixelMethod method) |
| WandExport MagickBooleanType | MagickSetImageWhitePoint (MagickWand *wand, const double x, const double y) |
| WandExport MagickBooleanType | MagickShadeImage (MagickWand *wand, const MagickBooleanType gray, const double asimuth, const double elevation) |
| WandExport MagickBooleanType | MagickShadowImage (MagickWand *wand, const double opacity, const double sigma, const long x, const long y) |
| WandExport MagickBooleanType | MagickSharpenImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickSharpenImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickShaveImage (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| WandExport MagickBooleanType | MagickShearImage (MagickWand *wand, const PixelWand *background, const double x_shear, const double y_shear) |
| WandExport MagickBooleanType | MagickSigmoidalContrastImage (MagickWand *wand, const MagickBooleanType sharpen, const double alpha, const double beta) |
| WandExport MagickBooleanType | MagickSigmoidalContrastImageChannel (MagickWand *wand, const ChannelType channel, const MagickBooleanType sharpen, const double alpha, const double beta) |
| WandExport MagickWand * | MagickSimilarityImage (MagickWand *wand, const MagickWand *reference, RectangleInfo *offset, double *similarity) |
| WandExport MagickBooleanType | MagickSketchImage (MagickWand *wand, const double radius, const double sigma, const double angle) |
| WandExport MagickBooleanType | MagickSolarizeImage (MagickWand *wand, const double threshold) |
| WandExport MagickBooleanType | MagickSparseColorImage (MagickWand *wand, const ChannelType channel, const SparseColorMethod method, const unsigned long number_arguments, const double *arguments) |
| WandExport MagickBooleanType | MagickSpliceImage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y) |
| WandExport MagickBooleanType | MagickSpreadImage (MagickWand *wand, const double radius) |
| WandExport MagickWand * | MagickSteganoImage (MagickWand *wand, const MagickWand *watermark_wand, const long offset) |
| WandExport MagickWand * | MagickStereoImage (MagickWand *wand, const MagickWand *offset_wand) |
| WandExport MagickBooleanType | MagickStripImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickSwirlImage (MagickWand *wand, const double degrees) |
| WandExport MagickWand * | MagickTextureImage (MagickWand *wand, const MagickWand *texture_wand) |
| WandExport MagickBooleanType | MagickThresholdImage (MagickWand *wand, const double threshold) |
| WandExport MagickBooleanType | MagickThresholdImageChannel (MagickWand *wand, const ChannelType channel, const double threshold) |
| WandExport MagickBooleanType | MagickThumbnailImage (MagickWand *wand, const unsigned long columns, const unsigned long rows) |
| WandExport MagickBooleanType | MagickTintImage (MagickWand *wand, const PixelWand *tint, const PixelWand *opacity) |
| WandExport MagickWand * | MagickTransformImage (MagickWand *wand, const char *crop, const char *geometry) |
| WandExport MagickBooleanType | MagickTransformImageColorspace (MagickWand *wand, const ColorspaceType colorspace) |
| WandExport MagickBooleanType | MagickTransparentPaintImage (MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz, const MagickBooleanType invert) |
| WandExport MagickBooleanType | MagickTransposeImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickTransverseImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickTrimImage (MagickWand *wand, const double fuzz) |
| WandExport MagickBooleanType | MagickUniqueImageColors (MagickWand *wand) |
| WandExport MagickBooleanType | MagickUnsharpMaskImage (MagickWand *wand, const double radius, const double sigma, const double amount, const double threshold) |
| WandExport MagickBooleanType | MagickUnsharpMaskImageChannel (MagickWand *wand, const ChannelType channel, const double radius, const double sigma, const double amount, const double threshold) |
| WandExport MagickBooleanType | MagickVignetteImage (MagickWand *wand, const double black_point, const double white_point, const long x, const long y) |
| WandExport MagickBooleanType | MagickWaveImage (MagickWand *wand, const double amplitude, const double wave_length) |
| WandExport MagickBooleanType | MagickWhiteThresholdImage (MagickWand *wand, const PixelWand *threshold) |
| WandExport MagickBooleanType | MagickWriteImage (MagickWand *wand, const char *filename) |
| WandExport MagickBooleanType | MagickWriteImageFile (MagickWand *wand, FILE *file) |
| WandExport MagickBooleanType | MagickWriteImages (MagickWand *wand, const char *filename, const MagickBooleanType adjoin) |
| WandExport MagickBooleanType | MagickWriteImagesFile (MagickWand *wand, FILE *file) |
| #define MagickWandId "MagickWand" |
Definition at line 64 of file magick-image.c.
Referenced by CloneMagickWand(), CloneMagickWandFromImages(), IsMagickWand(), and NewMagickWand().
| #define ThrowWandException | ( | severity, | |||
| tag, | |||||
| context | ) |
{ \
(void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \
tag,"`%s'",context); \
return(MagickFalse); \
}
Definition at line 58 of file magick-image.c.
| static MagickWand* CloneMagickWandFromImages | ( | const MagickWand * | wand, | |
| Image * | images | |||
| ) | [static] |
Definition at line 92 of file magick-image.c.
References AcquireWandId(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickWandId, MaxTextExtent, _MagickWand::name, _MagickWand::quantize_info, _MagickWand::signature, ThrowWandFatalException, and WandSignature.
Referenced by MagickAppendImages(), MagickAverageImages(), MagickCoalesceImages(), MagickCombineImages(), MagickCompareImageChannels(), MagickCompareImageLayers(), MagickCompareImages(), MagickDeconstructImages(), MagickFxImageChannel(), MagickGetImage(), MagickGetImageClipMask(), MagickGetImageRegion(), MagickMergeImageLayers(), MagickMontageImage(), MagickMorphImages(), MagickOptimizeImageLayers(), MagickPreviewImages(), MagickSimilarityImage(), MagickSteganoImage(), MagickStereoImage(), MagickTextureImage(), and MagickTransformImage().
| WandExport Image* GetImageFromMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 144 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by DrawComposite(), NewPixelIterator(), and NewPixelRegionIterator().
| static MagickBooleanType InsertImageInWand | ( | MagickWand * | wand, | |
| Image * | images | |||
| ) | [inline, static] |
Definition at line 419 of file magick-image.c.
References _MagickWand::active, _MagickWand::images, and _MagickWand::pend.
Referenced by MagickAddImage(), MagickConstituteImage(), MagickNewImage(), MagickPingImage(), MagickPingImageBlob(), MagickPingImageFile(), MagickReadImage(), MagickReadImageBlob(), and MagickReadImageFile().
| WandExport MagickBooleanType MagickAdaptiveBlurImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 197 of file magick-image.c.
References MagickAdaptiveBlurImageChannel().
| WandExport MagickBooleanType MagickAdaptiveBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 207 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAdaptiveBlurImage().
| WandExport MagickBooleanType MagickAdaptiveResizeImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows | |||
| ) |
Definition at line 253 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickAdaptiveSharpenImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 310 of file magick-image.c.
References MagickAdaptiveSharpenImageChannel().
| WandExport MagickBooleanType MagickAdaptiveSharpenImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 320 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAdaptiveSharpenImage().
| WandExport MagickBooleanType MagickAdaptiveThresholdImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | offset | |||
| ) |
Definition at line 372 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickAddImage | ( | MagickWand * | wand, | |
| const MagickWand * | add_wand | |||
| ) |
Definition at line 451 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickAddNoiseImage | ( | MagickWand * | wand, | |
| const NoiseType | noise_type | |||
| ) |
Definition at line 502 of file magick-image.c.
References MagickAddNoiseImageChannel().
| WandExport MagickBooleanType MagickAddNoiseImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const NoiseType | noise_type | |||
| ) |
Definition at line 512 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAddNoiseImage().
| WandExport MagickBooleanType MagickAffineTransformImage | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand | |||
| ) |
Definition at line 558 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickAnimateImages | ( | MagickWand * | wand, | |
| const char * | server_name | |||
| ) |
Definition at line 680 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickAnnotateImage | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand, | |||
| const double | x, | |||
| const double | y, | |||
| const double | angle, | |||
| const char * | text | |||
| ) |
Definition at line 619 of file magick-image.c.
References _MagickWand::debug, DegreesToRadians, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickWand* MagickAppendImages | ( | MagickWand * | wand, | |
| const MagickBooleanType | stack | |||
| ) |
Definition at line 723 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickAutoGammaImage | ( | MagickWand * | wand | ) |
Definition at line 768 of file magick-image.c.
References MagickAutoGammaImageChannel().
| WandExport MagickBooleanType MagickAutoGammaImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 777 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAutoGammaImage().
| WandExport MagickBooleanType MagickAutoLevelImage | ( | MagickWand * | wand | ) |
Definition at line 822 of file magick-image.c.
References MagickAutoLevelImageChannel().
| WandExport MagickBooleanType MagickAutoLevelImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 831 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAutoLevelImage().
| WandExport MagickWand* MagickAverageImages | ( | MagickWand * | wand | ) |
Definition at line 871 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickBlackThresholdImage | ( | MagickWand * | wand, | |
| const PixelWand * | threshold | |||
| ) |
Definition at line 915 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetOpacityQuantum(), PixelGetRedQuantum(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickBlueShiftImage | ( | MagickWand * | wand, | |
| const double | factor | |||
| ) |
Definition at line 966 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickBlurImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 1021 of file magick-image.c.
References MagickBlurImageChannel().
| WandExport MagickBooleanType MagickBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 1031 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickBlurImage().
| WandExport MagickBooleanType MagickBorderImage | ( | MagickWand * | wand, | |
| const PixelWand * | bordercolor, | |||
| const unsigned long | width, | |||
| const unsigned long | height | |||
| ) |
Definition at line 1082 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickCharcoalImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 1138 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickChopImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 1191 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickClampImage | ( | MagickWand * | wand | ) |
Definition at line 1245 of file magick-image.c.
References MagickClampImageChannel().
| WandExport MagickBooleanType MagickClampImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 1254 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickClampImage().
| WandExport MagickBooleanType MagickClipImage | ( | MagickWand * | wand | ) |
Definition at line 1295 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickClipImagePath | ( | MagickWand * | wand, | |
| const char * | pathname, | |||
| const MagickBooleanType | inside | |||
| ) |
Definition at line 1344 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickClipPathImage().
| WandExport MagickBooleanType MagickClutImage | ( | MagickWand * | wand, | |
| const MagickWand * | clut_wand | |||
| ) |
Definition at line 1390 of file magick-image.c.
References MagickClutImageChannel().
| WandExport MagickBooleanType MagickClutImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickWand * | clut_wand | |||
| ) |
Definition at line 1400 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickClutImage().
| WandExport MagickWand* MagickCoalesceImages | ( | MagickWand * | wand | ) |
Definition at line 1445 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickColorDecisionListImage | ( | MagickWand * | wand, | |
| const char * | color_correction_collection | |||
| ) |
Definition at line 1505 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickColorizeImage | ( | MagickWand * | wand, | |
| const PixelWand * | colorize, | |||
| const PixelWand * | opacity | |||
| ) |
Definition at line 1550 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetOpacityQuantum(), PixelGetQuantumColor(), PixelGetRedQuantum(), QuantumScale, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickCombineImages | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 1610 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickCommentImage | ( | MagickWand * | wand, | |
| const char * | comment | |||
| ) |
Definition at line 1653 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickCompareImageChannels | ( | MagickWand * | wand, | |
| const MagickWand * | reference, | |||
| const ChannelType | channel, | |||
| const MetricType | metric, | |||
| double * | distortion | |||
| ) |
Definition at line 1704 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickWand* MagickCompareImageLayers | ( | MagickWand * | wand, | |
| const ImageLayerMethod | method | |||
| ) |
Definition at line 1755 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickWand* MagickCompareImages | ( | MagickWand * | wand, | |
| const MagickWand * | reference, | |||
| const MetricType | metric, | |||
| double * | distortion | |||
| ) |
Definition at line 1804 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickCompositeImage | ( | MagickWand * | wand, | |
| const MagickWand * | composite_wand, | |||
| const CompositeOperator | compose, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 1872 of file magick-image.c.
References MagickCompositeImageChannel().
| WandExport MagickBooleanType MagickCompositeImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickWand * | composite_wand, | |||
| const CompositeOperator | compose, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 1884 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickCompositeImage().
| WandExport MagickBooleanType MagickConstituteImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const char * | map, | |||
| const StorageType | storage, | |||
| const void * | pixels | |||
| ) |
Definition at line 2238 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickContrastImage | ( | MagickWand * | wand, | |
| const MagickBooleanType | sharpen | |||
| ) |
Definition at line 1933 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickContrastStretchImage | ( | MagickWand * | wand, | |
| const double | black_point, | |||
| const double | white_point | |||
| ) |
Definition at line 1987 of file magick-image.c.
References MagickContrastStretchImageChannel().
| WandExport MagickBooleanType MagickContrastStretchImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | black_point, | |||
| const double | white_point | |||
| ) |
Definition at line 1998 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickContrastStretchImage().
| WandExport MagickBooleanType MagickConvolveImage | ( | MagickWand * | wand, | |
| const unsigned long | order, | |||
| const double * | kernel | |||
| ) |
Definition at line 2050 of file magick-image.c.
References MagickConvolveImageChannel().
| WandExport MagickBooleanType MagickConvolveImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const unsigned long | order, | |||
| const double * | kernel | |||
| ) |
Definition at line 2060 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickConvolveImage().
| WandExport MagickBooleanType MagickCropImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 2114 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickCycleColormapImage | ( | MagickWand * | wand, | |
| const long | displace | |||
| ) |
Definition at line 2168 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickDecipherImage | ( | MagickWand * | wand, | |
| const char * | passphrase | |||
| ) |
Definition at line 2280 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickDeconstructImages | ( | MagickWand * | wand | ) |
Definition at line 2316 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickDeskewImage | ( | MagickWand * | wand, | |
| const double | threshold | |||
| ) |
Definition at line 2361 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickDespeckleImage | ( | MagickWand * | wand | ) |
Definition at line 2403 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport Image* MagickDestroyImage | ( | Image * | image | ) |
Definition at line 2444 of file magick-image.c.
| WandExport MagickBooleanType MagickDisplayImage | ( | MagickWand * | wand, | |
| const char * | server_name | |||
| ) |
Definition at line 2474 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _DrawingWand::image, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickDisplayImages | ( | MagickWand * | wand, | |
| const char * | server_name | |||
| ) |
Definition at line 2525 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickDistortImage | ( | MagickWand * | wand, | |
| const DistortImageMethod | method, | |||
| const unsigned long | number_arguments, | |||
| const double * | arguments, | |||
| const MagickBooleanType | bestfit | |||
| ) |
Definition at line 2602 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickDrawImage | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand | |||
| ) |
Definition at line 2648 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main(), and ScribbleImage().
| WandExport MagickBooleanType MagickEdgeImage | ( | MagickWand * | wand, | |
| const double | radius | |||
| ) |
Definition at line 2707 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEmbossImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 2758 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEncipherImage | ( | MagickWand * | wand, | |
| const char * | passphrase | |||
| ) |
Definition at line 2802 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEnhanceImage | ( | MagickWand * | wand | ) |
Definition at line 2837 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEqualizeImage | ( | MagickWand * | wand | ) |
Definition at line 2882 of file magick-image.c.
References MagickEqualizeImageChannel().
| WandExport MagickBooleanType MagickEqualizeImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 2891 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickEqualizeImage().
| WandExport MagickBooleanType MagickEvaluateImage | ( | MagickWand * | wand, | |
| const MagickEvaluateOperator | op, | |||
| const double | value | |||
| ) |
Definition at line 2945 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEvaluateImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickEvaluateOperator | op, | |||
| const double | value | |||
| ) |
Definition at line 2963 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickExportImagePixels | ( | MagickWand * | wand, | |
| const long | x, | |||
| const long | y, | |||
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const char * | map, | |||
| const StorageType | storage, | |||
| void * | pixels | |||
| ) |
Definition at line 3031 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickGetImagePixels(), and main().
| WandExport MagickBooleanType MagickExtentImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 3086 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFlipImage | ( | MagickWand * | wand | ) |
Definition at line 3136 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFloodfillPaintImage | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const PixelWand * | fill, | |||
| const double | fuzz, | |||
| const PixelWand * | bordercolor, | |||
| const long | x, | |||
| const long | y, | |||
| const MagickBooleanType | invert | |||
| ) |
Definition at line 3199 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, PixelGetMagickColor(), PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickPaintFloodfillImage(), and main().
| WandExport MagickBooleanType MagickFlopImage | ( | MagickWand * | wand | ) |
Definition at line 3257 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickForwardFourierTransformImage | ( | MagickWand * | wand, | |
| const MagickBooleanType | magnitude | |||
| ) |
Definition at line 3303 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFrameImage | ( | MagickWand * | wand, | |
| const PixelWand * | matte_color, | |||
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | inner_bevel, | |||
| const long | outer_bevel | |||
| ) |
Definition at line 3361 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFunctionImage | ( | MagickWand * | wand, | |
| const MagickFunction | function, | |||
| const unsigned long | number_arguments, | |||
| const double * | arguments | |||
| ) |
Definition at line 3431 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFunctionImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickFunction | function, | |||
| const unsigned long | number_arguments, | |||
| const double * | arguments | |||
| ) |
Definition at line 3451 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickFxImage | ( | MagickWand * | wand, | |
| const char * | expression | |||
| ) |
Definition at line 3498 of file magick-image.c.
References MagickFxImageChannel().
| WandExport MagickWand* MagickFxImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const char * | expression | |||
| ) |
Definition at line 3507 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickFxImage().
| WandExport MagickBooleanType MagickGammaImage | ( | MagickWand * | wand, | |
| const double | gamma | |||
| ) |
Definition at line 3561 of file magick-image.c.
References MagickGammaImageChannel().
| WandExport MagickBooleanType MagickGammaImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | gamma | |||
| ) |
Definition at line 3571 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickGammaImage().
| WandExport MagickBooleanType MagickGaussianBlurImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 3625 of file magick-image.c.
References MagickGaussianBlurImageChannel().
| WandExport MagickBooleanType MagickGaussianBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma | |||
| ) |
Definition at line 3635 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickGaussianBlurImage().
| WandExport MagickWand* MagickGetImage | ( | MagickWand * | wand | ) |
Definition at line 3677 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _DrawingWand::image, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickGetImageAlphaChannel | ( | MagickWand * | wand | ) |
Definition at line 3722 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageBackgroundColor | ( | MagickWand * | wand, | |
| PixelWand * | background_color | |||
| ) |
Definition at line 3801 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned char* MagickGetImageBlob | ( | MagickWand * | wand, | |
| size_t * | length | |||
| ) |
Definition at line 3842 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickWriteImageBlob().
| WandExport MagickBooleanType MagickGetImageBluePrimary | ( | MagickWand * | wand, | |
| double * | x, | |||
| double * | y | |||
| ) |
Definition at line 3936 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageBorderColor | ( | MagickWand * | wand, | |
| PixelWand * | border_color | |||
| ) |
Definition at line 3975 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned long MagickGetImageChannelDepth | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 4013 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageChannelDistortion | ( | MagickWand * | wand, | |
| const MagickWand * | reference, | |||
| const ChannelType | channel, | |||
| const MetricType | metric, | |||
| double * | distortion | |||
| ) |
Definition at line 4058 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport double* MagickGetImageChannelDistortions | ( | MagickWand * | wand, | |
| const MagickWand * | reference, | |||
| const MetricType | metric | |||
| ) |
Definition at line 4108 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageChannelKurtosis | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| double * | kurtosis, | |||
| double * | skewness | |||
| ) |
Definition at line 4208 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageChannelMean | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| double * | mean, | |||
| double * | standard_deviation | |||
| ) |
Definition at line 4161 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageChannelRange | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| double * | minima, | |||
| double * | maxima | |||
| ) |
Definition at line 4254 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport ChannelStatistics* MagickGetImageChannelStatistics | ( | MagickWand * | wand | ) |
Definition at line 4301 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickWand* MagickGetImageClipMask | ( | MagickWand * | wand | ) |
Definition at line 3755 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _DrawingWand::image, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageColormapColor | ( | MagickWand * | wand, | |
| const unsigned long | index, | |||
| PixelWand * | color | |||
| ) |
Definition at line 4344 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned long MagickGetImageColors | ( | MagickWand * | wand | ) |
Definition at line 4386 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport ColorspaceType MagickGetImageColorspace | ( | MagickWand * | wand | ) |
Definition at line 4423 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport CompositeOperator MagickGetImageCompose | ( | MagickWand * | wand | ) |
Definition at line 4461 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport CompressionType MagickGetImageCompression | ( | MagickWand * | wand | ) |
Definition at line 4498 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport unsigned long MagickGetImageCompressionQuality | ( | MagickWand * | wand | ) |
Definition at line 4535 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport unsigned long MagickGetImageDelay | ( | MagickWand * | wand | ) |
Definition at line 4572 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport unsigned long MagickGetImageDepth | ( | MagickWand * | wand | ) |
Definition at line 4605 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport DisposeType MagickGetImageDispose | ( | MagickWand * | wand | ) |
Definition at line 4687 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageDistortion | ( | MagickWand * | wand, | |
| const MagickWand * | reference, | |||
| const MetricType | metric, | |||
| double * | distortion | |||
| ) |
Definition at line 4647 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport char* MagickGetImageFilename | ( | MagickWand * | wand | ) |
Definition at line 4725 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char* MagickGetImageFormat | ( | MagickWand * | wand | ) |
Definition at line 4763 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport double MagickGetImageFuzz | ( | MagickWand * | wand | ) |
Definition at line 4800 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport double MagickGetImageGamma | ( | MagickWand * | wand | ) |
Definition at line 4837 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport GravityType MagickGetImageGravity | ( | MagickWand * | wand | ) |
Definition at line 4874 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageGreenPrimary | ( | MagickWand * | wand, | |
| double * | x, | |||
| double * | y | |||
| ) |
Definition at line 4916 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned long MagickGetImageHeight | ( | MagickWand * | wand | ) |
Definition at line 4952 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by ScribbleImage().
| WandExport PixelWand** MagickGetImageHistogram | ( | MagickWand * | wand, | |
| unsigned long * | number_colors | |||
| ) |
Definition at line 4990 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _DrawingWand::index, _MagickWand::name, NewPixelWands(), PixelSetColorCount(), PixelSetIndex(), PixelSetQuantumColor(), _MagickWand::signature, and WandSignature.
| WandExport InterlaceType MagickGetImageInterlaceScheme | ( | MagickWand * | wand | ) |
Definition at line 5048 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport InterpolatePixelMethod MagickGetImageInterpolateMethod | ( | MagickWand * | wand | ) |
Definition at line 5086 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport unsigned long MagickGetImageIterations | ( | MagickWand * | wand | ) |
Definition at line 5124 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageLength | ( | MagickWand * | wand, | |
| MagickSizeType * | length | |||
| ) |
Definition at line 5160 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageMatteColor | ( | MagickWand * | wand, | |
| PixelWand * | matte_color | |||
| ) |
Definition at line 5198 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport OrientationType MagickGetImageOrientation | ( | MagickWand * | wand | ) |
Definition at line 5233 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImagePage | ( | MagickWand * | wand, | |
| unsigned long * | width, | |||
| unsigned long * | height, | |||
| long * | x, | |||
| long * | y | |||
| ) |
Definition at line 5279 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImagePixelColor | ( | MagickWand * | wand, | |
| const long | x, | |||
| const long | y, | |||
| PixelWand * | color | |||
| ) |
Definition at line 5322 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageRange | ( | MagickWand * | wand, | |
| double * | minima, | |||
| double * | maxima | |||
| ) |
Definition at line 5385 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageRedPrimary | ( | MagickWand * | wand, | |
| double * | x, | |||
| double * | y | |||
| ) |
Definition at line 5428 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickGetImageRegion | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 5475 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickRegionOfInterestImage().
| WandExport RenderingIntent MagickGetImageRenderingIntent | ( | MagickWand * | wand | ) |
Definition at line 5523 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageResolution | ( | MagickWand * | wand, | |
| double * | x, | |||
| double * | y | |||
| ) |
Definition at line 5565 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned char* MagickGetImagesBlob | ( | MagickWand * | wand, | |
| size_t * | length | |||
| ) |
Definition at line 3888 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport unsigned long MagickGetImageScene | ( | MagickWand * | wand | ) |
Definition at line 5601 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport char* MagickGetImageSignature | ( | MagickWand * | wand | ) |
Definition at line 5635 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport unsigned long MagickGetImageTicksPerSecond | ( | MagickWand * | wand | ) |
Definition at line 5685 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport double MagickGetImageTotalInkDensity | ( | MagickWand * | wand | ) |
Definition at line 5944 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport ImageType MagickGetImageType | ( | MagickWand * | wand | ) |
Definition at line 5726 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport ResolutionType MagickGetImageUnits | ( | MagickWand * | wand | ) |
Definition at line 5763 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport VirtualPixelMethod MagickGetImageVirtualPixelMethod | ( | MagickWand * | wand | ) |
Definition at line 5801 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageWhitePoint | ( | MagickWand * | wand, | |
| double * | x, | |||
| double * | y | |||
| ) |
Definition at line 5843 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport unsigned long MagickGetImageWidth | ( | MagickWand * | wand | ) |
Definition at line 5879 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by ScribbleImage().
| WandExport unsigned long MagickGetNumberImages | ( | MagickWand * | wand | ) |
Definition at line 5913 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickHaldClutImage | ( | MagickWand * | wand, | |
| const MagickWand * | hald_wand | |||
| ) |
Definition at line 5991 of file magick-image.c.
References MagickHaldClutImageChannel().
| WandExport MagickBooleanType MagickHaldClutImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickWand * | hald_wand | |||
| ) |
Definition at line 6001 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickHaldClutImage().
| WandExport MagickBooleanType MagickHasNextImage | ( | MagickWand * | wand | ) |
Definition at line 6042 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickHasPreviousImage | ( | MagickWand * | wand | ) |
Definition at line 6078 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport char* MagickIdentifyImage | ( | MagickWand * | wand | ) |
Definition at line 6114 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickDescribeImage().
| WandExport MagickBooleanType MagickImplodeImage | ( | MagickWand * | wand, | |
| const double | amount | |||
| ) |
Definition at line 6182 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickImportImagePixels | ( | MagickWand * | wand, | |
| const long | x, | |||
| const long | y, | |||
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const char * | map, | |||
| const StorageType | storage, | |||
| const void * | pixels | |||
| ) |
Definition at line 6252 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSetImagePixels(), and main().
| WandExport MagickBooleanType MagickInverseFourierTransformImage | ( | MagickWand * | magnitude_wand, | |
| MagickWand * | phase_wand, | |||
| const MagickBooleanType | magnitude | |||
| ) |
Definition at line 6303 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickLabelImage | ( | MagickWand * | wand, | |
| const char * | label | |||
| ) |
Definition at line 6356 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickLevelImage | ( | MagickWand * | wand, | |
| const double | black_point, | |||
| const double | gamma, | |||
| const double | white_point | |||
| ) |
Definition at line 6416 of file magick-image.c.
References MagickLevelImageChannel().
| WandExport MagickBooleanType MagickLevelImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | black_point, | |||
| const double | gamma, | |||
| const double | white_point | |||
| ) |
Definition at line 6427 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickLevelImage().
| WandExport MagickBooleanType MagickLinearStretchImage | ( | MagickWand * | wand, | |
| const double | black_point, | |||
| const double | white_point | |||
| ) |
Definition at line 6476 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickLiquidRescaleImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const double | delta_x, | |||
| const double | rigidity | |||
| ) |
Definition at line 6524 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickMagnifyImage | ( | MagickWand * | wand | ) |
Definition at line 6568 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickMedianFilterImage | ( | MagickWand * | wand, | |
| const double | radius | |||
| ) |
Definition at line 6613 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickMergeImageLayers | ( | MagickWand * | wand, | |
| const ImageLayerMethod | method | |||
| ) |
Definition at line 6675 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickMinifyImage | ( | MagickWand * | wand | ) |
Definition at line 6716 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickModulateImage | ( | MagickWand * | wand, | |
| const double | brightness, | |||
| const double | saturation, | |||
| const double | hue | |||
| ) |
Definition at line 6770 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickMontageImage | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand, | |||
| const char * | tile_geometry, | |||
| const char * | thumbnail_geometry, | |||
| const MontageMode | mode, | |||
| const char * | frame | |||
| ) |
Definition at line 6833 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, DestroyPixelWand(), DrawGetFillColor(), DrawGetFont(), DrawGetFontSize(), DrawGetStrokeColor(), _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, NewPixelWand(), PixelGetQuantumColor(), _MagickWand::signature, and WandSignature.
| WandExport MagickWand* MagickMorphImages | ( | MagickWand * | wand, | |
| const unsigned long | number_frames | |||
| ) |
Definition at line 6933 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickMotionBlurImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma, | |||
| const double | angle | |||
| ) |
Definition at line 6991 of file magick-image.c.
References MagickMotionBlurImageChannel().
| WandExport MagickBooleanType MagickMotionBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma, | |||
| const double | angle | |||
| ) |
Definition at line 7001 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickMotionBlurImage().
| WandExport MagickBooleanType MagickNegateImage | ( | MagickWand * | wand, | |
| const MagickBooleanType | gray | |||
| ) |
Definition at line 7057 of file magick-image.c.
References MagickNegateImageChannel().
| WandExport MagickBooleanType MagickNegateImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const MagickBooleanType | gray | |||
| ) |
Definition at line 7067 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickNegateImage().
| WandExport MagickBooleanType MagickNewImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const PixelWand * | background | |||
| ) |
Definition at line 7116 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickNextImage | ( | MagickWand * | wand | ) |
Definition at line 7162 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickNormalizeImage | ( | MagickWand * | wand | ) |
Definition at line 7215 of file magick-image.c.
References MagickNormalizeImageChannel().
| WandExport MagickBooleanType MagickNormalizeImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 7224 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickNormalizeImage().
| WandExport MagickBooleanType MagickOilPaintImage | ( | MagickWand * | wand, | |
| const double | radius | |||
| ) |
Definition at line 7269 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickOpaquePaintImage | ( | MagickWand * | wand, | |
| const PixelWand * | target, | |||
| const PixelWand * | fill, | |||
| const double | fuzz, | |||
| const MagickBooleanType | invert | |||
| ) |
Definition at line 7332 of file magick-image.c.
References MagickOpaquePaintImageChannel().
| WandExport MagickBooleanType MagickOpaquePaintImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const PixelWand * | target, | |||
| const PixelWand * | fill, | |||
| const double | fuzz, | |||
| const MagickBooleanType | invert | |||
| ) |
Definition at line 7344 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickOpaquePaintImage(), and MagickPaintOpaqueImageChannel().
| WandExport MagickWand* MagickOptimizeImageLayers | ( | MagickWand * | wand | ) |
Definition at line 7396 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickOrderedPosterizeImage | ( | MagickWand * | wand, | |
| const char * | threshold_map | |||
| ) |
Definition at line 7463 of file magick-image.c.
References MagickOrderedPosterizeImageChannel().
| WandExport MagickBooleanType MagickOrderedPosterizeImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const char * | threshold_map | |||
| ) |
Definition at line 7473 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickOrderedPosterizeImage().
| WandExport MagickBooleanType MagickPingImage | ( | MagickWand * | wand, | |
| const char * | filename | |||
| ) |
Definition at line 7517 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickPingImageBlob | ( | MagickWand * | wand, | |
| const void * | blob, | |||
| const size_t | length | |||
| ) |
Definition at line 7567 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickPingImageFile | ( | MagickWand * | wand, | |
| FILE * | file | |||
| ) |
Definition at line 7614 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickPolaroidImage | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand, | |||
| const double | angle | |||
| ) |
Definition at line 7663 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickPosterizeImage | ( | MagickWand * | wand, | |
| const unsigned long | levels, | |||
| const MagickBooleanType | dither | |||
| ) |
Definition at line 7717 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickPreviewImages | ( | MagickWand * | wand, | |
| const PreviewType | preview | |||
| ) |
Definition at line 7763 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickPreviousImage | ( | MagickWand * | wand | ) |
Definition at line 7804 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickQuantizeImage | ( | MagickWand * | wand, | |
| const unsigned long | number_colors, | |||
| const ColorspaceType | colorspace, | |||
| const unsigned long | treedepth, | |||
| const MagickBooleanType | dither, | |||
| const MagickBooleanType | measure_error | |||
| ) |
Definition at line 7877 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickQuantizeImages | ( | MagickWand * | wand, | |
| const unsigned long | number_colors, | |||
| const ColorspaceType | colorspace, | |||
| const unsigned long | treedepth, | |||
| const MagickBooleanType | dither, | |||
| const MagickBooleanType | measure_error | |||
| ) |
Definition at line 7958 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRadialBlurImage | ( | MagickWand * | wand, | |
| const double | angle | |||
| ) |
Definition at line 8017 of file magick-image.c.
References MagickRadialBlurImageChannel().
| WandExport MagickBooleanType MagickRadialBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | angle | |||
| ) |
Definition at line 8027 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickRadialBlurImage().
| WandExport MagickBooleanType MagickRaiseImage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y, | |||
| const MagickBooleanType | raise | |||
| ) |
Definition at line 8079 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRandomThresholdImage | ( | MagickWand * | wand, | |
| const double | low, | |||
| const double | high | |||
| ) |
Definition at line 8138 of file magick-image.c.
References MagickRandomThresholdImageChannel().
| WandExport MagickBooleanType MagickRandomThresholdImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | low, | |||
| const double | high | |||
| ) |
Definition at line 8148 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickRandomThresholdImage().
| WandExport MagickBooleanType MagickReadImage | ( | MagickWand * | wand, | |
| const char * | filename | |||
| ) |
Definition at line 8200 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickReadImageBlob | ( | MagickWand * | wand, | |
| const void * | blob, | |||
| const size_t | length | |||
| ) |
Definition at line 8250 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickReadImageFile | ( | MagickWand * | wand, | |
| FILE * | file | |||
| ) |
Definition at line 8291 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickRecolorImage | ( | MagickWand * | wand, | |
| const unsigned long | order, | |||
| const double * | color_matrix | |||
| ) |
Definition at line 8343 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickReduceNoiseImage | ( | MagickWand * | wand, | |
| const double | radius | |||
| ) |
Definition at line 8393 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRemapImage | ( | MagickWand * | wand, | |
| const MagickWand * | remap_wand, | |||
| const DitherMethod | method | |||
| ) |
Definition at line 8441 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRemoveImage | ( | MagickWand * | wand | ) |
Definition at line 8492 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickResampleImage | ( | MagickWand * | wand, | |
| const double | x_resolution, | |||
| const double | y_resolution, | |||
| const FilterTypes | filter, | |||
| const double | blur | |||
| ) |
Definition at line 8546 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickResetImagePage | ( | MagickWand * | wand, | |
| const char * | page | |||
| ) |
Definition at line 8592 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickResizeImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const FilterTypes | filter, | |||
| const double | blur | |||
| ) |
Definition at line 8652 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickRollImage | ( | MagickWand * | wand, | |
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 8701 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRotateImage | ( | MagickWand * | wand, | |
| const PixelWand * | background, | |||
| const double | degrees | |||
| ) |
Definition at line 8750 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickSampleImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows | |||
| ) |
Definition at line 8800 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickScaleImage | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows | |||
| ) |
Definition at line 8847 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| MagickExport MagickBooleanType MagickSegmentImage | ( | MagickWand * | wand, | |
| const ColorspaceType | colorspace, | |||
| const MagickBooleanType | verbose, | |||
| const double | cluster_threshold, | |||
| const double | smooth_threshold | |||
| ) |
Definition at line 8905 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSelectiveBlurImage | ( | MagickWand * | wand, | |
| const double | radius, | |||
| const double | sigma, | |||
| const double | threshold | |||
| ) |
Definition at line 8964 of file magick-image.c.
References MagickSelectiveBlurImageChannel().
| WandExport MagickBooleanType MagickSelectiveBlurImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const double | radius, | |||
| const double | sigma, | |||
| const double | threshold | |||
| ) |
Definition at line 8975 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSelectiveBlurImage().
| WandExport MagickBooleanType MagickSeparateImageChannel | ( | MagickWand * | wand, | |
| const ChannelType | channel | |||
| ) |
Definition at line 9023 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSepiaToneImage | ( | MagickWand * | wand, | |
| const double | threshold | |||
| ) |
Definition at line 9069 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImage | ( | MagickWand * | wand, | |
| const MagickWand * | set_wand | |||
| ) |
Definition at line 9115 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickSetImageAlphaChannel | ( | MagickWand * | wand, | |
| const AlphaChannelType | alpha_type | |||
| ) |
Definition at line 9165 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageBackgroundColor | ( | MagickWand * | wand, | |
| const PixelWand * | background | |||
| ) |
Definition at line 9202 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageBias | ( | MagickWand * | wand, | |
| const double | bias | |||
| ) |
Definition at line 9241 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageBluePrimary | ( | MagickWand * | wand, | |
| const double | x, | |||
| const double | y | |||
| ) |
Definition at line 9281 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageBorderColor | ( | MagickWand * | wand, | |
| const PixelWand * | border | |||
| ) |
Definition at line 9320 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageChannelDepth | ( | MagickWand * | wand, | |
| const ChannelType | channel, | |||
| const unsigned long | depth | |||
| ) |
Definition at line 9360 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageClipMask | ( | MagickWand * | wand, | |
| const MagickWand * | clip_mask | |||
| ) |
Definition at line 9397 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageColormapColor | ( | MagickWand * | wand, | |
| const unsigned long | index, | |||
| const PixelWand * | color | |||
| ) |
Definition at line 9441 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageColorspace | ( | MagickWand * | wand, | |
| const ColorspaceType | colorspace | |||
| ) |
Definition at line 9486 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageCompose | ( | MagickWand * | wand, | |
| const CompositeOperator | compose | |||
| ) |
Definition at line 9525 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageCompression | ( | MagickWand * | wand, | |
| const CompressionType | compression | |||
| ) |
Definition at line 9563 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageCompressionQuality | ( | MagickWand * | wand, | |
| const unsigned long | quality | |||
| ) |
Definition at line 9601 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageDelay | ( | MagickWand * | wand, |