|
MagickWand
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Functions | |
| WandExport ChannelFeatures * | MagickGetImageChannelFeatures (MagickWand *, const size_t) |
| WandExport ChannelStatistics * | MagickGetImageChannelStatistics (MagickWand *) |
| WandExport char * | MagickGetImageFilename (MagickWand *) |
| WandExport char * | MagickGetImageFormat (MagickWand *) |
| WandExport char * | MagickGetImageSignature (MagickWand *) |
| WandExport char * | MagickIdentifyImage (MagickWand *) |
| WandExport ColorspaceType | MagickGetImageColorspace (MagickWand *) |
| WandExport CompositeOperator | MagickGetImageCompose (MagickWand *) |
| WandExport CompressionType | MagickGetImageCompression (MagickWand *) |
| WandExport DisposeType | MagickGetImageDispose (MagickWand *) |
| WandExport double * | MagickGetImageChannelDistortions (MagickWand *, const MagickWand *, const MetricType) |
| WandExport double | MagickGetImageFuzz (MagickWand *) |
| WandExport double | MagickGetImageGamma (MagickWand *) |
| WandExport double | MagickGetImageTotalInkDensity (MagickWand *) |
| WandExport EndianType | MagickGetImageEndian (MagickWand *) |
| WandExport GravityType | MagickGetImageGravity (MagickWand *) |
| WandExport Image * | MagickDestroyImage (Image *) |
| WandExport Image * | GetImageFromMagickWand (const MagickWand *) |
| WandExport ImageType | MagickGetImageType (MagickWand *) |
| WandExport InterlaceType | MagickGetImageInterlaceScheme (MagickWand *) |
| WandExport InterpolatePixelMethod | MagickGetImageInterpolateMethod (MagickWand *) |
| WandExport MagickBooleanType | MagickAdaptiveBlurImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickAdaptiveBlurImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickAdaptiveResizeImage (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickAdaptiveSharpenImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickAdaptiveSharpenImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickAdaptiveThresholdImage (MagickWand *, const size_t, const size_t, const ssize_t) |
| WandExport MagickBooleanType | MagickAddImage (MagickWand *, const MagickWand *) |
| WandExport MagickBooleanType | MagickAddNoiseImage (MagickWand *, const NoiseType) |
| WandExport MagickBooleanType | MagickAddNoiseImageChannel (MagickWand *, const ChannelType, const NoiseType) |
| WandExport MagickBooleanType | MagickAffineTransformImage (MagickWand *, const DrawingWand *) |
| WandExport MagickBooleanType | MagickAnnotateImage (MagickWand *, const DrawingWand *, const double, const double, const double, const char *) |
| WandExport MagickBooleanType | MagickAnimateImages (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickAutoGammaImage (MagickWand *) |
| WandExport MagickBooleanType | MagickAutoGammaImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickAutoLevelImage (MagickWand *) |
| WandExport MagickBooleanType | MagickAutoLevelImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickAutoOrientImage (MagickWand *) |
| WandExport MagickBooleanType | MagickBlackThresholdImage (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickBlueShiftImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickBlurImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickBlurImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickBorderImage (MagickWand *, const PixelWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickBrightnessContrastImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickBrightnessContrastImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickCharcoalImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickChopImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickClampImage (MagickWand *) |
| WandExport MagickBooleanType | MagickClampImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickClipImage (MagickWand *) |
| WandExport MagickBooleanType | MagickClipImagePath (MagickWand *, const char *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickClutImage (MagickWand *, const MagickWand *) |
| WandExport MagickBooleanType | MagickClutImageChannel (MagickWand *, const ChannelType, const MagickWand *) |
| WandExport MagickBooleanType | MagickColorDecisionListImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickColorizeImage (MagickWand *, const PixelWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickColorMatrixImage (MagickWand *, const KernelInfo *) |
| WandExport MagickBooleanType | MagickCommentImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickCompositeImage (MagickWand *, const MagickWand *, const CompositeOperator, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickCompositeImageChannel (MagickWand *, const ChannelType, const MagickWand *, const CompositeOperator, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickCompositeImageGravity (MagickWand *, const MagickWand *, const CompositeOperator, const GravityType) |
| WandExport MagickBooleanType | MagickCompositeLayers (MagickWand *, const MagickWand *, const CompositeOperator, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickConstituteImage (MagickWand *, const size_t, const size_t, const char *, const StorageType, const void *) |
| WandExport MagickBooleanType | MagickContrastImage (MagickWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickContrastStretchImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickContrastStretchImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickConvolveImage (MagickWand *, const size_t, const double *) |
| WandExport MagickBooleanType | MagickConvolveImageChannel (MagickWand *, const ChannelType, const size_t, const double *) |
| WandExport MagickBooleanType | MagickCropImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickCycleColormapImage (MagickWand *, const ssize_t) |
| WandExport MagickBooleanType | MagickDecipherImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickDeskewImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickDespeckleImage (MagickWand *) |
| WandExport MagickBooleanType | MagickDisplayImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickDisplayImages (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickDistortImage (MagickWand *, const DistortImageMethod, const size_t, const double *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickDrawImage (MagickWand *, const DrawingWand *) |
| WandExport MagickBooleanType | MagickEdgeImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickEmbossImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickEncipherImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickEnhanceImage (MagickWand *) |
| WandExport MagickBooleanType | MagickEqualizeImage (MagickWand *) |
| WandExport MagickBooleanType | MagickEqualizeImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickEvaluateImage (MagickWand *, const MagickEvaluateOperator, const double) |
| WandExport MagickBooleanType | MagickEvaluateImageChannel (MagickWand *, const ChannelType, const MagickEvaluateOperator, const double) |
| WandExport MagickBooleanType | MagickExportImagePixels (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t, const char *, const StorageType, void *) |
| WandExport MagickBooleanType | MagickExtentImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickFilterImage (MagickWand *, const KernelInfo *) |
| WandExport MagickBooleanType | MagickFilterImageChannel (MagickWand *, const ChannelType, const KernelInfo *) |
| WandExport MagickBooleanType | MagickFlipImage (MagickWand *) |
| WandExport MagickBooleanType | MagickFloodfillPaintImage (MagickWand *, const ChannelType, const PixelWand *, const double, const PixelWand *, const ssize_t, const ssize_t, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickFlopImage (MagickWand *) |
| WandExport MagickBooleanType | MagickForwardFourierTransformImage (MagickWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickFrameImage (MagickWand *, const PixelWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickFunctionImage (MagickWand *, const MagickFunction, const size_t, const double *) |
| WandExport MagickBooleanType | MagickFunctionImageChannel (MagickWand *, const ChannelType, const MagickFunction, const size_t, const double *) |
| WandExport MagickBooleanType | MagickGammaImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickGammaImageChannel (MagickWand *, const ChannelType, const double) |
| WandExport MagickBooleanType | MagickGaussianBlurImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickGaussianBlurImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickGetImageAlphaChannel (MagickWand *) |
| WandExport MagickBooleanType | MagickGetImageBackgroundColor (MagickWand *, PixelWand *) |
| WandExport MagickBooleanType | MagickGetImageBluePrimary (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageBorderColor (MagickWand *, PixelWand *) |
| WandExport MagickBooleanType | MagickGetImageChannelDistortion (MagickWand *, const MagickWand *, const ChannelType, const MetricType, double *) |
| WandExport MagickBooleanType | MagickGetImageChannelKurtosis (MagickWand *, const ChannelType, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageChannelMean (MagickWand *, const ChannelType, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageChannelRange (MagickWand *, const ChannelType, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageColormapColor (MagickWand *, const size_t, PixelWand *) |
| WandExport MagickBooleanType | MagickGetImageDistortion (MagickWand *, const MagickWand *, const MetricType, double *) |
| WandExport MagickBooleanType | MagickGetImageGreenPrimary (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageMatteColor (MagickWand *, PixelWand *) |
| WandExport MagickBooleanType | MagickGetImageLength (MagickWand *, MagickSizeType *) |
| WandExport MagickBooleanType | MagickGetImagePage (MagickWand *, size_t *, size_t *, ssize_t *, ssize_t *) |
| WandExport MagickBooleanType | MagickGetImagePixelColor (MagickWand *, const ssize_t, const ssize_t, PixelWand *) |
| WandExport MagickBooleanType | MagickGetImageRange (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageRedPrimary (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageResolution (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickGetImageWhitePoint (MagickWand *, double *, double *) |
| WandExport MagickBooleanType | MagickHaldClutImage (MagickWand *, const MagickWand *) |
| WandExport MagickBooleanType | MagickHaldClutImageChannel (MagickWand *, const ChannelType, const MagickWand *) |
| WandExport MagickBooleanType | MagickHasNextImage (MagickWand *) |
| WandExport MagickBooleanType | MagickHasPreviousImage (MagickWand *) |
| WandExport MagickBooleanType | MagickImplodeImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickImportImagePixels (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t, const char *, const StorageType, const void *) |
| WandExport MagickBooleanType | MagickInverseFourierTransformImage (MagickWand *, MagickWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickLabelImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickLevelImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickLevelImageChannel (MagickWand *, const ChannelType, const double, const double, const double) |
| WandExport MagickBooleanType | MagickLevelImageColors (MagickWand *, const PixelWand *, const PixelWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickLevelImageColorsChannel (MagickWand *, const ChannelType, const PixelWand *, const PixelWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickLevelizeImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickLevelizeImageChannel (MagickWand *, const ChannelType, const double, const double, const double) |
| WandExport MagickBooleanType | MagickLinearStretchImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickLiquidRescaleImage (MagickWand *, const size_t, const size_t, const double, const double) |
| WandExport MagickBooleanType | MagickLocalContrastImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickMagnifyImage (MagickWand *) |
| WandExport MagickBooleanType | MagickMedianFilterImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickMinifyImage (MagickWand *) |
| WandExport MagickBooleanType | MagickModeImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickModulateImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickMorphologyImage (MagickWand *, const MorphologyMethod, const ssize_t, const KernelInfo *) |
| WandExport MagickBooleanType | MagickMorphologyImageChannel (MagickWand *, const ChannelType, const MorphologyMethod, const ssize_t, const KernelInfo *) |
| WandExport MagickBooleanType | MagickMotionBlurImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickMotionBlurImageChannel (MagickWand *, const ChannelType, const double, const double, const double) |
| WandExport MagickBooleanType | MagickNegateImage (MagickWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickNegateImageChannel (MagickWand *, const ChannelType, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickNewImage (MagickWand *, const size_t, const size_t, const PixelWand *) |
| WandExport MagickBooleanType | MagickNextImage (MagickWand *) |
| WandExport MagickBooleanType | MagickNormalizeImage (MagickWand *) |
| WandExport MagickBooleanType | MagickNormalizeImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickOilPaintImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickOpaquePaintImage (MagickWand *, const PixelWand *, const PixelWand *, const double, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickOpaquePaintImageChannel (MagickWand *, const ChannelType, const PixelWand *, const PixelWand *, const double, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickOrderedPosterizeImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickOrderedPosterizeImageChannel (MagickWand *, const ChannelType, const char *) |
| WandExport MagickBooleanType | MagickOptimizeImageTransparency (MagickWand *) |
| WandExport MagickBooleanType | MagickTransparentPaintImage (MagickWand *, const PixelWand *, const double, const double, const MagickBooleanType invert) |
| WandExport MagickBooleanType | MagickPingImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickPingImageBlob (MagickWand *, const void *, const size_t) |
| WandExport MagickBooleanType | MagickPingImageFile (MagickWand *, FILE *) |
| WandExport MagickBooleanType | MagickPolaroidImage (MagickWand *, const DrawingWand *, const double) |
| WandExport MagickBooleanType | MagickPosterizeImage (MagickWand *, const size_t, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickPreviousImage (MagickWand *) |
| WandExport MagickBooleanType | MagickQuantizeImage (MagickWand *, const size_t, const ColorspaceType, const size_t, const MagickBooleanType, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickQuantizeImages (MagickWand *, const size_t, const ColorspaceType, const size_t, const MagickBooleanType, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickRaiseImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickRandomThresholdImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickRandomThresholdImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickReadImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickReadImageBlob (MagickWand *, const void *, const size_t) |
| WandExport MagickBooleanType | MagickReadImageFile (MagickWand *, FILE *) |
| WandExport MagickBooleanType | MagickReduceNoiseImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickRemapImage (MagickWand *, const MagickWand *, const DitherMethod) |
| WandExport MagickBooleanType | MagickRemoveImage (MagickWand *) |
| WandExport MagickBooleanType | MagickResampleImage (MagickWand *, const double, const double, const FilterTypes, const double) |
| WandExport MagickBooleanType | MagickResetImagePage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickResizeImage (MagickWand *, const size_t, const size_t, const FilterTypes, const double) |
| WandExport MagickBooleanType | MagickRollImage (MagickWand *, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickRotateImage (MagickWand *, const PixelWand *, const double) |
| WandExport MagickBooleanType | MagickRotationalBlurImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickRotationalBlurImageChannel (MagickWand *, const ChannelType, const double) |
| WandExport MagickBooleanType | MagickSampleImage (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickScaleImage (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickSegmentImage (MagickWand *, const ColorspaceType, const MagickBooleanType, const double, const double) |
| WandExport MagickBooleanType | MagickSelectiveBlurImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickSelectiveBlurImageChannel (MagickWand *, const ChannelType, const double, const double, const double) |
| WandExport MagickBooleanType | MagickSeparateImageChannel (MagickWand *, const ChannelType) |
| WandExport MagickBooleanType | MagickSepiaToneImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSetImage (MagickWand *, const MagickWand *) |
| WandExport MagickBooleanType | MagickSetImageAlphaChannel (MagickWand *, const AlphaChannelType) |
| WandExport MagickBooleanType | MagickSetImageBackgroundColor (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageBias (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSetImageBluePrimary (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSetImageBorderColor (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageChannelDepth (MagickWand *, const ChannelType, const size_t) |
| WandExport MagickBooleanType | MagickSetImageClipMask (MagickWand *, const MagickWand *) |
| WandExport MagickBooleanType | MagickSetImageColor (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageColormapColor (MagickWand *, const size_t, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageColorspace (MagickWand *, const ColorspaceType) |
| WandExport MagickBooleanType | MagickSetImageCompose (MagickWand *, const CompositeOperator) |
| WandExport MagickBooleanType | MagickSetImageCompression (MagickWand *, const CompressionType) |
| WandExport MagickBooleanType | MagickSetImageDelay (MagickWand *, const size_t) |
| WandExport MagickBooleanType | MagickSetImageDepth (MagickWand *, const size_t) |
| WandExport MagickBooleanType | MagickSetImageDispose (MagickWand *, const DisposeType) |
| WandExport MagickBooleanType | MagickSetImageCompressionQuality (MagickWand *, const size_t) |
| WandExport MagickBooleanType | MagickSetImageEndian (MagickWand *, const EndianType) |
| WandExport MagickBooleanType | MagickSetImageExtent (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickSetImageFilename (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickSetImageFormat (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickSetImageFuzz (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSetImageGamma (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSetImageGravity (MagickWand *, const GravityType) |
| WandExport MagickBooleanType | MagickSetImageGreenPrimary (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSetImageInterlaceScheme (MagickWand *, const InterlaceType) |
| WandExport MagickBooleanType | MagickSetImageInterpolateMethod (MagickWand *, const InterpolatePixelMethod) |
| WandExport MagickBooleanType | MagickSetImageIterations (MagickWand *, const size_t) |
| WandExport MagickBooleanType | MagickSetImageMatte (MagickWand *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickSetImageMatteColor (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageOpacity (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSetImageOrientation (MagickWand *, const OrientationType) |
| WandExport MagickBooleanType | MagickSetImagePage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickSetImageRedPrimary (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSetImageRenderingIntent (MagickWand *, const RenderingIntent) |
| WandExport MagickBooleanType | MagickSetImageResolution (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSetImageScene (MagickWand *, const size_t) |
| WandExport MagickBooleanType | MagickSetImagePixelColor (MagickWand *, const ssize_t, const ssize_t, const PixelWand *) |
| WandExport MagickBooleanType | MagickSetImageTicksPerSecond (MagickWand *, const ssize_t) |
| WandExport MagickBooleanType | MagickSetImageType (MagickWand *, const ImageType) |
| WandExport MagickBooleanType | MagickSetImageUnits (MagickWand *, const ResolutionType) |
| WandExport MagickBooleanType | MagickSetImageWhitePoint (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickShadeImage (MagickWand *, const MagickBooleanType, const double, const double) |
| WandExport MagickBooleanType | MagickShadowImage (MagickWand *, const double, const double, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickSharpenImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSharpenImageChannel (MagickWand *, const ChannelType, const double, const double) |
| WandExport MagickBooleanType | MagickShaveImage (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickShearImage (MagickWand *, const PixelWand *, const double, const double) |
| WandExport MagickBooleanType | MagickSigmoidalContrastImage (MagickWand *, const MagickBooleanType, const double, const double) |
| WandExport MagickBooleanType | MagickSigmoidalContrastImageChannel (MagickWand *, const ChannelType, const MagickBooleanType, const double, const double) |
| WandExport MagickBooleanType | MagickSketchImage (MagickWand *, const double, const double, const double) |
| WandExport MagickBooleanType | MagickSolarizeImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickSolarizeImageChannel (MagickWand *, const ChannelType, const double) |
| WandExport MagickBooleanType | MagickSparseColorImage (MagickWand *, const ChannelType, const SparseColorMethod, const size_t, const double *) |
| WandExport MagickBooleanType | MagickSpliceImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickSpreadImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickStatisticImage (MagickWand *, const StatisticType, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickStatisticImageChannel (MagickWand *, const ChannelType, const StatisticType, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickStripImage (MagickWand *) |
| WandExport MagickBooleanType | MagickSwirlImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickTintImage (MagickWand *, const PixelWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickTransformImageColorspace (MagickWand *, const ColorspaceType) |
| WandExport MagickBooleanType | MagickTransposeImage (MagickWand *) |
| WandExport MagickBooleanType | MagickTransverseImage (MagickWand *) |
| WandExport MagickBooleanType | MagickThresholdImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickThresholdImageChannel (MagickWand *, const ChannelType, const double) |
| WandExport MagickBooleanType | MagickThumbnailImage (MagickWand *, const size_t, const size_t) |
| WandExport MagickBooleanType | MagickTrimImage (MagickWand *, const double) |
| WandExport MagickBooleanType | MagickUniqueImageColors (MagickWand *) |
| WandExport MagickBooleanType | MagickUnsharpMaskImage (MagickWand *, const double, const double, const double, const double) |
| WandExport MagickBooleanType | MagickUnsharpMaskImageChannel (MagickWand *, const ChannelType, const double, const double, const double, const double) |
| WandExport MagickBooleanType | MagickVignetteImage (MagickWand *, const double, const double, const ssize_t, const ssize_t) |
| WandExport MagickBooleanType | MagickWaveImage (MagickWand *, const double, const double) |
| WandExport MagickBooleanType | MagickWhiteThresholdImage (MagickWand *, const PixelWand *) |
| WandExport MagickBooleanType | MagickWriteImage (MagickWand *, const char *) |
| WandExport MagickBooleanType | MagickWriteImageFile (MagickWand *, FILE *) |
| WandExport MagickBooleanType | MagickWriteImages (MagickWand *, const char *, const MagickBooleanType) |
| WandExport MagickBooleanType | MagickWriteImagesFile (MagickWand *, FILE *) |
| WandExport MagickProgressMonitor | MagickSetImageProgressMonitor (MagickWand *, const MagickProgressMonitor, void *) |
| WandExport MagickWand * | MagickAppendImages (MagickWand *, const MagickBooleanType) |
| WandExport MagickWand * | MagickCoalesceImages (MagickWand *) |
| WandExport MagickWand * | MagickCombineImages (MagickWand *, const ChannelType) |
| WandExport MagickWand * | MagickCompareImageChannels (MagickWand *, const MagickWand *, const ChannelType, const MetricType, double *) |
| WandExport MagickWand * | MagickCompareImages (MagickWand *, const MagickWand *, const MetricType, double *) |
| WandExport MagickWand * | MagickCompareImageLayers (MagickWand *, const ImageLayerMethod) |
| WandExport MagickWand * | MagickDeconstructImages (MagickWand *) |
| WandExport MagickWand * | MagickEvaluateImages (MagickWand *, const MagickEvaluateOperator) |
| WandExport MagickWand * | MagickFxImage (MagickWand *, const char *) |
| WandExport MagickWand * | MagickFxImageChannel (MagickWand *, const ChannelType, const char *) |
| WandExport MagickWand * | MagickGetImage (MagickWand *) |
| WandExport MagickWand * | MagickGetImageClipMask (MagickWand *) |
| WandExport MagickWand * | MagickGetImageRegion (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) |
| WandExport MagickWand * | MagickMergeImageLayers (MagickWand *, const ImageLayerMethod) |
| WandExport MagickWand * | MagickMorphImages (MagickWand *, const size_t) |
| WandExport MagickWand * | MagickMontageImage (MagickWand *, const DrawingWand *, const char *, const char *, const MontageMode, const char *) |
| WandExport MagickWand * | MagickOptimizeImageLayers (MagickWand *) |
| WandExport MagickWand * | MagickPreviewImages (MagickWand *wand, const PreviewType) |
| WandExport MagickWand * | MagickSimilarityImage (MagickWand *, const MagickWand *, RectangleInfo *, double *) |
| WandExport MagickWand * | MagickSmushImages (MagickWand *, const MagickBooleanType, const ssize_t) |
| WandExport MagickWand * | MagickSteganoImage (MagickWand *, const MagickWand *, const ssize_t) |
| WandExport MagickWand * | MagickStereoImage (MagickWand *, const MagickWand *) |
| WandExport MagickWand * | MagickTextureImage (MagickWand *, const MagickWand *) |
| WandExport MagickWand * | MagickTransformImage (MagickWand *, const char *, const char *) |
| WandExport OrientationType | MagickGetImageOrientation (MagickWand *) |
| WandExport PixelWand ** | MagickGetImageHistogram (MagickWand *, size_t *) |
| WandExport RenderingIntent | MagickGetImageRenderingIntent (MagickWand *) |
| WandExport ResolutionType | MagickGetImageUnits (MagickWand *) |
| WandExport size_t | MagickGetImageColors (MagickWand *) |
| WandExport size_t | MagickGetImageCompressionQuality (MagickWand *) |
| WandExport size_t | MagickGetImageDelay (MagickWand *) |
| WandExport size_t | MagickGetImageChannelDepth (MagickWand *, const ChannelType) |
| WandExport size_t | MagickGetImageDepth (MagickWand *) |
| WandExport size_t | MagickGetImageHeight (MagickWand *) |
| WandExport size_t | MagickGetImageIterations (MagickWand *) |
| WandExport size_t | MagickGetImageScene (MagickWand *) |
| WandExport size_t | MagickGetImageTicksPerSecond (MagickWand *) |
| WandExport size_t | MagickGetImageWidth (MagickWand *) |
| WandExport size_t | MagickGetNumberImages (MagickWand *) |
| WandExport unsigned char * | MagickGetImageBlob (MagickWand *, size_t *) |
| WandExport unsigned char * | MagickGetImagesBlob (MagickWand *, size_t *) |
| WandExport VirtualPixelMethod | MagickGetImageVirtualPixelMethod (MagickWand *) |
| WandExport VirtualPixelMethod | MagickSetImageVirtualPixelMethod (MagickWand *, const VirtualPixelMethod) |
| WandExport Image * GetImageFromMagickWand | ( | const MagickWand * | ) |
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by DrawComposite(), NewPixelIterator(), and NewPixelRegionIterator().
| WandExport MagickBooleanType MagickAdaptiveBlurImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickAdaptiveBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickAdaptiveResizeImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickAdaptiveSharpenImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickAdaptiveSharpenImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickAdaptiveThresholdImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickAddImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickAddNoiseImage | ( | MagickWand * | , |
| const NoiseType | |||
| ) |
| WandExport MagickBooleanType MagickAddNoiseImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const NoiseType | |||
| ) |
| WandExport MagickBooleanType MagickAffineTransformImage | ( | MagickWand * | , |
| const DrawingWand * | |||
| ) |
| WandExport MagickBooleanType MagickAnimateImages | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickAnnotateImage | ( | MagickWand * | , |
| const DrawingWand * | , | ||
| const double | , | ||
| const double | , | ||
| const double | , | ||
| const char * | |||
| ) |
| WandExport MagickWand* MagickAppendImages | ( | MagickWand * | , |
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickAutoGammaImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickAutoGammaImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickAutoLevelImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickAutoLevelImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickAutoOrientImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickBlackThresholdImage | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickBlueShiftImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickBlurImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickBorderImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickBrightnessContrastImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickBrightnessContrastImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickCharcoalImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickChopImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickClampImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickClampImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickClipImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickClipImagePath | ( | MagickWand * | , |
| const char * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickClutImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickClutImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickWand * | |||
| ) |
| WandExport MagickWand * MagickCoalesceImages | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickColorDecisionListImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickColorizeImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickColorMatrixImage | ( | MagickWand * | , |
| const KernelInfo * | |||
| ) |
| WandExport MagickWand * MagickCombineImages | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickCommentImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickWand * MagickCompareImageChannels | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const ChannelType | , | ||
| const MetricType | , | ||
| double * | |||
| ) |
| WandExport MagickWand * MagickCompareImageLayers | ( | MagickWand * | , |
| const ImageLayerMethod | |||
| ) |
| WandExport MagickWand * MagickCompareImages | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const MetricType | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickCompositeImage | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const CompositeOperator | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickCompositeImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickWand * | , | ||
| const CompositeOperator | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickCompositeImageGravity | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const CompositeOperator | , | ||
| const GravityType | |||
| ) |
| WandExport MagickBooleanType MagickCompositeLayers | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const CompositeOperator | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickConstituteImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const char * | , | ||
| const StorageType | , | ||
| const void * | |||
| ) |
| WandExport MagickBooleanType MagickContrastImage | ( | MagickWand * | , |
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickContrastStretchImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickContrastStretchImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickConvolveImage | ( | MagickWand * | , |
| const size_t | , | ||
| const double * | |||
| ) |
| WandExport MagickBooleanType MagickConvolveImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const size_t | , | ||
| const double * | |||
| ) |
| WandExport MagickBooleanType MagickCropImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickCycleColormapImage | ( | MagickWand * | , |
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickDecipherImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickWand * MagickDeconstructImages | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickDeskewImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickDespeckleImage | ( | MagickWand * | ) |
| WandExport Image* MagickDestroyImage | ( | Image * | ) |
| WandExport MagickBooleanType MagickDisplayImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickDisplayImages | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickDistortImage | ( | MagickWand * | , |
| const DistortImageMethod | , | ||
| const size_t | , | ||
| const double * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickDrawImage | ( | MagickWand * | , |
| const DrawingWand * | |||
| ) |
| WandExport MagickBooleanType MagickEdgeImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickEmbossImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickEncipherImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickEnhanceImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickEqualizeImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickEqualizeImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickEvaluateImage | ( | MagickWand * | , |
| const MagickEvaluateOperator | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickEvaluateImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickEvaluateOperator | , | ||
| const double | |||
| ) |
| WandExport MagickWand * MagickEvaluateImages | ( | MagickWand * | , |
| const MagickEvaluateOperator | |||
| ) |
| WandExport MagickBooleanType MagickExportImagePixels | ( | MagickWand * | , |
| const ssize_t | , | ||
| const ssize_t | , | ||
| const size_t | , | ||
| const size_t | , | ||
| const char * | , | ||
| const StorageType | , | ||
| void * | |||
| ) |
| WandExport MagickBooleanType MagickExtentImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickFilterImage | ( | MagickWand * | , |
| const KernelInfo * | |||
| ) |
| WandExport MagickBooleanType MagickFilterImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const KernelInfo * | |||
| ) |
| WandExport MagickBooleanType MagickFlipImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickFloodfillPaintImage | ( | MagickWand * | , |
| const ChannelType | , | ||
| const PixelWand * | , | ||
| const double | , | ||
| const PixelWand * | , | ||
| const ssize_t | , | ||
| const ssize_t | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickFlopImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickForwardFourierTransformImage | ( | MagickWand * | , |
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickFrameImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickFunctionImage | ( | MagickWand * | , |
| const MagickFunction | , | ||
| const size_t | , | ||
| const double * | |||
| ) |
| WandExport MagickBooleanType MagickFunctionImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickFunction | , | ||
| const size_t | , | ||
| const double * | |||
| ) |
| WandExport MagickWand * MagickFxImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickWand * MagickFxImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickGammaImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickGammaImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickGaussianBlurImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickGaussianBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickWand * MagickGetImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageAlphaChannel | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageBackgroundColor | ( | MagickWand * | , |
| PixelWand * | |||
| ) |
| WandExport unsigned char* MagickGetImageBlob | ( | MagickWand * | , |
| size_t * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageBluePrimary | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageBorderColor | ( | MagickWand * | , |
| PixelWand * | |||
| ) |
| WandExport size_t MagickGetImageChannelDepth | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickGetImageChannelDistortion | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const ChannelType | , | ||
| const MetricType | , | ||
| double * | |||
| ) |
| WandExport double* MagickGetImageChannelDistortions | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const MetricType | |||
| ) |
| WandExport ChannelFeatures* MagickGetImageChannelFeatures | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickGetImageChannelKurtosis | ( | MagickWand * | , |
| const ChannelType | , | ||
| double * | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageChannelMean | ( | MagickWand * | , |
| const ChannelType | , | ||
| double * | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageChannelRange | ( | MagickWand * | , |
| const ChannelType | , | ||
| double * | , | ||
| double * | |||
| ) |
| WandExport ChannelStatistics* MagickGetImageChannelStatistics | ( | MagickWand * | ) |
| WandExport MagickWand * MagickGetImageClipMask | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageColormapColor | ( | MagickWand * | , |
| const size_t | , | ||
| PixelWand * | |||
| ) |
| WandExport size_t MagickGetImageColors | ( | MagickWand * | ) |
| WandExport ColorspaceType MagickGetImageColorspace | ( | MagickWand * | ) |
| WandExport CompositeOperator MagickGetImageCompose | ( | MagickWand * | ) |
| WandExport CompressionType MagickGetImageCompression | ( | MagickWand * | ) |
| WandExport size_t MagickGetImageCompressionQuality | ( | MagickWand * | ) |
| WandExport size_t MagickGetImageDelay | ( | MagickWand * | ) |
| WandExport size_t MagickGetImageDepth | ( | MagickWand * | ) |
| WandExport DisposeType MagickGetImageDispose | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageDistortion | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const MetricType | , | ||
| double * | |||
| ) |
| WandExport EndianType MagickGetImageEndian | ( | MagickWand * | ) |
| WandExport char* MagickGetImageFilename | ( | MagickWand * | ) |
| WandExport char * MagickGetImageFormat | ( | MagickWand * | ) |
| WandExport double MagickGetImageFuzz | ( | MagickWand * | ) |
| WandExport double MagickGetImageGamma | ( | MagickWand * | ) |
| WandExport GravityType MagickGetImageGravity | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageGreenPrimary | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport size_t MagickGetImageHeight | ( | MagickWand * | ) |
| WandExport PixelWand** MagickGetImageHistogram | ( | MagickWand * | , |
| size_t * | |||
| ) |
| WandExport InterlaceType MagickGetImageInterlaceScheme | ( | MagickWand * | ) |
| WandExport InterpolatePixelMethod MagickGetImageInterpolateMethod | ( | MagickWand * | ) |
| WandExport size_t MagickGetImageIterations | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageLength | ( | MagickWand * | , |
| MagickSizeType * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageMatteColor | ( | MagickWand * | , |
| PixelWand * | |||
| ) |
| WandExport OrientationType MagickGetImageOrientation | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImagePage | ( | MagickWand * | , |
| size_t * | , | ||
| size_t * | , | ||
| ssize_t * | , | ||
| ssize_t * | |||
| ) |
| WandExport MagickBooleanType MagickGetImagePixelColor | ( | MagickWand * | , |
| const ssize_t | , | ||
| const ssize_t | , | ||
| PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageRange | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickGetImageRedPrimary | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport MagickWand * MagickGetImageRegion | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport RenderingIntent MagickGetImageRenderingIntent | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageResolution | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport unsigned char * MagickGetImagesBlob | ( | MagickWand * | , |
| size_t * | |||
| ) |
| WandExport size_t MagickGetImageScene | ( | MagickWand * | ) |
| WandExport char * MagickGetImageSignature | ( | MagickWand * | ) |
| WandExport size_t MagickGetImageTicksPerSecond | ( | MagickWand * | ) |
| WandExport double MagickGetImageTotalInkDensity | ( | MagickWand * | ) |
| WandExport ImageType MagickGetImageType | ( | MagickWand * | ) |
| WandExport ResolutionType MagickGetImageUnits | ( | MagickWand * | ) |
| WandExport VirtualPixelMethod MagickGetImageVirtualPixelMethod | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickGetImageWhitePoint | ( | MagickWand * | , |
| double * | , | ||
| double * | |||
| ) |
| WandExport size_t MagickGetImageWidth | ( | MagickWand * | ) |
| WandExport size_t MagickGetNumberImages | ( | MagickWand * | ) |
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickHaldClutImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickHaldClutImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickHasNextImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickHasPreviousImage | ( | MagickWand * | ) |
| WandExport char * MagickIdentifyImage | ( | MagickWand * | ) |
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickDescribeImage().
| WandExport MagickBooleanType MagickImplodeImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickImportImagePixels | ( | MagickWand * | , |
| const ssize_t | , | ||
| const ssize_t | , | ||
| const size_t | , | ||
| const size_t | , | ||
| const char * | , | ||
| const StorageType | , | ||
| const void * | |||
| ) |
| WandExport MagickBooleanType MagickInverseFourierTransformImage | ( | MagickWand * | , |
| MagickWand * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickLabelImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickLevelImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLevelImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLevelImageColors | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const PixelWand * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickLevelImageColorsChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const PixelWand * | , | ||
| const PixelWand * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickLevelizeImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLevelizeImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLinearStretchImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLiquidRescaleImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickLocalContrastImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickMagnifyImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickMedianFilterImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickWand * MagickMergeImageLayers | ( | MagickWand * | , |
| const ImageLayerMethod | |||
| ) |
| WandExport MagickBooleanType MagickMinifyImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickModeImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickModulateImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickWand * MagickMontageImage | ( | MagickWand * | , |
| const DrawingWand * | , | ||
| const char * | , | ||
| const char * | , | ||
| const MontageMode | , | ||
| const char * | |||
| ) |
| WandExport MagickWand * MagickMorphImages | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickMorphologyImage | ( | MagickWand * | , |
| const MorphologyMethod | , | ||
| const ssize_t | , | ||
| const KernelInfo * | |||
| ) |
| WandExport MagickBooleanType MagickMorphologyImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MorphologyMethod | , | ||
| const ssize_t | , | ||
| const KernelInfo * | |||
| ) |
| WandExport MagickBooleanType MagickMotionBlurImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickMotionBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickNegateImage | ( | MagickWand * | , |
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickNegateImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickNewImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickNextImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickNormalizeImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickNormalizeImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickOilPaintImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickOpaquePaintImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const PixelWand * | , | ||
| const double | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickOpaquePaintImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const PixelWand * | , | ||
| const PixelWand * | , | ||
| const double | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickWand * MagickOptimizeImageLayers | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickOptimizeImageTransparency | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickOrderedPosterizeImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickOrderedPosterizeImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickPingImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickPingImageBlob | ( | MagickWand * | , |
| const void * | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickPingImageFile | ( | MagickWand * | , |
| FILE * | |||
| ) |
| WandExport MagickBooleanType MagickPolaroidImage | ( | MagickWand * | , |
| const DrawingWand * | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickPosterizeImage | ( | MagickWand * | , |
| const size_t | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickWand * MagickPreviewImages | ( | MagickWand * | wand, |
| const PreviewType | |||
| ) |
| WandExport MagickBooleanType MagickPreviousImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickQuantizeImage | ( | MagickWand * | , |
| const size_t | , | ||
| const ColorspaceType | , | ||
| const size_t | , | ||
| const MagickBooleanType | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickQuantizeImages | ( | MagickWand * | , |
| const size_t | , | ||
| const ColorspaceType | , | ||
| const size_t | , | ||
| const MagickBooleanType | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickRaiseImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickRandomThresholdImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickRandomThresholdImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickReadImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickReadImageBlob | ( | MagickWand * | , |
| const void * | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickReadImageFile | ( | MagickWand * | , |
| FILE * | |||
| ) |
| WandExport MagickBooleanType MagickReduceNoiseImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickRemapImage | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const DitherMethod | |||
| ) |
| WandExport MagickBooleanType MagickRemoveImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickResampleImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const FilterTypes | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickResetImagePage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickResizeImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const FilterTypes | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickRollImage | ( | MagickWand * | , |
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickRotateImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickRotationalBlurImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickRotationalBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSampleImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickScaleImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSegmentImage | ( | MagickWand * | , |
| const ColorspaceType | , | ||
| const MagickBooleanType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSelectiveBlurImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSelectiveBlurImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSeparateImageChannel | ( | MagickWand * | , |
| const ChannelType | |||
| ) |
| WandExport MagickBooleanType MagickSepiaToneImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageAlphaChannel | ( | MagickWand * | , |
| const AlphaChannelType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageBackgroundColor | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageBias | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageBluePrimary | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageBorderColor | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageChannelDepth | ( | MagickWand * | , |
| const ChannelType | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageClipMask | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageColor | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageColormapColor | ( | MagickWand * | , |
| const size_t | , | ||
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageColorspace | ( | MagickWand * | , |
| const ColorspaceType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageCompose | ( | MagickWand * | , |
| const CompositeOperator | |||
| ) |
| WandExport MagickBooleanType MagickSetImageCompression | ( | MagickWand * | , |
| const CompressionType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageCompressionQuality | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageDelay | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageDepth | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageDispose | ( | MagickWand * | , |
| const DisposeType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageEndian | ( | MagickWand * | , |
| const EndianType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageExtent | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageFilename | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageFormat | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageFuzz | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageGamma | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageGravity | ( | MagickWand * | , |
| const GravityType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageGreenPrimary | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageInterlaceScheme | ( | MagickWand * | , |
| const InterlaceType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageInterpolateMethod | ( | MagickWand * | , |
| const InterpolatePixelMethod | |||
| ) |
| WandExport MagickBooleanType MagickSetImageIterations | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageMatte | ( | MagickWand * | , |
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageMatteColor | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageOpacity | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageOrientation | ( | MagickWand * | , |
| const OrientationType | |||
| ) |
| WandExport MagickBooleanType MagickSetImagePage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImagePixelColor | ( | MagickWand * | , |
| const ssize_t | , | ||
| const ssize_t | , | ||
| const PixelWand * | |||
| ) |
| WandExport MagickProgressMonitor MagickSetImageProgressMonitor | ( | MagickWand * | , |
| const MagickProgressMonitor | , | ||
| void * | |||
| ) |
| WandExport MagickBooleanType MagickSetImageRedPrimary | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageRenderingIntent | ( | MagickWand * | , |
| const RenderingIntent | |||
| ) |
| WandExport MagickBooleanType MagickSetImageResolution | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSetImageScene | ( | MagickWand * | , |
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageTicksPerSecond | ( | MagickWand * | , |
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickSetImageType | ( | MagickWand * | , |
| const ImageType | |||
| ) |
| WandExport MagickBooleanType MagickSetImageUnits | ( | MagickWand * | , |
| const ResolutionType | |||
| ) |
| WandExport VirtualPixelMethod MagickSetImageVirtualPixelMethod | ( | MagickWand * | , |
| const VirtualPixelMethod | |||
| ) |
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetImageWhitePoint | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickShadeImage | ( | MagickWand * | , |
| const MagickBooleanType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickShadowImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickSharpenImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSharpenImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickShaveImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickShearImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSigmoidalContrastImage | ( | MagickWand * | , |
| const MagickBooleanType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSigmoidalContrastImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const MagickBooleanType | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickWand * MagickSimilarityImage | ( | MagickWand * | , |
| const MagickWand * | , | ||
| RectangleInfo * | , | ||
| double * | |||
| ) |
| WandExport MagickBooleanType MagickSketchImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickWand * MagickSmushImages | ( | MagickWand * | , |
| const MagickBooleanType | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickSolarizeImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSolarizeImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickSparseColorImage | ( | MagickWand * | , |
| const ChannelType | , | ||
| const SparseColorMethod | , | ||
| const size_t | , | ||
| const double * | |||
| ) |
| WandExport MagickBooleanType MagickSpliceImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickSpreadImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickStatisticImage | ( | MagickWand * | , |
| const StatisticType | , | ||
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickStatisticImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const StatisticType | , | ||
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickWand * MagickSteganoImage | ( | MagickWand * | , |
| const MagickWand * | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickWand * MagickStereoImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickStripImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickSwirlImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickWand * MagickTextureImage | ( | MagickWand * | , |
| const MagickWand * | |||
| ) |
| WandExport MagickBooleanType MagickThresholdImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickThresholdImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickThumbnailImage | ( | MagickWand * | , |
| const size_t | , | ||
| const size_t | |||
| ) |
| WandExport MagickBooleanType MagickTintImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const PixelWand * | |||
| ) |
| WandExport MagickWand * MagickTransformImage | ( | MagickWand * | , |
| const char * | , | ||
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickTransformImageColorspace | ( | MagickWand * | , |
| const ColorspaceType | |||
| ) |
| WandExport MagickBooleanType MagickTransparentPaintImage | ( | MagickWand * | , |
| const PixelWand * | , | ||
| const double | , | ||
| const double | , | ||
| const MagickBooleanType | invert | ||
| ) |
| WandExport MagickBooleanType MagickTransposeImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickTransverseImage | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickTrimImage | ( | MagickWand * | , |
| const double | |||
| ) |
| WandExport MagickBooleanType MagickUniqueImageColors | ( | MagickWand * | ) |
| WandExport MagickBooleanType MagickUnsharpMaskImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickUnsharpMaskImageChannel | ( | MagickWand * | , |
| const ChannelType | , | ||
| const double | , | ||
| const double | , | ||
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickVignetteImage | ( | MagickWand * | , |
| const double | , | ||
| const double | , | ||
| const ssize_t | , | ||
| const ssize_t | |||
| ) |
| WandExport MagickBooleanType MagickWaveImage | ( | MagickWand * | , |
| const double | , | ||
| const double | |||
| ) |
| WandExport MagickBooleanType MagickWhiteThresholdImage | ( | MagickWand * | , |
| const PixelWand * | |||
| ) |
| WandExport MagickBooleanType MagickWriteImage | ( | MagickWand * | , |
| const char * | |||
| ) |
| WandExport MagickBooleanType MagickWriteImageFile | ( | MagickWand * | , |
| FILE * | |||
| ) |
| WandExport MagickBooleanType MagickWriteImages | ( | MagickWand * | , |
| const char * | , | ||
| const MagickBooleanType | |||
| ) |
| WandExport MagickBooleanType MagickWriteImagesFile | ( | MagickWand * | , |
| FILE * | |||
| ) |