|
MagickWand
6.9.1
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"#include "wand/pixel-wand-private.h"#include "magick/image-private.h"
Go to the source code of this file.
Macros | |
| #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 size_t columns, const size_t 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 size_t width, const size_t height, const ssize_t 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 MagickBooleanType | MagickAutoOrientImage (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 size_t width, const size_t height) |
| WandExport MagickBooleanType | MagickBrightnessContrastImage (MagickWand *wand, const double brightness, const double contrast) |
| WandExport MagickBooleanType | MagickBrightnessContrastImageChannel (MagickWand *wand, const ChannelType channel, const double brightness, const double contrast) |
| WandExport MagickBooleanType | MagickCharcoalImage (MagickWand *wand, const double radius, const double sigma) |
| WandExport MagickBooleanType | MagickChopImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t 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 MagickBooleanType | MagickColorMatrixImage (MagickWand *wand, const KernelInfo *color_matrix) |
| 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 *source_wand, const CompositeOperator compose, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickCompositeImageChannel (MagickWand *wand, const ChannelType channel, const MagickWand *source_wand, const CompositeOperator compose, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickCompositeLayers (MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const ssize_t x, const ssize_t 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 size_t order, const double *kernel) |
| WandExport MagickBooleanType | MagickConvolveImageChannel (MagickWand *wand, const ChannelType channel, const size_t order, const double *kernel) |
| WandExport MagickBooleanType | MagickCropImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickCycleColormapImage (MagickWand *wand, const ssize_t displace) |
| WandExport MagickBooleanType | MagickConstituteImage (MagickWand *wand, const size_t columns, const size_t 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 size_t 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 MagickWand * | MagickEvaluateImages (MagickWand *wand, const MagickEvaluateOperator op) |
| WandExport MagickBooleanType | MagickEvaluateImageChannel (MagickWand *wand, const ChannelType channel, const MagickEvaluateOperator op, const double value) |
| WandExport MagickBooleanType | MagickExportImagePixels (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, void *pixels) |
| WandExport MagickBooleanType | MagickExtentImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickFilterImage (MagickWand *wand, const KernelInfo *kernel) |
| WandExport MagickBooleanType | MagickFilterImageChannel (MagickWand *wand, const ChannelType channel, const KernelInfo *kernel) |
| WandExport MagickBooleanType | MagickFlipImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickFloodfillPaintImage (MagickWand *wand, const ChannelType channel, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t 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 size_t width, const size_t height, const ssize_t inner_bevel, const ssize_t outer_bevel) |
| WandExport MagickBooleanType | MagickFunctionImage (MagickWand *wand, const MagickFunction function, const size_t number_arguments, const double *arguments) |
| WandExport MagickBooleanType | MagickFunctionImageChannel (MagickWand *wand, const ChannelType channel, const MagickFunction function, const size_t 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 size_t | 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 ChannelFeatures * | MagickGetImageChannelFeatures (MagickWand *wand, const size_t distance) |
| WandExport MagickBooleanType | MagickGetImageChannelKurtosis (MagickWand *wand, const ChannelType channel, double *kurtosis, double *skewness) |
| WandExport MagickBooleanType | MagickGetImageChannelMean (MagickWand *wand, const ChannelType channel, double *mean, double *standard_deviation) |
| WandExport MagickBooleanType | MagickGetImageChannelRange (MagickWand *wand, const ChannelType channel, double *minima, double *maxima) |
| WandExport ChannelStatistics * | MagickGetImageChannelStatistics (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageColormapColor (MagickWand *wand, const size_t index, PixelWand *color) |
| WandExport size_t | MagickGetImageColors (MagickWand *wand) |
| WandExport ColorspaceType | MagickGetImageColorspace (MagickWand *wand) |
| WandExport CompositeOperator | MagickGetImageCompose (MagickWand *wand) |
| WandExport CompressionType | MagickGetImageCompression (MagickWand *wand) |
| WandExport size_t | MagickGetImageCompressionQuality (MagickWand *wand) |
| WandExport size_t | MagickGetImageDelay (MagickWand *wand) |
| WandExport size_t | MagickGetImageDepth (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageDistortion (MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion) |
| WandExport DisposeType | MagickGetImageDispose (MagickWand *wand) |
| WandExport EndianType | MagickGetImageEndian (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 size_t | MagickGetImageHeight (MagickWand *wand) |
| WandExport PixelWand ** | MagickGetImageHistogram (MagickWand *wand, size_t *number_colors) |
| WandExport InterlaceType | MagickGetImageInterlaceScheme (MagickWand *wand) |
| WandExport InterpolatePixelMethod | MagickGetImageInterpolateMethod (MagickWand *wand) |
| WandExport size_t | 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, size_t *width, size_t *height, ssize_t *x, ssize_t *y) |
| WandExport MagickBooleanType | MagickGetImagePixelColor (MagickWand *wand, const ssize_t x, const ssize_t y, PixelWand *color) |
| WandExport MagickBooleanType | MagickGetImageRange (MagickWand *wand, double *minima, double *maxima) |
| WandExport MagickBooleanType | MagickGetImageRedPrimary (MagickWand *wand, double *x, double *y) |
| WandExport MagickWand * | MagickGetImageRegion (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport RenderingIntent | MagickGetImageRenderingIntent (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageResolution (MagickWand *wand, double *x, double *y) |
| WandExport size_t | MagickGetImageScene (MagickWand *wand) |
| WandExport char * | MagickGetImageSignature (MagickWand *wand) |
| WandExport size_t | 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 size_t | MagickGetImageWidth (MagickWand *wand) |
| WandExport size_t | 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 ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, const void *pixels) |
| WandExport MagickBooleanType | 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 size_t columns, const size_t rows, const double delta_x, const double rigidity) |
| WandExport MagickBooleanType | MagickMagnifyImage (MagickWand *wand) |
| 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 size_t number_frames) |
| WandExport MagickBooleanType | MagickMorphologyImage (MagickWand *wand, MorphologyMethod method, const ssize_t iterations, KernelInfo *kernel) |
| WandExport MagickBooleanType | MagickMorphologyImageChannel (MagickWand *wand, const ChannelType channel, MorphologyMethod method, const ssize_t iterations, KernelInfo *kernel) |
| 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 size_t width, const size_t 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 | MagickOptimizeImageTransparency (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 size_t levels, const MagickBooleanType dither) |
| WandExport MagickWand * | MagickPreviewImages (MagickWand *wand, const PreviewType preview) |
| WandExport MagickBooleanType | MagickPreviousImage (MagickWand *wand) |
| WandExport MagickBooleanType | MagickQuantizeImage (MagickWand *wand, const size_t number_colors, const ColorspaceType colorspace, const size_t treedepth, const MagickBooleanType dither, const MagickBooleanType measure_error) |
| WandExport MagickBooleanType | MagickQuantizeImages (MagickWand *wand, const size_t number_colors, const ColorspaceType colorspace, const size_t treedepth, const MagickBooleanType dither, const MagickBooleanType measure_error) |
| WandExport MagickBooleanType | MagickRaiseImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y, const MagickBooleanType raise) |
| WandExport MagickBooleanType | 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 | 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 size_t columns, const size_t rows, const FilterTypes filter, const double blur) |
| WandExport MagickBooleanType | MagickRollImage (MagickWand *wand, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickRotateImage (MagickWand *wand, const PixelWand *background, const double degrees) |
| WandExport MagickBooleanType | MagickRotationalBlurImage (MagickWand *wand, const double angle) |
| WandExport MagickBooleanType | MagickRotationalBlurImageChannel (MagickWand *wand, const ChannelType channel, const double angle) |
| WandExport MagickBooleanType | MagickSampleImage (MagickWand *wand, const size_t columns, const size_t rows) |
| WandExport MagickBooleanType | MagickScaleImage (MagickWand *wand, const size_t columns, const size_t 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 size_t depth) |
| WandExport MagickBooleanType | MagickSetImageClipMask (MagickWand *wand, const MagickWand *clip_mask) |
| WandExport MagickBooleanType | MagickSetImageColor (MagickWand *wand, const PixelWand *color) |
| WandExport MagickBooleanType | MagickSetImageColormapColor (MagickWand *wand, const size_t 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 size_t quality) |
| WandExport MagickBooleanType | MagickSetImageDelay (MagickWand *wand, const size_t delay) |
| WandExport MagickBooleanType | MagickSetImageDepth (MagickWand *wand, const size_t depth) |
| WandExport MagickBooleanType | MagickSetImageDispose (MagickWand *wand, const DisposeType dispose) |
| WandExport MagickBooleanType | MagickSetImageEndian (MagickWand *wand, const EndianType endian) |
| WandExport MagickBooleanType | MagickSetImageExtent (MagickWand *wand, const size_t columns, const size_t 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 size_t 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 size_t width, const size_t height, const ssize_t x, const ssize_t 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 size_t scene) |
| WandExport MagickBooleanType | MagickSetImageTicksPerSecond (MagickWand *wand, const ssize_t 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 ssize_t x, const ssize_t 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 size_t columns, const size_t 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 MagickWand * | MagickSmushImages (MagickWand *wand, const MagickBooleanType stack, const ssize_t offset) |
| WandExport MagickBooleanType | MagickSolarizeImage (MagickWand *wand, const double threshold) |
| WandExport MagickBooleanType | MagickSolarizeImageChannel (MagickWand *wand, const ChannelType channel, const double threshold) |
| WandExport MagickBooleanType | MagickSparseColorImage (MagickWand *wand, const ChannelType channel, const SparseColorMethod method, const size_t number_arguments, const double *arguments) |
| WandExport MagickBooleanType | MagickSpliceImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickSpreadImage (MagickWand *wand, const double radius) |
| WandExport MagickBooleanType | MagickStatisticImage (MagickWand *wand, const StatisticType type, const size_t width, const size_t height) |
| WandExport MagickBooleanType | MagickStatisticImageChannel (MagickWand *wand, const ChannelType channel, const StatisticType type, const size_t width, const size_t height) |
| WandExport MagickWand * | MagickSteganoImage (MagickWand *wand, const MagickWand *watermark_wand, const ssize_t 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 size_t columns, const size_t 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 ssize_t x, const ssize_t 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 59 of file magick-image.c.
Referenced by CloneMagickWand(), CloneMagickWandFromImages(), IsMagickWand(), and NewMagickWand().
|
static |
Definition at line 87 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(), MagickCoalesceImages(), MagickCombineImages(), MagickCompareImageChannels(), MagickCompareImageLayers(), MagickCompareImages(), MagickDeconstructImages(), MagickEvaluateImages(), MagickFxImageChannel(), MagickGetImage(), MagickGetImageClipMask(), MagickGetImageRegion(), MagickMergeImageLayers(), MagickMontageImage(), MagickMorphImages(), MagickOptimizeImageLayers(), MagickPreviewImages(), MagickSimilarityImage(), MagickSmushImages(), MagickSteganoImage(), MagickStereoImage(), MagickTextureImage(), and MagickTransformImage().
| WandExport Image* GetImageFromMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 139 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by DrawComposite(), NewPixelIterator(), and NewPixelRegionIterator().
|
inlinestatic |
Definition at line 426 of file magick-image.c.
References _MagickWand::images, and _MagickWand::insert_before.
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 192 of file magick-image.c.
References MagickAdaptiveBlurImageChannel().
| WandExport MagickBooleanType MagickAdaptiveBlurImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 202 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 size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 248 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 305 of file magick-image.c.
References MagickAdaptiveSharpenImageChannel().
| WandExport MagickBooleanType MagickAdaptiveSharpenImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 315 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 size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | offset | ||
| ) |
Definition at line 367 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 471 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickAddNoiseImage | ( | MagickWand * | wand, |
| const NoiseType | noise_type | ||
| ) |
Definition at line 525 of file magick-image.c.
References MagickAddNoiseImageChannel().
| WandExport MagickBooleanType MagickAddNoiseImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const NoiseType | noise_type | ||
| ) |
Definition at line 535 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 581 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 703 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 642 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickAppendImages | ( | MagickWand * | wand, |
| const MagickBooleanType | stack | ||
| ) |
Definition at line 752 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 797 of file magick-image.c.
References MagickAutoGammaImageChannel().
| WandExport MagickBooleanType MagickAutoGammaImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 806 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 851 of file magick-image.c.
References MagickAutoLevelImageChannel().
| WandExport MagickBooleanType MagickAutoLevelImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 860 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickAutoLevelImage().
| WandExport MagickBooleanType MagickAutoOrientImage | ( | MagickWand * | wand | ) |
Definition at line 901 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickBlackThresholdImage | ( | MagickWand * | wand, |
| const PixelWand * | threshold | ||
| ) |
Definition at line 948 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 999 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 1054 of file magick-image.c.
References MagickBlurImageChannel().
| WandExport MagickBooleanType MagickBlurImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 1064 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 size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 1115 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickBrightnessContrastImage | ( | MagickWand * | wand, |
| const double | brightness, | ||
| const double | contrast | ||
| ) |
Definition at line 1177 of file magick-image.c.
References MagickBrightnessContrastImageChannel().
| WandExport MagickBooleanType MagickBrightnessContrastImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | brightness, | ||
| const double | contrast | ||
| ) |
Definition at line 1188 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickBrightnessContrastImage().
| WandExport MagickBooleanType MagickCharcoalImage | ( | MagickWand * | wand, |
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 1236 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 size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 1287 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 1340 of file magick-image.c.
References MagickClampImageChannel().
| WandExport MagickBooleanType MagickClampImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 1349 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 1390 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 1439 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 1485 of file magick-image.c.
References MagickClutImageChannel().
| WandExport MagickBooleanType MagickClutImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const MagickWand * | clut_wand | ||
| ) |
Definition at line 1495 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 1540 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 1600 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 1645 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetOpacityQuantum(), PixelGetQuantumColor(), PixelGetRedQuantum(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickColorMatrixImage | ( | MagickWand * | wand, |
| const KernelInfo * | color_matrix | ||
| ) |
Definition at line 1708 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickCombineImages | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 1757 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 1800 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 1851 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 1902 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 1950 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 * | source_wand, | ||
| const CompositeOperator | compose, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2018 of file magick-image.c.
References MagickCompositeImageChannel().
| WandExport MagickBooleanType MagickCompositeImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const MagickWand * | source_wand, | ||
| const CompositeOperator | compose, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2030 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickCompositeImage().
| WandExport MagickBooleanType MagickCompositeLayers | ( | MagickWand * | wand, |
| const MagickWand * | source_wand, | ||
| const CompositeOperator | compose, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2104 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickConstituteImage | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows, | ||
| const char * | map, | ||
| const StorageType | storage, | ||
| const void * | pixels | ||
| ) |
Definition at line 2454 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 2152 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 2206 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 2217 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 size_t | order, | ||
| const double * | kernel | ||
| ) |
Definition at line 2269 of file magick-image.c.
References MagickConvolveImageChannel().
| WandExport MagickBooleanType MagickConvolveImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const size_t | order, | ||
| const double * | kernel | ||
| ) |
Definition at line 2279 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 size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2332 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickCycleColormapImage | ( | MagickWand * | wand, |
| const ssize_t | displace | ||
| ) |
Definition at line 2385 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 2496 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 2532 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 2577 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 2619 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 2660 of file magick-image.c.
| WandExport MagickBooleanType MagickDisplayImage | ( | MagickWand * | wand, |
| const char * | server_name | ||
| ) |
Definition at line 2690 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 2741 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 size_t | number_arguments, | ||
| const double * | arguments, | ||
| const MagickBooleanType | bestfit | ||
| ) |
Definition at line 2818 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 2864 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickEdgeImage | ( | MagickWand * | wand, |
| const double | radius | ||
| ) |
Definition at line 2923 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 2974 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 3018 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 3053 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 3098 of file magick-image.c.
References MagickEqualizeImageChannel().
| WandExport MagickBooleanType MagickEqualizeImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 3107 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 3163 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 3199 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickEvaluateImages | ( | MagickWand * | wand, |
| const MagickEvaluateOperator | op | ||
| ) |
Definition at line 3181 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickExportImagePixels | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | columns, | ||
| const size_t | rows, | ||
| const char * | map, | ||
| const StorageType | storage, | ||
| void * | pixels | ||
| ) |
Definition at line 3267 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickGetImagePixels().
| WandExport MagickBooleanType MagickExtentImage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 3320 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickFilterImage | ( | MagickWand * | wand, |
| const KernelInfo * | kernel | ||
| ) |
Definition at line 3376 of file magick-image.c.
References MagickFilterImageChannel().
| WandExport MagickBooleanType MagickFilterImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const KernelInfo * | kernel | ||
| ) |
Definition at line 3386 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickFilterImage().
| WandExport MagickBooleanType MagickFlipImage | ( | MagickWand * | wand | ) |
Definition at line 3430 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 ssize_t | x, | ||
| const ssize_t | y, | ||
| const MagickBooleanType | invert | ||
| ) |
Definition at line 3493 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().
| WandExport MagickBooleanType MagickFlopImage | ( | MagickWand * | wand | ) |
Definition at line 3550 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 3596 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 size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | inner_bevel, | ||
| const ssize_t | outer_bevel | ||
| ) |
Definition at line 3654 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 size_t | number_arguments, | ||
| const double * | arguments | ||
| ) |
Definition at line 3724 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 size_t | number_arguments, | ||
| const double * | arguments | ||
| ) |
Definition at line 3744 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 3791 of file magick-image.c.
References MagickFxImageChannel().
| WandExport MagickWand* MagickFxImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const char * | expression | ||
| ) |
Definition at line 3800 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 3854 of file magick-image.c.
References MagickGammaImageChannel().
| WandExport MagickBooleanType MagickGammaImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | gamma | ||
| ) |
Definition at line 3864 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 3918 of file magick-image.c.
References MagickGaussianBlurImageChannel().
| WandExport MagickBooleanType MagickGaussianBlurImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 3928 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 3970 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _DrawingWand::image, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImageAlphaChannel | ( | MagickWand * | wand | ) |
Definition at line 4015 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 4094 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 4139 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 4233 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 4272 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetImageChannelDepth | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 4310 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 4355 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 4405 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport ChannelFeatures* MagickGetImageChannelFeatures | ( | MagickWand * | wand, |
| const size_t | distance | ||
| ) |
Definition at line 4466 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 4512 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 4559 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 4605 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 4652 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 4048 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 size_t | index, | ||
| PixelWand * | color | ||
| ) |
Definition at line 4695 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelSetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetImageColors | ( | MagickWand * | wand | ) |
Definition at line 4737 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 4774 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 4812 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 4849 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport size_t MagickGetImageCompressionQuality | ( | MagickWand * | wand | ) |
Definition at line 4886 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport size_t MagickGetImageDelay | ( | MagickWand * | wand | ) |
Definition at line 4923 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetImageDepth | ( | MagickWand * | wand | ) |
Definition at line 4956 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 5037 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 4998 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport EndianType MagickGetImageEndian | ( | MagickWand * | wand | ) |
Definition at line 5074 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char* MagickGetImageFilename | ( | MagickWand * | wand | ) |
Definition at line 5112 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 5150 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 5187 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 5224 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 5261 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 5303 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetImageHeight | ( | MagickWand * | wand | ) |
Definition at line 5339 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport PixelWand** MagickGetImageHistogram | ( | MagickWand * | wand, |
| size_t * | number_colors | ||
| ) |
Definition at line 5377 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 5435 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 5473 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport size_t MagickGetImageIterations | ( | MagickWand * | wand | ) |
Definition at line 5511 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 5547 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 5585 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 5620 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickGetImagePage | ( | MagickWand * | wand, |
| size_t * | width, | ||
| size_t * | height, | ||
| ssize_t * | x, | ||
| ssize_t * | y | ||
| ) |
Definition at line 5666 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImagePixelColor | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| PixelWand * | color | ||
| ) |
Definition at line 5709 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 5772 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 5815 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickGetImageRegion | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 5862 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 5909 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 5951 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 4185 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport size_t MagickGetImageScene | ( | MagickWand * | wand | ) |
Definition at line 5987 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport char* MagickGetImageSignature | ( | MagickWand * | wand | ) |
Definition at line 6021 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport size_t MagickGetImageTicksPerSecond | ( | MagickWand * | wand | ) |
Definition at line 6071 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 6330 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 6112 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 6149 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 6187 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 6229 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetImageWidth | ( | MagickWand * | wand | ) |
Definition at line 6265 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport size_t MagickGetNumberImages | ( | MagickWand * | wand | ) |
Definition at line 6299 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickHaldClutImage | ( | MagickWand * | wand, |
| const MagickWand * | hald_wand | ||
| ) |
Definition at line 6377 of file magick-image.c.
References MagickHaldClutImageChannel().
| WandExport MagickBooleanType MagickHaldClutImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const MagickWand * | hald_wand | ||
| ) |
Definition at line 6387 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 6428 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 6464 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 6500 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 6568 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 ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | columns, | ||
| const size_t | rows, | ||
| const char * | map, | ||
| const StorageType | storage, | ||
| const void * | pixels | ||
| ) |
Definition at line 6638 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSetImagePixels().
| WandExport MagickBooleanType MagickInverseFourierTransformImage | ( | MagickWand * | magnitude_wand, |
| MagickWand * | phase_wand, | ||
| const MagickBooleanType | magnitude | ||
| ) |
Definition at line 6688 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 6741 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 6801 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 6812 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 6861 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 size_t | columns, | ||
| const size_t | rows, | ||
| const double | delta_x, | ||
| const double | rigidity | ||
| ) |
Definition at line 6909 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 6953 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 7014 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 7055 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 7109 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 7172 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 size_t | number_frames | ||
| ) |
Definition at line 7272 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickMorphologyImage | ( | MagickWand * | wand, |
| MorphologyMethod | method, | ||
| const ssize_t | iterations, | ||
| KernelInfo * | kernel | ||
| ) |
Definition at line 7328 of file magick-image.c.
References MagickMorphologyImageChannel().
| WandExport MagickBooleanType MagickMorphologyImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| MorphologyMethod | method, | ||
| const ssize_t | iterations, | ||
| KernelInfo * | kernel | ||
| ) |
Definition at line 7339 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickMorphologyImage().
| WandExport MagickBooleanType MagickMotionBlurImage | ( | MagickWand * | wand, |
| const double | radius, | ||
| const double | sigma, | ||
| const double | angle | ||
| ) |
Definition at line 7402 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 7412 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 7468 of file magick-image.c.
References MagickNegateImageChannel().
| WandExport MagickBooleanType MagickNegateImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const MagickBooleanType | gray | ||
| ) |
Definition at line 7478 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 size_t | width, | ||
| const size_t | height, | ||
| const PixelWand * | background | ||
| ) |
Definition at line 7527 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 7584 of file magick-image.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickNormalizeImage | ( | MagickWand * | wand | ) |
Definition at line 7638 of file magick-image.c.
References MagickNormalizeImageChannel().
| WandExport MagickBooleanType MagickNormalizeImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel | ||
| ) |
Definition at line 7647 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 7692 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 7755 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 7767 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 7819 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickOptimizeImageTransparency | ( | MagickWand * | wand | ) |
Definition at line 7864 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickOrderedPosterizeImage | ( | MagickWand * | wand, |
| const char * | threshold_map | ||
| ) |
Definition at line 7926 of file magick-image.c.
References MagickOrderedPosterizeImageChannel().
| WandExport MagickBooleanType MagickOrderedPosterizeImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const char * | threshold_map | ||
| ) |
Definition at line 7936 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 7980 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 8030 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 8077 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 8126 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 size_t | levels, | ||
| const MagickBooleanType | dither | ||
| ) |
Definition at line 8180 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 8226 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 8280 of file magick-image.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickQuantizeImage | ( | MagickWand * | wand, |
| const size_t | number_colors, | ||
| const ColorspaceType | colorspace, | ||
| const size_t | treedepth, | ||
| const MagickBooleanType | dither, | ||
| const MagickBooleanType | measure_error | ||
| ) |
Definition at line 8354 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 size_t | number_colors, | ||
| const ColorspaceType | colorspace, | ||
| const size_t | treedepth, | ||
| const MagickBooleanType | dither, | ||
| const MagickBooleanType | measure_error | ||
| ) |
Definition at line 8435 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRaiseImage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const MagickBooleanType | raise | ||
| ) |
Definition at line 8497 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 8556 of file magick-image.c.
References MagickRandomThresholdImageChannel().
| WandExport MagickBooleanType MagickRandomThresholdImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | low, | ||
| const double | high | ||
| ) |
Definition at line 8566 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 8617 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickReadImageBlob | ( | MagickWand * | wand, |
| const void * | blob, | ||
| const size_t | length | ||
| ) |
Definition at line 8667 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 8708 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickRemapImage | ( | MagickWand * | wand, |
| const MagickWand * | remap_wand, | ||
| const DitherMethod | method | ||
| ) |
Definition at line 8759 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 8810 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickResampleImage | ( | MagickWand * | wand, |
| const double | x_resolution, | ||
| const double | y_resolution, | ||
| const FilterTypes | filter, | ||
| const double | blur | ||
| ) |
Definition at line 8864 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 8910 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickResizeImage | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows, | ||
| const FilterTypes | filter, | ||
| const double | blur | ||
| ) |
Definition at line 8970 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRollImage | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 9018 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 9067 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickRotationalBlurImage | ( | MagickWand * | wand, |
| const double | angle | ||
| ) |
Definition at line 9116 of file magick-image.c.
References MagickRotationalBlurImageChannel().
Referenced by MagickRadialBlurImage().
| WandExport MagickBooleanType MagickRotationalBlurImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | angle | ||
| ) |
Definition at line 9126 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickRadialBlurImageChannel(), and MagickRotationalBlurImage().
| WandExport MagickBooleanType MagickSampleImage | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 9175 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 size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 9221 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 9279 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 9338 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 9349 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 9397 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 9443 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 9489 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageAlphaChannel | ( | MagickWand * | wand, |
| const AlphaChannelType | alpha_type | ||
| ) |
Definition at line 9539 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 9576 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 9615 of file magick-image.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageBluePrimary | ( | MagickWand * | wand, |
| const double | x, | ||
| const double | y | ||
| ) |
Definition at line 9659 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 9698 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 size_t | depth | ||
| ) |
Definition at line 9738 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 9775 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageColor | ( | MagickWand * | wand, |
| const PixelWand * | color | ||
| ) |
Definition at line 9816 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetImageColormapColor | ( | MagickWand * | wand, |
| const size_t | index, | ||
| const PixelWand * | color | ||
| ) |
Definition at line 9864 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 9909 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 9948 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 9986 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageCompressionQuality | ( | MagickWand * | wand, |
| const size_t | quality | ||
| ) |
Definition at line 10024 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageDelay | ( | MagickWand * | wand, |
| const size_t | delay | ||
| ) |
Definition at line 10062 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageDepth | ( | MagickWand * | wand, |
| const size_t | depth | ||
| ) |
Definition at line 10100 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageDispose | ( | MagickWand * | wand, |
| const DisposeType | dispose | ||
| ) |
Definition at line 10138 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageEndian | ( | MagickWand * | wand, |
| const EndianType | endian | ||
| ) |
Definition at line 10176 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageExtent | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 10216 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageFilename | ( | MagickWand * | wand, |
| const char * | filename | ||
| ) |
Definition at line 10254 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageFormat | ( | MagickWand * | wand, |
| const char * | format | ||
| ) |
Definition at line 10294 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageFuzz | ( | MagickWand * | wand, |
| const double | fuzz | ||
| ) |
Definition at line 10344 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageGamma | ( | MagickWand * | wand, |
| const double | gamma | ||
| ) |
Definition at line 10382 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageGravity | ( | MagickWand * | wand, |
| const GravityType | gravity | ||
| ) |
Definition at line 10421 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageGreenPrimary | ( | MagickWand * | wand, |
| const double | x, | ||
| const double | y | ||
| ) |
Definition at line 10463 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageInterlaceScheme | ( | MagickWand * | wand, |
| const InterlaceType | interlace | ||
| ) |
Definition at line 10503 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageInterpolateMethod | ( | MagickWand * | wand, |
| const InterpolatePixelMethod | method | ||
| ) |
Definition at line 10542 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageIterations | ( | MagickWand * | wand, |
| const size_t | iterations | ||
| ) |
Definition at line 10580 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageMatte | ( | MagickWand * | wand, |
| const MagickBooleanType | matte | ||
| ) |
Definition at line 10619 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageMatteColor | ( | MagickWand * | wand, |
| const PixelWand * | matte | ||
| ) |
Definition at line 10659 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageOpacity | ( | MagickWand * | wand, |
| const double | alpha | ||
| ) |
Definition at line 10698 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageOrientation | ( | MagickWand * | wand, |
| const OrientationType | orientation | ||
| ) |
Definition at line 10742 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImagePage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 10787 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickProgressMonitor MagickSetImageProgressMonitor | ( | MagickWand * | wand, |
| const MagickProgressMonitor | progress_monitor, | ||
| void * | client_data | ||
| ) |
Definition at line 10840 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetImageRedPrimary | ( | MagickWand * | wand, |
| const double | x, | ||
| const double | y | ||
| ) |
Definition at line 10888 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageRenderingIntent | ( | MagickWand * | wand, |
| const RenderingIntent | rendering_intent | ||
| ) |
Definition at line 10928 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageResolution | ( | MagickWand * | wand, |
| const double | x_resolution, | ||
| const double | y_resolution | ||
| ) |
Definition at line 10968 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageScene | ( | MagickWand * | wand, |
| const size_t | scene | ||
| ) |
Definition at line 11007 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageTicksPerSecond | ( | MagickWand * | wand, |
| const ssize_t | ticks_per_second | ||
| ) |
Definition at line 11045 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageType | ( | MagickWand * | wand, |
| const ImageType | image_type | ||
| ) |
Definition at line 11086 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSetImageUnits | ( | MagickWand * | wand, |
| const ResolutionType | units | ||
| ) |
Definition at line 11124 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport VirtualPixelMethod MagickSetImageVirtualPixelMethod | ( | MagickWand * | wand, |
| const VirtualPixelMethod | method | ||
| ) |
Definition at line 11164 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetImageWhitePoint | ( | MagickWand * | wand, |
| const double | x, | ||
| const double | y | ||
| ) |
Definition at line 11203 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickShadeImage | ( | MagickWand * | wand, |
| const MagickBooleanType | gray, | ||
| const double | asimuth, | ||
| const double | elevation | ||
| ) |
Definition at line 11248 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickShadowImage | ( | MagickWand * | wand, |
| const double | opacity, | ||
| const double | sigma, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 11298 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSharpenImage | ( | MagickWand * | wand, |
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 11353 of file magick-image.c.
References MagickSharpenImageChannel().
| WandExport MagickBooleanType MagickSharpenImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma | ||
| ) |
Definition at line 11363 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSharpenImage().
| WandExport MagickBooleanType MagickShaveImage | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 11413 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickShearImage | ( | MagickWand * | wand, |
| const PixelWand * | background, | ||
| const double | x_shear, | ||
| const double | y_shear | ||
| ) |
Definition at line 11474 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSigmoidalContrastImage | ( | MagickWand * | wand, |
| const MagickBooleanType | sharpen, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 11537 of file magick-image.c.
References MagickSigmoidalContrastImageChannel().
| WandExport MagickBooleanType MagickSigmoidalContrastImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const MagickBooleanType | sharpen, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 11548 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSigmoidalContrastImage().
| WandExport MagickWand* MagickSimilarityImage | ( | MagickWand * | wand, |
| const MagickWand * | reference, | ||
| RectangleInfo * | offset, | ||
| double * | similarity | ||
| ) |
Definition at line 11599 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSketchImage | ( | MagickWand * | wand, |
| const double | radius, | ||
| const double | sigma, | ||
| const double | angle | ||
| ) |
Definition at line 11656 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickSmushImages | ( | MagickWand * | wand, |
| const MagickBooleanType | stack, | ||
| const ssize_t | offset | ||
| ) |
Definition at line 11705 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSolarizeImage | ( | MagickWand * | wand, |
| const double | threshold | ||
| ) |
Definition at line 11755 of file magick-image.c.
References MagickSolarizeImageChannel().
| WandExport MagickBooleanType MagickSolarizeImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | threshold | ||
| ) |
Definition at line 11765 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickSolarizeImage().
| WandExport MagickBooleanType MagickSparseColorImage | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const SparseColorMethod | method, | ||
| const size_t | number_arguments, | ||
| const double * | arguments | ||
| ) |
Definition at line 11832 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSpliceImage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 11885 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSpreadImage | ( | MagickWand * | wand, |
| const double | radius | ||
| ) |
Definition at line 11937 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickStatisticImage | ( | MagickWand * | wand, |
| const StatisticType | type, | ||
| const size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 11992 of file magick-image.c.
References MagickStatisticImageChannel().
| WandExport MagickBooleanType MagickStatisticImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const StatisticType | type, | ||
| const size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 12002 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickStatisticImage().
| WandExport MagickWand* MagickSteganoImage | ( | MagickWand * | wand, |
| const MagickWand * | watermark_wand, | ||
| const ssize_t | offset | ||
| ) |
Definition at line 12053 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickWand* MagickStereoImage | ( | MagickWand * | wand, |
| const MagickWand * | offset_wand | ||
| ) |
Definition at line 12104 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickStripImage | ( | MagickWand * | wand | ) |
Definition at line 12149 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickSwirlImage | ( | MagickWand * | wand, |
| const double | degrees | ||
| ) |
Definition at line 12192 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickTextureImage | ( | MagickWand * | wand, |
| const MagickWand * | texture_wand | ||
| ) |
Definition at line 12237 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickThresholdImage | ( | MagickWand * | wand, |
| const double | threshold | ||
| ) |
Definition at line 12301 of file magick-image.c.
References MagickThresholdImageChannel().
| WandExport MagickBooleanType MagickThresholdImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | threshold | ||
| ) |
Definition at line 12311 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickThresholdImage().
| WandExport MagickBooleanType MagickThumbnailImage | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 12358 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickTintImage | ( | MagickWand * | wand, |
| const PixelWand * | tint, | ||
| const PixelWand * | opacity | ||
| ) |
Definition at line 12407 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetOpacityQuantum(), PixelGetQuantumColor(), PixelGetRedQuantum(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand* MagickTransformImage | ( | MagickWand * | wand, |
| const char * | crop, | ||
| const char * | geometry | ||
| ) |
Definition at line 12471 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickTransformImageColorspace | ( | MagickWand * | wand, |
| const ColorspaceType | colorspace | ||
| ) |
Definition at line 12531 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickTransparentPaintImage | ( | MagickWand * | wand, |
| const PixelWand * | target, | ||
| const double | alpha, | ||
| const double | fuzz, | ||
| const MagickBooleanType | invert | ||
| ) |
Definition at line 12583 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickPaintTransparentImage().
| WandExport MagickBooleanType MagickTransposeImage | ( | MagickWand * | wand | ) |
Definition at line 12631 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickTransverseImage | ( | MagickWand * | wand | ) |
Definition at line 12672 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickTrimImage | ( | MagickWand * | wand, |
| const double | fuzz | ||
| ) |
Definition at line 12719 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickUniqueImageColors | ( | MagickWand * | wand | ) |
Definition at line 12760 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickUnsharpMaskImage | ( | MagickWand * | wand, |
| const double | radius, | ||
| const double | sigma, | ||
| const double | amount, | ||
| const double | threshold | ||
| ) |
Definition at line 12821 of file magick-image.c.
References MagickUnsharpMaskImageChannel().
| WandExport MagickBooleanType MagickUnsharpMaskImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | radius, | ||
| const double | sigma, | ||
| const double | amount, | ||
| const double | threshold | ||
| ) |
Definition at line 12833 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
Referenced by MagickUnsharpMaskImage().
| WandExport MagickBooleanType MagickVignetteImage | ( | MagickWand * | wand, |
| const double | black_point, | ||
| const double | white_point, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 12884 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickWaveImage | ( | MagickWand * | wand, |
| const double | amplitude, | ||
| const double | wave_length | ||
| ) |
Definition at line 12932 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickWhiteThresholdImage | ( | MagickWand * | wand, |
| const PixelWand * | threshold | ||
| ) |
Definition at line 12978 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 MagickWriteImage | ( | MagickWand * | wand, |
| const char * | filename | ||
| ) |
Definition at line 13031 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _DrawingWand::image, _MagickWand::image_info, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickWriteImageFile | ( | MagickWand * | wand, |
| FILE * | file | ||
| ) |
Definition at line 13088 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 MagickWriteImages | ( | MagickWand * | wand, |
| const char * | filename, | ||
| const MagickBooleanType | adjoin | ||
| ) |
Definition at line 13147 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickWriteImagesFile | ( | MagickWand * | wand, |
| FILE * | file | ||
| ) |
Definition at line 13195 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.