MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/magick-wand-private.h"
#include "MagickWand/wand.h"
#include "MagickWand/pixel-wand-private.h"
#include "MagickCore/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 | MagickAdaptiveResizeImage (MagickWand *wand, const size_t columns, const size_t rows) |
WandExport MagickBooleanType | MagickAdaptiveSharpenImage (MagickWand *wand, const double radius, const double sigma) |
WandExport MagickBooleanType | MagickAdaptiveThresholdImage (MagickWand *wand, const size_t width, const size_t height, const double bias) |
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, const double attenuate) |
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 | MagickAutoLevelImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickAutoOrientImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickAutoThresholdImage (MagickWand *wand, const AutoThresholdMethod method) |
WandExport MagickBooleanType | MagickBilateralBlurImage (MagickWand *wand, const double radius, const double sigma, const double intensity_sigma, const double spatial_sigma) |
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 | MagickBorderImage (MagickWand *wand, const PixelWand *bordercolor, const size_t width, const size_t height, const CompositeOperator compose) |
WandExport MagickBooleanType | MagickBrightnessContrastImage (MagickWand *wand, const double brightness, const double contrast) |
WandExport MagickBooleanType | MagickCannyEdgeImage (MagickWand *wand, const double radius, const double sigma, const double lower_percent, const double upper_percent) |
WandExport MagickWand * | MagickChannelFxImage (MagickWand *wand, const char *expression) |
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 | MagickCLAHEImage (MagickWand *wand, const size_t width, const size_t height, const double number_bins, const double clip_limit) |
WandExport MagickBooleanType | MagickClampImage (MagickWand *wand) |
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, const PixelInterpolateMethod method) |
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 *blend) |
WandExport MagickBooleanType | MagickColorMatrixImage (MagickWand *wand, const KernelInfo *color_matrix) |
WandExport MagickBooleanType | MagickColorThresholdImage (MagickWand *wand, const PixelWand *start_color, const PixelWand *stop_color) |
WandExport MagickWand * | MagickCombineImages (MagickWand *wand, const ColorspaceType colorspace) |
WandExport MagickBooleanType | MagickCommentImage (MagickWand *wand, const char *comment) |
WandExport MagickWand * | MagickCompareImagesLayers (MagickWand *wand, const LayerMethod method) |
WandExport MagickWand * | MagickCompareImages (MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion) |
WandExport MagickWand * | MagickComplexImages (MagickWand *wand, const ComplexOperator op) |
WandExport MagickBooleanType | MagickCompositeImage (MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const MagickBooleanType clip_to_self, const ssize_t x, const ssize_t y) |
WandExport MagickBooleanType | MagickCompositeImageGravity (MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const GravityType gravity) |
WandExport MagickBooleanType | MagickCompositeLayers (MagickWand *wand, const MagickWand *source_wand, const CompositeOperator compose, const ssize_t x, const ssize_t y) |
WandExport MagickBooleanType | MagickConnectedComponentsImage (MagickWand *wand, const size_t connectivity, CCObjectInfo **objects) |
WandExport MagickBooleanType | MagickContrastImage (MagickWand *wand, const MagickBooleanType sharpen) |
WandExport MagickBooleanType | MagickContrastStretchImage (MagickWand *wand, const double black_point, const double white_point) |
WandExport MagickBooleanType | MagickConvolveImage (MagickWand *wand, const KernelInfo *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 DistortMethod 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 MagickWand * | MagickEvaluateImages (MagickWand *wand, const MagickEvaluateOperator op) |
WandExport MagickBooleanType | MagickEvaluateImage (MagickWand *wand, 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 | MagickFlipImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickFloodfillPaintImage (MagickWand *wand, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y, const MagickBooleanType invert) |
WandExport MagickBooleanType | 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, const CompositeOperator compose) |
WandExport MagickBooleanType | MagickFunctionImage (MagickWand *wand, const MagickFunction function, const size_t number_arguments, const double *arguments) |
WandExport MagickWand * | MagickFxImage (MagickWand *wand, const char *expression) |
WandExport MagickBooleanType | MagickGammaImage (MagickWand *wand, const double gamma) |
WandExport MagickBooleanType | MagickGaussianBlurImage (MagickWand *wand, const double radius, const double sigma) |
WandExport MagickWand * | MagickGetImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickGetImageAlphaChannel (MagickWand *wand) |
WandExport MagickWand * | MagickGetImageMask (MagickWand *wand, const PixelMask type) |
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, double *z) |
WandExport MagickBooleanType | MagickGetImageBorderColor (MagickWand *wand, PixelWand *border_color) |
WandExport ChannelFeatures * | MagickGetImageFeatures (MagickWand *wand, const size_t distance) |
WandExport MagickBooleanType | MagickGetImageKurtosis (MagickWand *wand, double *kurtosis, double *skewness) |
WandExport MagickBooleanType | MagickGetImageMean (MagickWand *wand, double *mean, double *standard_deviation) |
WandExport MagickBooleanType | MagickGetImageRange (MagickWand *wand, double *minima, double *maxima) |
WandExport ChannelStatistics * | MagickGetImageStatistics (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 DisposeType | MagickGetImageDispose (MagickWand *wand) |
WandExport MagickBooleanType | MagickGetImageDistortion (MagickWand *wand, const MagickWand *reference, const MetricType metric, double *distortion) |
WandExport double * | MagickGetImageDistortions (MagickWand *wand, const MagickWand *reference, const MetricType metric) |
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, double *z) |
WandExport size_t | MagickGetImageHeight (MagickWand *wand) |
WandExport PixelWand ** | MagickGetImageHistogram (MagickWand *wand, size_t *number_colors) |
WandExport InterlaceType | MagickGetImageInterlaceScheme (MagickWand *wand) |
WandExport PixelInterpolateMethod | 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 | MagickGetImageRedPrimary (MagickWand *wand, double *x, double *y, double *z) |
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, double *z) |
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 | MagickHasNextImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickHasPreviousImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickHoughLineImage (MagickWand *wand, const size_t width, const size_t height, const size_t threshold) |
WandExport char * | MagickIdentifyImage (MagickWand *wand) |
WandExport ImageType | MagickIdentifyImageType (MagickWand *wand) |
WandExport MagickBooleanType | MagickImplodeImage (MagickWand *wand, const double amount, const PixelInterpolateMethod method) |
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 | MagickInterpolativeResizeImage (MagickWand *wand, const size_t columns, const size_t rows, const PixelInterpolateMethod method) |
WandExport MagickBooleanType | MagickInverseFourierTransformImage (MagickWand *magnitude_wand, MagickWand *phase_wand, const MagickBooleanType magnitude) |
WandExport MagickBooleanType | MagickKmeansImage (MagickWand *wand, const size_t number_colors, const size_t max_iterations, const double tolerance) |
WandExport MagickBooleanType | MagickKuwaharaImage (MagickWand *wand, const double radius, const double sigma) |
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 | MagickLevelImageColors (MagickWand *wand, const PixelWand *black_color, const PixelWand *white_color, const MagickBooleanType invert) |
WandExport MagickBooleanType | MagickLevelizeImage (MagickWand *wand, 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 | MagickLocalContrastImage (MagickWand *wand, const double radius, const double strength) |
WandExport MagickBooleanType | MagickMagnifyImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickMeanShiftImage (MagickWand *wand, const size_t width, const size_t height, const double color_distance) |
WandExport MagickWand * | MagickMergeImageLayers (MagickWand *wand, const LayerMethod 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, const MorphologyMethod method, const ssize_t iterations, const KernelInfo *kernel) |
WandExport MagickBooleanType | MagickMotionBlurImage (MagickWand *wand, const double radius, const double sigma, const double angle) |
WandExport MagickBooleanType | MagickNegateImage (MagickWand *wand, 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 | MagickOilPaintImage (MagickWand *wand, const double radius, const double sigma) |
WandExport MagickBooleanType | MagickOpaquePaintImage (MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz, const MagickBooleanType invert) |
WandExport MagickWand * | MagickOptimizeImageLayers (MagickWand *wand) |
WandExport MagickBooleanType | MagickOptimizeImageTransparency (MagickWand *wand) |
WandExport MagickBooleanType | MagickOrderedDitherImage (MagickWand *wand, 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 char *caption, const double angle, const PixelInterpolateMethod method) |
WandExport MagickBooleanType | MagickPolynomialImage (MagickWand *wand, const size_t number_terms, const double *terms) |
WandExport MagickBooleanType | MagickPosterizeImage (MagickWand *wand, const size_t levels, const DitherMethod 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 DitherMethod dither_method, const MagickBooleanType measure_error) |
WandExport MagickBooleanType | MagickQuantizeImages (MagickWand *wand, const size_t number_colors, const ColorspaceType colorspace, const size_t treedepth, const DitherMethod dither_method, const MagickBooleanType measure_error) |
WandExport MagickBooleanType | MagickRangeThresholdImage (MagickWand *wand, const double low_black, const double low_white, const double high_white, const double high_black) |
WandExport MagickBooleanType | MagickRotationalBlurImage (MagickWand *wand, const double angle) |
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 | 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 dither_method) |
WandExport MagickBooleanType | MagickRemoveImage (MagickWand *wand) |
WandExport MagickBooleanType | MagickResampleImage (MagickWand *wand, const double x_resolution, const double y_resolution, const FilterType filter) |
WandExport MagickBooleanType | MagickResetImagePage (MagickWand *wand, const char *page) |
WandExport MagickBooleanType | MagickResizeImage (MagickWand *wand, const size_t columns, const size_t rows, const FilterType filter) |
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 | 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 | MagickSeparateImage (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 AlphaChannelOption alpha_type) |
WandExport MagickBooleanType | MagickSetImageBackgroundColor (MagickWand *wand, const PixelWand *background) |
WandExport MagickBooleanType | MagickSetImageBluePrimary (MagickWand *wand, const double x, const double y, const double z) |
WandExport MagickBooleanType | MagickSetImageBorderColor (MagickWand *wand, const PixelWand *border) |
WandExport ChannelType | MagickSetImageChannelMask (MagickWand *wand, const ChannelType channel_mask) |
WandExport MagickBooleanType | MagickSetImageMask (MagickWand *wand, const PixelMask type, 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, const double z) |
WandExport MagickBooleanType | MagickSetImageInterlaceScheme (MagickWand *wand, const InterlaceType interlace) |
WandExport MagickBooleanType | MagickSetImagePixelInterpolateMethod (MagickWand *wand, const PixelInterpolateMethod method) |
WandExport MagickBooleanType | MagickSetImageInterpolateMethod (MagickWand *wand, const PixelInterpolateMethod 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 *alpha) |
WandExport MagickBooleanType | MagickSetImageAlpha (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 MagickBooleanType | MagickSetImagePixelColor (MagickWand *wand, const ssize_t x, const ssize_t y, const PixelWand *color) |
WandExport MagickProgressMonitor | MagickSetImageProgressMonitor (MagickWand *wand, const MagickProgressMonitor progress_monitor, void *client_data) |
WandExport MagickBooleanType | MagickSetImageRedPrimary (MagickWand *wand, const double x, const double y, const double z) |
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, const double z) |
WandExport MagickBooleanType | MagickShadeImage (MagickWand *wand, const MagickBooleanType gray, const double asimuth, const double elevation) |
WandExport MagickBooleanType | MagickShadowImage (MagickWand *wand, const double alpha, const double sigma, const ssize_t x, const ssize_t y) |
WandExport MagickBooleanType | MagickSharpenImage (MagickWand *wand, 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 MagickWand * | MagickSimilarityImage (MagickWand *wand, const MagickWand *reference, const MetricType metric, const double similarity_threshold, 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 | MagickSparseColorImage (MagickWand *wand, 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 PixelInterpolateMethod method, const double radius) |
WandExport MagickBooleanType | MagickStatisticImage (MagickWand *wand, 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, const PixelInterpolateMethod method) |
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 *blend) |
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 gain, const double threshold) |
WandExport MagickBooleanType | MagickVignetteImage (MagickWand *wand, const double radius, const double sigma, const ssize_t x, const ssize_t y) |
WandExport MagickBooleanType | MagickWaveImage (MagickWand *wand, const double amplitude, const double wave_length, const PixelInterpolateMethod method) |
WandExport MagickBooleanType | MagickWaveletDenoiseImage (MagickWand *wand, const double threshold, const double softness) |
WandExport MagickBooleanType | MagickWhiteBalanceImage (MagickWand *wand) |
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.
|
static |
Definition at line 87 of file magick-image.c.
References AcquireWandId(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickPathExtent, MagickWandId, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
Referenced by MagickAppendImages(), MagickChannelFxImage(), MagickCoalesceImages(), MagickCombineImages(), MagickCompareImages(), MagickCompareImagesLayers(), MagickComplexImages(), MagickDeconstructImages(), MagickEvaluateImages(), MagickFxImage(), MagickGetImage(), MagickGetImageMask(), MagickGetImageRegion(), MagickMergeImageLayers(), MagickMontageImage(), MagickMorphImages(), MagickOptimizeImageLayers(), MagickPreviewImages(), MagickSimilarityImage(), MagickSmushImages(), MagickSteganoImage(), MagickStereoImage(), and MagickTextureImage().
WandExport Image * GetImageFromMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 135 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
Referenced by DrawComposite(), NewPixelIterator(), and NewPixelRegionIterator().
|
inlinestatic |
Definition at line 390 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 183 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAdaptiveResizeImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 228 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAdaptiveSharpenImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 280 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAdaptiveThresholdImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const double | bias | ||
) |
Definition at line 331 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAddImage | ( | MagickWand * | wand, |
const MagickWand * | add_wand | ||
) |
Definition at line 433 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, InsertImageInWand(), MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAddNoiseImage | ( | MagickWand * | wand, |
const NoiseType | noise_type, | ||
const double | attenuate | ||
) |
Definition at line 484 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAffineTransformImage | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand | ||
) |
Definition at line 529 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAnimateImages | ( | MagickWand * | wand, |
const char * | server_name | ||
) |
Definition at line 649 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickAnnotateImage | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand, | ||
const double | x, | ||
const double | y, | ||
const double | angle, | ||
const char * | text | ||
) |
Definition at line 590 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickAppendImages | ( | MagickWand * | wand, |
const MagickBooleanType | stack | ||
) |
Definition at line 696 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickAutoGammaImage | ( | MagickWand * | wand | ) |
Definition at line 737 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAutoLevelImage | ( | MagickWand * | wand | ) |
Definition at line 775 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAutoOrientImage | ( | MagickWand * | wand | ) |
Definition at line 813 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickAutoThresholdImage | ( | MagickWand * | wand, |
const AutoThresholdMethod | method | ||
) |
Definition at line 860 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBilateralBlurImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | intensity_sigma, | ||
const double | spatial_sigma | ||
) |
Definition at line 918 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBlackThresholdImage | ( | MagickWand * | wand, |
const PixelWand * | threshold | ||
) |
Definition at line 966 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, PixelGetAlphaQuantum(), PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetRedQuantum(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBlueShiftImage | ( | MagickWand * | wand, |
const double | factor | ||
) |
Definition at line 1011 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBlurImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 1061 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBorderImage | ( | MagickWand * | wand, |
const PixelWand * | bordercolor, | ||
const size_t | width, | ||
const size_t | height, | ||
const CompositeOperator | compose | ||
) |
Definition at line 1113 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickBrightnessContrastImage | ( | MagickWand * | wand, |
const double | brightness, | ||
const double | contrast | ||
) |
Definition at line 1171 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCannyEdgeImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | lower_percent, | ||
const double | upper_percent | ||
) |
Definition at line 1221 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickChannelFxImage | ( | MagickWand * | wand, |
const char * | expression | ||
) |
Definition at line 1279 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickCharcoalImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 1325 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickChopImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 1378 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCLAHEImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const double | number_bins, | ||
const double | clip_limit | ||
) |
Definition at line 1440 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickClampImage | ( | MagickWand * | wand | ) |
Definition at line 1482 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickClipImage | ( | MagickWand * | wand | ) |
Definition at line 1516 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickClipImagePath | ( | MagickWand * | wand, |
const char * | pathname, | ||
const MagickBooleanType | inside | ||
) |
Definition at line 1563 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickClutImage | ( | MagickWand * | wand, |
const MagickWand * | clut_wand, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 1606 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickCoalesceImages | ( | MagickWand * | wand | ) |
Definition at line 1649 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickColorDecisionListImage | ( | MagickWand * | wand, |
const char * | color_correction_collection | ||
) |
Definition at line 1709 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickColorizeImage | ( | MagickWand * | wand, |
const PixelWand * | colorize, | ||
const PixelWand * | blend | ||
) |
Definition at line 1753 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, PixelGetAlphaQuantum(), PixelGetBlackQuantum(), PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetPixel(), PixelGetRedQuantum(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickColorMatrixImage | ( | MagickWand * | wand, |
const KernelInfo * | color_matrix | ||
) |
Definition at line 1827 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickColorThresholdImage | ( | MagickWand * | wand, |
const PixelWand * | start_color, | ||
const PixelWand * | stop_color | ||
) |
Definition at line 1876 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickCombineImages | ( | MagickWand * | wand, |
const ColorspaceType | colorspace | ||
) |
Definition at line 1922 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickCommentImage | ( | MagickWand * | wand, |
const char * | comment | ||
) |
Definition at line 1965 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickCompareImages | ( | MagickWand * | wand, |
const MagickWand * | reference, | ||
const MetricType | metric, | ||
double * | distortion | ||
) |
Definition at line 2057 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickWand * MagickCompareImagesLayers | ( | MagickWand * | wand, |
const LayerMethod | method | ||
) |
Definition at line 2008 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickWand * MagickComplexImages | ( | MagickWand * | wand, |
const ComplexOperator | op | ||
) |
Definition at line 2109 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickCompositeImage | ( | MagickWand * | wand, |
const MagickWand * | source_wand, | ||
const CompositeOperator | compose, | ||
const MagickBooleanType | clip_to_self, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 2170 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCompositeImageGravity | ( | MagickWand * | wand, |
const MagickWand * | source_wand, | ||
const CompositeOperator | compose, | ||
const GravityType | gravity | ||
) |
Definition at line 2231 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCompositeLayers | ( | MagickWand * | wand, |
const MagickWand * | source_wand, | ||
const CompositeOperator | compose, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 2309 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickConnectedComponentsImage | ( | MagickWand * | wand, |
const size_t | connectivity, | ||
CCObjectInfo ** | objects | ||
) |
Definition at line 2358 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
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 2667 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, InsertImageInWand(), MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickContrastImage | ( | MagickWand * | wand, |
const MagickBooleanType | sharpen | ||
) |
Definition at line 2406 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickContrastStretchImage | ( | MagickWand * | wand, |
const double | black_point, | ||
const double | white_point | ||
) |
Definition at line 2452 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickConvolveImage | ( | MagickWand * | wand, |
const KernelInfo * | kernel | ||
) |
Definition at line 2494 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCropImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 2546 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickCycleColormapImage | ( | MagickWand * | wand, |
const ssize_t | displace | ||
) |
Definition at line 2599 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickDecipherImage | ( | MagickWand * | wand, |
const char * | passphrase | ||
) |
Definition at line 2709 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickDeconstructImages | ( | MagickWand * | wand | ) |
Definition at line 2745 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickDeskewImage | ( | MagickWand * | wand, |
const double | threshold | ||
) |
Definition at line 2791 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickDespeckleImage | ( | MagickWand * | wand | ) |
Definition at line 2833 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport Image * MagickDestroyImage | ( | Image * | image | ) |
Definition at line 2874 of file magick-image.c.
WandExport MagickBooleanType MagickDisplayImage | ( | MagickWand * | wand, |
const char * | server_name | ||
) |
Definition at line 2904 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickDisplayImages | ( | MagickWand * | wand, |
const char * | server_name | ||
) |
Definition at line 2953 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickDistortImage | ( | MagickWand * | wand, |
const DistortMethod | method, | ||
const size_t | number_arguments, | ||
const double * | arguments, | ||
const MagickBooleanType | bestfit | ||
) |
Definition at line 3028 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickDrawImage | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand | ||
) |
Definition at line 3074 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEdgeImage | ( | MagickWand * | wand, |
const double | radius | ||
) |
Definition at line 3131 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEmbossImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 3182 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEncipherImage | ( | MagickWand * | wand, |
const char * | passphrase | ||
) |
Definition at line 3226 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEnhanceImage | ( | MagickWand * | wand | ) |
Definition at line 3261 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEqualizeImage | ( | MagickWand * | wand | ) |
Definition at line 3303 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickEvaluateImage | ( | MagickWand * | wand, |
const MagickEvaluateOperator | op, | ||
const double | value | ||
) |
Definition at line 3369 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickEvaluateImages | ( | MagickWand * | wand, |
const MagickEvaluateOperator | op | ||
) |
Definition at line 3351 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
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 3436 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickExtentImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 3488 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickFlipImage | ( | MagickWand * | wand | ) |
Definition at line 3537 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickFloodfillPaintImage | ( | MagickWand * | wand, |
const PixelWand * | fill, | ||
const double | fuzz, | ||
const PixelWand * | bordercolor, | ||
const ssize_t | x, | ||
const ssize_t | y, | ||
const MagickBooleanType | invert | ||
) |
Definition at line 3597 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickFlopImage | ( | MagickWand * | wand | ) |
Definition at line 3652 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickForwardFourierTransformImage | ( | MagickWand * | wand, |
const MagickBooleanType | magnitude | ||
) |
Definition at line 3698 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickFrameImage | ( | MagickWand * | wand, |
const PixelWand * | matte_color, | ||
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | inner_bevel, | ||
const ssize_t | outer_bevel, | ||
const CompositeOperator | compose | ||
) |
Definition at line 3758 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickFunctionImage | ( | MagickWand * | wand, |
const MagickFunction | function, | ||
const size_t | number_arguments, | ||
const double * | arguments | ||
) |
Definition at line 3823 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickFxImage | ( | MagickWand * | wand, |
const char * | expression | ||
) |
Definition at line 3865 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGammaImage | ( | MagickWand * | wand, |
const double | gamma | ||
) |
Definition at line 3913 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGaussianBlurImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 3960 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickGetImage | ( | MagickWand * | wand | ) |
Definition at line 4001 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageAlphaChannel | ( | MagickWand * | wand | ) |
Definition at line 4046 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageBackgroundColor | ( | MagickWand * | wand, |
PixelWand * | background_color | ||
) |
Definition at line 4128 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelSetPixelColor(), _MagickWand::signature, and ThrowWandException.
WandExport unsigned char * MagickGetImageBlob | ( | MagickWand * | wand, |
size_t * | length | ||
) |
Definition at line 4173 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageBluePrimary | ( | MagickWand * | wand, |
double * | x, | ||
double * | y, | ||
double * | z | ||
) |
Definition at line 4274 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageBorderColor | ( | MagickWand * | wand, |
PixelWand * | border_color | ||
) |
Definition at line 4314 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelSetPixelColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageColormapColor | ( | MagickWand * | wand, |
const size_t | index, | ||
PixelWand * | color | ||
) |
Definition at line 4587 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelSetPixelColor(), _MagickWand::signature, and ThrowWandException.
WandExport size_t MagickGetImageColors | ( | MagickWand * | wand | ) |
Definition at line 4629 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ColorspaceType MagickGetImageColorspace | ( | MagickWand * | wand | ) |
Definition at line 4666 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport CompositeOperator MagickGetImageCompose | ( | MagickWand * | wand | ) |
Definition at line 4704 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport CompressionType MagickGetImageCompression | ( | MagickWand * | wand | ) |
Definition at line 4741 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport size_t MagickGetImageCompressionQuality | ( | MagickWand * | wand | ) |
Definition at line 4778 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport size_t MagickGetImageDelay | ( | MagickWand * | wand | ) |
Definition at line 4815 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport size_t MagickGetImageDepth | ( | MagickWand * | wand | ) |
Definition at line 4848 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport DisposeType MagickGetImageDispose | ( | MagickWand * | wand | ) |
Definition at line 4881 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageDistortion | ( | MagickWand * | wand, |
const MagickWand * | reference, | ||
const MetricType | metric, | ||
double * | distortion | ||
) |
Definition at line 4927 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport double * MagickGetImageDistortions | ( | MagickWand * | wand, |
const MagickWand * | reference, | ||
const MetricType | metric | ||
) |
Definition at line 4974 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport EndianType MagickGetImageEndian | ( | MagickWand * | wand | ) |
Definition at line 5019 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ChannelFeatures * MagickGetImageFeatures | ( | MagickWand * | wand, |
const size_t | distance | ||
) |
Definition at line 4365 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport char * MagickGetImageFilename | ( | MagickWand * | wand | ) |
Definition at line 5057 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport char * MagickGetImageFormat | ( | MagickWand * | wand | ) |
Definition at line 5095 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport double MagickGetImageFuzz | ( | MagickWand * | wand | ) |
Definition at line 5132 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport double MagickGetImageGamma | ( | MagickWand * | wand | ) |
Definition at line 5169 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport GravityType MagickGetImageGravity | ( | MagickWand * | wand | ) |
Definition at line 5206 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageGreenPrimary | ( | MagickWand * | wand, |
double * | x, | ||
double * | y, | ||
double * | z | ||
) |
Definition at line 5250 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport size_t MagickGetImageHeight | ( | MagickWand * | wand | ) |
Definition at line 5287 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport PixelWand ** MagickGetImageHistogram | ( | MagickWand * | wand, |
size_t * | number_colors | ||
) |
Definition at line 5325 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, NewPixelWands(), PixelSetColorCount(), PixelSetPixelColor(), and _MagickWand::signature.
WandExport InterlaceType MagickGetImageInterlaceScheme | ( | MagickWand * | wand | ) |
Definition at line 5382 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport PixelInterpolateMethod MagickGetImageInterpolateMethod | ( | MagickWand * | wand | ) |
Definition at line 5420 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport size_t MagickGetImageIterations | ( | MagickWand * | wand | ) |
Definition at line 5458 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageKurtosis | ( | MagickWand * | wand, |
double * | kurtosis, | ||
double * | skewness | ||
) |
Definition at line 4409 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageLength | ( | MagickWand * | wand, |
MagickSizeType * | length | ||
) |
Definition at line 5494 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickGetImageMask | ( | MagickWand * | wand, |
const PixelMask | type | ||
) |
Definition at line 4081 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageMatteColor | ( | MagickWand * | wand, |
PixelWand * | matte_color | ||
) |
Definition at line 5532 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelSetPixelColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageMean | ( | MagickWand * | wand, |
double * | mean, | ||
double * | standard_deviation | ||
) |
Definition at line 4455 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport OrientationType MagickGetImageOrientation | ( | MagickWand * | wand | ) |
Definition at line 5567 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImagePage | ( | MagickWand * | wand, |
size_t * | width, | ||
size_t * | height, | ||
ssize_t * | x, | ||
ssize_t * | y | ||
) |
Definition at line 5613 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImagePixelColor | ( | MagickWand * | wand, |
const ssize_t | x, | ||
const ssize_t | y, | ||
PixelWand * | color | ||
) |
Definition at line 5656 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelSetQuantumPixel(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageRange | ( | MagickWand * | wand, |
double * | minima, | ||
double * | maxima | ||
) |
Definition at line 4498 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickGetImageRedPrimary | ( | MagickWand * | wand, |
double * | x, | ||
double * | y, | ||
double * | z | ||
) |
Definition at line 5712 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickGetImageRegion | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 5760 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport RenderingIntent MagickGetImageRenderingIntent | ( | MagickWand * | wand | ) |
Definition at line 5808 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageResolution | ( | MagickWand * | wand, |
double * | x, | ||
double * | y | ||
) |
Definition at line 5850 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport unsigned char * MagickGetImagesBlob | ( | MagickWand * | wand, |
size_t * | length | ||
) |
Definition at line 4224 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport size_t MagickGetImageScene | ( | MagickWand * | wand | ) |
Definition at line 5886 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport char * MagickGetImageSignature | ( | MagickWand * | wand | ) |
Definition at line 5920 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ChannelStatistics * MagickGetImageStatistics | ( | MagickWand * | wand | ) |
Definition at line 4544 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport size_t MagickGetImageTicksPerSecond | ( | MagickWand * | wand | ) |
Definition at line 5969 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport double MagickGetImageTotalInkDensity | ( | MagickWand * | wand | ) |
Definition at line 6227 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ImageType MagickGetImageType | ( | MagickWand * | wand | ) |
Definition at line 6006 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ResolutionType MagickGetImageUnits | ( | MagickWand * | wand | ) |
Definition at line 6043 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport VirtualPixelMethod MagickGetImageVirtualPixelMethod | ( | MagickWand * | wand | ) |
Definition at line 6081 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickGetImageWhitePoint | ( | MagickWand * | wand, |
double * | x, | ||
double * | y, | ||
double * | z | ||
) |
Definition at line 6125 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport size_t MagickGetImageWidth | ( | MagickWand * | wand | ) |
Definition at line 6162 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport size_t MagickGetNumberImages | ( | MagickWand * | wand | ) |
Definition at line 6196 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickHaldClutImage | ( | MagickWand * | wand, |
const MagickWand * | hald_wand | ||
) |
Definition at line 6271 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickHasNextImage | ( | MagickWand * | wand | ) |
Definition at line 6310 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickHasPreviousImage | ( | MagickWand * | wand | ) |
Definition at line 6346 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickHoughLineImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const size_t | threshold | ||
) |
Definition at line 6396 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport char * MagickIdentifyImage | ( | MagickWand * | wand | ) |
Definition at line 6439 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ImageType MagickIdentifyImageType | ( | MagickWand * | wand | ) |
Definition at line 6510 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickImplodeImage | ( | MagickWand * | wand, |
const double | amount, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 6555 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
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 6625 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickInterpolativeResizeImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 6672 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickInverseFourierTransformImage | ( | MagickWand * | magnitude_wand, |
MagickWand * | phase_wand, | ||
const MagickBooleanType | magnitude | ||
) |
Definition at line 6723 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickKmeansImage | ( | MagickWand * | wand, |
const size_t | number_colors, | ||
const size_t | max_iterations, | ||
const double | tolerance | ||
) |
Definition at line 6783 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickKuwaharaImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 6828 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLabelImage | ( | MagickWand * | wand, |
const char * | label | ||
) |
Definition at line 6871 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLevelImage | ( | MagickWand * | wand, |
const double | black_point, | ||
const double | gamma, | ||
const double | white_point | ||
) |
Definition at line 6926 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLevelImageColors | ( | MagickWand * | wand, |
const PixelWand * | black_color, | ||
const PixelWand * | white_color, | ||
const MagickBooleanType | invert | ||
) |
Definition at line 6976 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLevelizeImage | ( | MagickWand * | wand, |
const double | black_point, | ||
const double | gamma, | ||
const double | white_point | ||
) |
Definition at line 7031 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLinearStretchImage | ( | MagickWand * | wand, |
const double | black_point, | ||
const double | white_point | ||
) |
Definition at line 7078 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLiquidRescaleImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows, | ||
const double | delta_x, | ||
const double | rigidity | ||
) |
Definition at line 7125 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickLocalContrastImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | strength | ||
) |
Definition at line 7175 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickMagnifyImage | ( | MagickWand * | wand | ) |
Definition at line 7218 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickMeanShiftImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const double | color_distance | ||
) |
Definition at line 7273 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickMergeImageLayers | ( | MagickWand * | wand, |
const LayerMethod | method | ||
) |
Definition at line 7336 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickMinifyImage | ( | MagickWand * | wand | ) |
Definition at line 7377 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickModulateImage | ( | MagickWand * | wand, |
const double | brightness, | ||
const double | saturation, | ||
const double | hue | ||
) |
Definition at line 7431 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
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 7492 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, DestroyPixelWand(), DrawGetFillColor(), DrawGetFont(), DrawGetFontSize(), DrawGetStrokeColor(), _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, NewPixelWand(), PixelGetQuantumPacket(), and _MagickWand::signature.
WandExport MagickWand * MagickMorphImages | ( | MagickWand * | wand, |
const size_t | number_frames | ||
) |
Definition at line 7592 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickMorphologyImage | ( | MagickWand * | wand, |
const MorphologyMethod | method, | ||
const ssize_t | iterations, | ||
const KernelInfo * | kernel | ||
) |
Definition at line 7643 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickMotionBlurImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | angle | ||
) |
Definition at line 7700 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickNegateImage | ( | MagickWand * | wand, |
const MagickBooleanType | gray | ||
) |
Definition at line 7749 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickNewImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const PixelWand * | background | ||
) |
Definition at line 7796 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), and _MagickWand::signature.
WandExport MagickBooleanType MagickNextImage | ( | MagickWand * | wand | ) |
Definition at line 7851 of file magick-image.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
Referenced by CLINoImageOperator(), and CLISimpleOperatorImages().
WandExport MagickBooleanType MagickNormalizeImage | ( | MagickWand * | wand | ) |
Definition at line 7900 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickOilPaintImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 7944 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickOpaquePaintImage | ( | MagickWand * | wand, |
const PixelWand * | target, | ||
const PixelWand * | fill, | ||
const double | fuzz, | ||
const MagickBooleanType | invert | ||
) |
Definition at line 8001 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickOptimizeImageLayers | ( | MagickWand * | wand | ) |
Definition at line 8051 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickOptimizeImageTransparency | ( | MagickWand * | wand | ) |
Definition at line 8096 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickOrderedDitherImage | ( | MagickWand * | wand, |
const char * | threshold_map | ||
) |
Definition at line 8153 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickPingImage | ( | MagickWand * | wand, |
const char * | filename | ||
) |
Definition at line 8196 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickPathExtent, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickPingImageBlob | ( | MagickWand * | wand, |
const void * | blob, | ||
const size_t | length | ||
) |
Definition at line 8246 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickPingImageFile | ( | MagickWand * | wand, |
FILE * | file | ||
) |
Definition at line 8287 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickPolaroidImage | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand, | ||
const char * | caption, | ||
const double | angle, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 8341 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickPolynomialImage | ( | MagickWand * | wand, |
const size_t | number_terms, | ||
const double * | terms | ||
) |
Definition at line 8399 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickPosterizeImage | ( | MagickWand * | wand, |
const size_t | levels, | ||
const DitherMethod | dither | ||
) |
Definition at line 8448 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickPreviewImages | ( | MagickWand * | wand, |
const PreviewType | preview | ||
) |
Definition at line 8492 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickPreviousImage | ( | MagickWand * | wand | ) |
Definition at line 8546 of file magick-image.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickQuantizeImage | ( | MagickWand * | wand, |
const size_t | number_colors, | ||
const ColorspaceType | colorspace, | ||
const size_t | treedepth, | ||
const DitherMethod | dither_method, | ||
const MagickBooleanType | measure_error | ||
) |
Definition at line 8619 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickQuantizeImages | ( | MagickWand * | wand, |
const size_t | number_colors, | ||
const ColorspaceType | colorspace, | ||
const size_t | treedepth, | ||
const DitherMethod | dither_method, | ||
const MagickBooleanType | measure_error | ||
) |
Definition at line 8697 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
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 8851 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRandomThresholdImage | ( | MagickWand * | wand, |
const double | low, | ||
const double | high | ||
) |
Definition at line 8903 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRangeThresholdImage | ( | MagickWand * | wand, |
const double | low_black, | ||
const double | low_white, | ||
const double | high_white, | ||
const double | high_black | ||
) |
Definition at line 8757 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickReadImage | ( | MagickWand * | wand, |
const char * | filename | ||
) |
Definition at line 8944 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickPathExtent, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickReadImageBlob | ( | MagickWand * | wand, |
const void * | blob, | ||
const size_t | length | ||
) |
Definition at line 8995 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickReadImageFile | ( | MagickWand * | wand, |
FILE * | file | ||
) |
Definition at line 9036 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, InsertImageInWand(), MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickRemapImage | ( | MagickWand * | wand, |
const MagickWand * | remap_wand, | ||
const DitherMethod | dither_method | ||
) |
Definition at line 9087 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRemoveImage | ( | MagickWand * | wand | ) |
Definition at line 9135 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickResampleImage | ( | MagickWand * | wand, |
const double | x_resolution, | ||
const double | y_resolution, | ||
const FilterType | filter | ||
) |
Definition at line 9187 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickResetImagePage | ( | MagickWand * | wand, |
const char * | page | ||
) |
Definition at line 9232 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickResizeImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows, | ||
const FilterType | filter | ||
) |
Definition at line 9289 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRollImage | ( | MagickWand * | wand, |
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 9336 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRotateImage | ( | MagickWand * | wand, |
const PixelWand * | background, | ||
const double | degrees | ||
) |
Definition at line 9385 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickRotationalBlurImage | ( | MagickWand * | wand, |
const double | angle | ||
) |
Definition at line 8800 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSampleImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 9435 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickScaleImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 9482 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
MagickExport MagickBooleanType MagickSegmentImage | ( | MagickWand * | wand, |
const ColorspaceType | colorspace, | ||
const MagickBooleanType | verbose, | ||
const double | cluster_threshold, | ||
const double | smooth_threshold | ||
) |
Definition at line 9540 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSelectiveBlurImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | threshold | ||
) |
Definition at line 9591 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSeparateImage | ( | MagickWand * | wand, |
const ChannelType | channel | ||
) |
Definition at line 9638 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSepiaToneImage | ( | MagickWand * | wand, |
const double | threshold | ||
) |
Definition at line 9685 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImage | ( | MagickWand * | wand, |
const MagickWand * | set_wand | ||
) |
Definition at line 9731 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageAlpha | ( | MagickWand * | wand, |
const double | alpha | ||
) |
Definition at line 10910 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageAlphaChannel | ( | MagickWand * | wand, |
const AlphaChannelOption | alpha_type | ||
) |
Definition at line 9781 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageBackgroundColor | ( | MagickWand * | wand, |
const PixelWand * | background | ||
) |
Definition at line 9818 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageBluePrimary | ( | MagickWand * | wand, |
const double | x, | ||
const double | y, | ||
const double | z | ||
) |
Definition at line 9860 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageBorderColor | ( | MagickWand * | wand, |
const PixelWand * | border | ||
) |
Definition at line 9900 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport ChannelType MagickSetImageChannelMask | ( | MagickWand * | wand, |
const ChannelType | channel_mask | ||
) |
Definition at line 9938 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSetImageColor | ( | MagickWand * | wand, |
const PixelWand * | color | ||
) |
Definition at line 10016 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), and _MagickWand::signature.
WandExport MagickBooleanType MagickSetImageColormapColor | ( | MagickWand * | wand, |
const size_t | index, | ||
const PixelWand * | color | ||
) |
Definition at line 10058 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageColorspace | ( | MagickWand * | wand, |
const ColorspaceType | colorspace | ||
) |
Definition at line 10104 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageCompose | ( | MagickWand * | wand, |
const CompositeOperator | compose | ||
) |
Definition at line 10143 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageCompression | ( | MagickWand * | wand, |
const CompressionType | compression | ||
) |
Definition at line 10181 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageCompressionQuality | ( | MagickWand * | wand, |
const size_t | quality | ||
) |
Definition at line 10219 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageDelay | ( | MagickWand * | wand, |
const size_t | delay | ||
) |
Definition at line 10257 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageDepth | ( | MagickWand * | wand, |
const size_t | depth | ||
) |
Definition at line 10295 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageDispose | ( | MagickWand * | wand, |
const DisposeType | dispose | ||
) |
Definition at line 10332 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageEndian | ( | MagickWand * | wand, |
const EndianType | endian | ||
) |
Definition at line 10370 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageExtent | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 10410 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageFilename | ( | MagickWand * | wand, |
const char * | filename | ||
) |
Definition at line 10448 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageFormat | ( | MagickWand * | wand, |
const char * | format | ||
) |
Definition at line 10489 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageFuzz | ( | MagickWand * | wand, |
const double | fuzz | ||
) |
Definition at line 10540 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageGamma | ( | MagickWand * | wand, |
const double | gamma | ||
) |
Definition at line 10578 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageGravity | ( | MagickWand * | wand, |
const GravityType | gravity | ||
) |
Definition at line 10619 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageGreenPrimary | ( | MagickWand * | wand, |
const double | x, | ||
const double | y, | ||
const double | z | ||
) |
Definition at line 10662 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageInterlaceScheme | ( | MagickWand * | wand, |
const InterlaceType | interlace | ||
) |
Definition at line 10703 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageInterpolateMethod | ( | MagickWand * | wand, |
const PixelInterpolateMethod | method | ||
) |
Definition at line 10749 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
Referenced by MagickSetImagePixelInterpolateMethod().
WandExport MagickBooleanType MagickSetImageIterations | ( | MagickWand * | wand, |
const size_t | iterations | ||
) |
Definition at line 10787 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageMask | ( | MagickWand * | wand, |
const PixelMask | type, | ||
const MagickWand * | clip_mask | ||
) |
Definition at line 9975 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageMatte | ( | MagickWand * | wand, |
const MagickBooleanType | matte | ||
) |
Definition at line 10826 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageMatteColor | ( | MagickWand * | wand, |
const PixelWand * | alpha | ||
) |
Definition at line 10871 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageOrientation | ( | MagickWand * | wand, |
const OrientationType | orientation | ||
) |
Definition at line 10952 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImagePage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 10995 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImagePixelColor | ( | MagickWand * | wand, |
const ssize_t | x, | ||
const ssize_t | y, | ||
const PixelWand * | color | ||
) |
Definition at line 11039 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPixel(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImagePixelInterpolateMethod | ( | MagickWand * | wand, |
const PixelInterpolateMethod | method | ||
) |
Definition at line 10743 of file magick-image.c.
References MagickSetImageInterpolateMethod().
WandExport MagickProgressMonitor MagickSetImageProgressMonitor | ( | MagickWand * | wand, |
const MagickProgressMonitor | progress_monitor, | ||
void * | client_data | ||
) |
Definition at line 11103 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSetImageRedPrimary | ( | MagickWand * | wand, |
const double | x, | ||
const double | y, | ||
const double | z | ||
) |
Definition at line 11153 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageRenderingIntent | ( | MagickWand * | wand, |
const RenderingIntent | rendering_intent | ||
) |
Definition at line 11194 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageResolution | ( | MagickWand * | wand, |
const double | x_resolution, | ||
const double | y_resolution | ||
) |
Definition at line 11234 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageScene | ( | MagickWand * | wand, |
const size_t | scene | ||
) |
Definition at line 11273 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageTicksPerSecond | ( | MagickWand * | wand, |
const ssize_t | ticks_per_second | ||
) |
Definition at line 11311 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageType | ( | MagickWand * | wand, |
const ImageType | image_type | ||
) |
Definition at line 11352 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSetImageUnits | ( | MagickWand * | wand, |
const ResolutionType | units | ||
) |
Definition at line 11390 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport VirtualPixelMethod MagickSetImageVirtualPixelMethod | ( | MagickWand * | wand, |
const VirtualPixelMethod | method | ||
) |
Definition at line 11430 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSetImageWhitePoint | ( | MagickWand * | wand, |
const double | x, | ||
const double | y, | ||
const double | z | ||
) |
Definition at line 11471 of file magick-image.c.
References _MagickWand::debug, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickShadeImage | ( | MagickWand * | wand, |
const MagickBooleanType | gray, | ||
const double | asimuth, | ||
const double | elevation | ||
) |
Definition at line 11517 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickShadowImage | ( | MagickWand * | wand, |
const double | alpha, | ||
const double | sigma, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 11567 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSharpenImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma | ||
) |
Definition at line 11617 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickShaveImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 11666 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickShearImage | ( | MagickWand * | wand, |
const PixelWand * | background, | ||
const double | x_shear, | ||
const double | y_shear | ||
) |
Definition at line 11727 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetQuantumPacket(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSigmoidalContrastImage | ( | MagickWand * | wand, |
const MagickBooleanType | sharpen, | ||
const double | alpha, | ||
const double | beta | ||
) |
Definition at line 11784 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickSimilarityImage | ( | MagickWand * | wand, |
const MagickWand * | reference, | ||
const MetricType | metric, | ||
const double | similarity_threshold, | ||
RectangleInfo * | offset, | ||
double * | similarity | ||
) |
Definition at line 11840 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSketchImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | angle | ||
) |
Definition at line 11898 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickSmushImages | ( | MagickWand * | wand, |
const MagickBooleanType | stack, | ||
const ssize_t | offset | ||
) |
Definition at line 11947 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSolarizeImage | ( | MagickWand * | wand, |
const double | threshold | ||
) |
Definition at line 11993 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSparseColorImage | ( | MagickWand * | wand, |
const SparseColorMethod | method, | ||
const size_t | number_arguments, | ||
const double * | arguments | ||
) |
Definition at line 12060 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSpliceImage | ( | MagickWand * | wand, |
const size_t | width, | ||
const size_t | height, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 12113 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSpreadImage | ( | MagickWand * | wand, |
const PixelInterpolateMethod | method, | ||
const double | radius | ||
) |
Definition at line 12168 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickStatisticImage | ( | MagickWand * | wand, |
const StatisticType | type, | ||
const size_t | width, | ||
const size_t | height | ||
) |
Definition at line 12217 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickSteganoImage | ( | MagickWand * | wand, |
const MagickWand * | watermark_wand, | ||
const ssize_t | offset | ||
) |
Definition at line 12267 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickWand * MagickStereoImage | ( | MagickWand * | wand, |
const MagickWand * | offset_wand | ||
) |
Definition at line 12318 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickStripImage | ( | MagickWand * | wand | ) |
Definition at line 12363 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickSwirlImage | ( | MagickWand * | wand, |
const double | degrees, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 12403 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickWand * MagickTextureImage | ( | MagickWand * | wand, |
const MagickWand * | texture_wand | ||
) |
Definition at line 12448 of file magick-image.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickThresholdImage | ( | MagickWand * | wand, |
const double | threshold | ||
) |
Definition at line 12511 of file magick-image.c.
References MagickThresholdImageChannel().
WandExport MagickBooleanType MagickThresholdImageChannel | ( | MagickWand * | wand, |
const ChannelType | channel, | ||
const double | threshold | ||
) |
Definition at line 12521 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
Referenced by MagickThresholdImage().
WandExport MagickBooleanType MagickThumbnailImage | ( | MagickWand * | wand, |
const size_t | columns, | ||
const size_t | rows | ||
) |
Definition at line 12571 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTintImage | ( | MagickWand * | wand, |
const PixelWand * | tint, | ||
const PixelWand * | blend | ||
) |
Definition at line 12620 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, PixelGetAlphaQuantum(), PixelGetBlackQuantum(), PixelGetBlueQuantum(), PixelGetCyanQuantum(), PixelGetGreenQuantum(), PixelGetMagentaQuantum(), PixelGetPixel(), PixelGetRedQuantum(), PixelGetYellowQuantum(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTransformImageColorspace | ( | MagickWand * | wand, |
const ColorspaceType | colorspace | ||
) |
Definition at line 12693 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTransparentPaintImage | ( | MagickWand * | wand, |
const PixelWand * | target, | ||
const double | alpha, | ||
const double | fuzz, | ||
const MagickBooleanType | invert | ||
) |
Definition at line 12745 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PixelGetMagickColor(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTransposeImage | ( | MagickWand * | wand | ) |
Definition at line 12791 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTransverseImage | ( | MagickWand * | wand | ) |
Definition at line 12832 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickTrimImage | ( | MagickWand * | wand, |
const double | fuzz | ||
) |
Definition at line 12879 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickUniqueImageColors | ( | MagickWand * | wand | ) |
Definition at line 12920 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickUnsharpMaskImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const double | gain, | ||
const double | threshold | ||
) |
Definition at line 12975 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickVignetteImage | ( | MagickWand * | wand, |
const double | radius, | ||
const double | sigma, | ||
const ssize_t | x, | ||
const ssize_t | y | ||
) |
Definition at line 13026 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWaveImage | ( | MagickWand * | wand, |
const double | amplitude, | ||
const double | wave_length, | ||
const PixelInterpolateMethod | method | ||
) |
Definition at line 13076 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWaveletDenoiseImage | ( | MagickWand * | wand, |
const double | threshold, | ||
const double | softness | ||
) |
Definition at line 13129 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWhiteBalanceImage | ( | MagickWand * | wand | ) |
Definition at line 13172 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWhiteThresholdImage | ( | MagickWand * | wand, |
const PixelWand * | threshold | ||
) |
Definition at line 13214 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, PixelGetAlphaQuantum(), PixelGetBlueQuantum(), PixelGetGreenQuantum(), PixelGetRedQuantum(), _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWriteImage | ( | MagickWand * | wand, |
const char * | filename | ||
) |
Definition at line 13261 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickPathExtent, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWriteImageFile | ( | MagickWand * | wand, |
FILE * | file | ||
) |
Definition at line 13316 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWriteImages | ( | MagickWand * | wand, |
const char * | filename, | ||
const MagickBooleanType | adjoin | ||
) |
Definition at line 13373 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.
WandExport MagickBooleanType MagickWriteImagesFile | ( | MagickWand * | wand, |
FILE * | file | ||
) |
Definition at line 13419 of file magick-image.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandException.