Go to the source code of this file.
Functions | |
WandExport ChannelStatistics * | MagickGetImageChannelStatistics (MagickWand *) |
WandExport char * | MagickGetImageFilename (MagickWand *) |
WandExport char ** | MagickGetImageFormat (MagickWand *) |
WandExport char *** | MagickGetImageSignature (MagickWand *) |
WandExport char **** | MagickIdentifyImage (MagickWand *) |
WandExport CompositeOperator | MagickGetImageCompose (MagickWand *) |
WandExport ColorspaceType | MagickGetImageColorspace (MagickWand *) |
WandExport CompressionType | MagickGetImageCompression (MagickWand *) |
WandExport DisposeType | MagickGetImageDispose (MagickWand *) |
WandExport double | MagickGetImageGamma (MagickWand *) |
WandExport double | MagickGetImageTotalInkDensity (MagickWand *) |
WandExport Image * | MagickDestroyImage (Image *) |
WandExport Image ** | GetImageFromMagickWand (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 unsigned long, const unsigned long) |
WandExport MagickBooleanType | MagickAdaptiveSharpenImage (MagickWand *, const double, const double) |
WandExport MagickBooleanType | MagickAdaptiveSharpenImageChannel (MagickWand *, const ChannelType, const double, const double) |
WandExport MagickBooleanType | MagickAdaptiveThresholdImage (MagickWand *, const unsigned long, const unsigned long, const long) |
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 | MagickBlackThresholdImage (MagickWand *, const PixelWand *) |
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 unsigned long, const unsigned long) |
WandExport MagickBooleanType | MagickCharcoalImage (MagickWand *, const double, const double) |
WandExport MagickBooleanType | MagickChopImage (MagickWand *, const unsigned long, const unsigned long, const long, const long) |
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 | MagickColorizeImage (MagickWand *, const PixelWand *, const PixelWand *) |
WandExport MagickBooleanType | MagickCommentImage (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickCompositeImage (MagickWand *, const MagickWand *, const CompositeOperator, const long, const long) |
WandExport MagickBooleanType | MagickCompositeImageChannel (MagickWand *, const ChannelType, const MagickWand *, const CompositeOperator, const long, const long) |
WandExport MagickBooleanType | MagickConstituteImage (MagickWand *, const unsigned long, const unsigned long, 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 unsigned long, const double *) |
WandExport MagickBooleanType | MagickConvolveImageChannel (MagickWand *, const ChannelType, const unsigned long, const double *) |
WandExport MagickBooleanType | MagickCropImage (MagickWand *, const unsigned long, const unsigned long, const long, const long) |
WandExport MagickBooleanType | MagickCycleColormapImage (MagickWand *, const long) |
WandExport MagickBooleanType | MagickDespeckleImage (MagickWand *) |
WandExport MagickBooleanType | MagickDisplayImage (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickDisplayImages (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickDistortImage (MagickWand *, const DistortImageMethod, const unsigned long, 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 | 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 | MagickExtentImage (MagickWand *, const unsigned long, const unsigned long, const long, const long) |
WandExport MagickBooleanType | MagickFlipImage (MagickWand *) |
WandExport MagickBooleanType | MagickFloodfillPaintImage (MagickWand *, const ChannelType, const PixelWand *, const double, const PixelWand *, const long, const long, const MagickBooleanType) |
WandExport MagickBooleanType | MagickFlopImage (MagickWand *) |
WandExport MagickBooleanType | MagickFrameImage (MagickWand *, const PixelWand *, const unsigned long, const unsigned long, const long, const long) |
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 | 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 | MagickGetImageDistortion (MagickWand *, const MagickWand *, const MetricType, double *) |
WandExport MagickBooleanType | MagickGetImageChannelMean (MagickWand *, const ChannelType, double *, double *) |
WandExport MagickBooleanType | MagickGetImageChannelRange (MagickWand *, const ChannelType, double *, double *) |
WandExport MagickBooleanType | MagickGetImageColormapColor (MagickWand *, const unsigned long, PixelWand *) |
WandExport MagickBooleanType | MagickGetImageGreenPrimary (MagickWand *, double *, double *) |
WandExport MagickBooleanType | MagickGetImageMatte (MagickWand *) |
WandExport MagickBooleanType | MagickGetImageMatteColor (MagickWand *, PixelWand *) |
WandExport MagickBooleanType | MagickGetImageLength (MagickWand *, MagickSizeType *) |
WandExport MagickBooleanType | MagickGetImagePage (MagickWand *, unsigned long *, unsigned long *, long *, long *) |
WandExport MagickBooleanType | MagickGetImagePixelColor (MagickWand *, const long, const long, PixelWand *) |
WandExport MagickBooleanType | MagickGetImagePixels (MagickWand *, const long, const long, const unsigned long, const unsigned long, const char *, const StorageType, void *) |
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 | MagickHasNextImage (MagickWand *) |
WandExport MagickBooleanType | MagickHasPreviousImage (MagickWand *) |
WandExport MagickBooleanType | MagickImplodeImage (MagickWand *, const double) |
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 | MagickLinearStretchImage (MagickWand *, const double, const double) |
WandExport MagickBooleanType | MagickMagnifyImage (MagickWand *) |
WandExport MagickBooleanType | MagickMapImage (MagickWand *, const MagickWand *, const MagickBooleanType) |
WandExport MagickBooleanType | MagickMedianFilterImage (MagickWand *, const double) |
WandExport MagickBooleanType | MagickMinifyImage (MagickWand *) |
WandExport MagickBooleanType | MagickModulateImage (MagickWand *, const double, const double, const double) |
WandExport MagickBooleanType | MagickMotionBlurImage (MagickWand *, 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 unsigned long, const unsigned long, 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 | 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 unsigned long, const MagickBooleanType) |
WandExport MagickBooleanType | MagickPreviousImage (MagickWand *) |
WandExport MagickBooleanType | MagickQuantizeImage (MagickWand *, const unsigned long, const ColorspaceType, const unsigned long, const MagickBooleanType, const MagickBooleanType) |
WandExport MagickBooleanType | MagickQuantizeImages (MagickWand *, const unsigned long, const ColorspaceType, const unsigned long, const MagickBooleanType, const MagickBooleanType) |
WandExport MagickBooleanType | MagickRadialBlurImage (MagickWand *, const double) |
WandExport MagickBooleanType | MagickRadialBlurImageChannel (MagickWand *, const ChannelType, const double) |
WandExport MagickBooleanType | MagickRaiseImage (MagickWand *, const unsigned long, const unsigned long, const long, const long, 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 | MagickRecolorImage (MagickWand *, const unsigned long, const double *) |
WandExport MagickBooleanType | MagickReduceNoiseImage (MagickWand *, const double) |
WandExport MagickBooleanType | MagickRemoveImage (MagickWand *) |
WandExport MagickBooleanType | MagickResampleImage (MagickWand *, const double, const double, const FilterTypes, const double) |
WandExport MagickBooleanType | MagickResizeImage (MagickWand *, const unsigned long, const unsigned long, const FilterTypes, const double) |
WandExport MagickBooleanType | MagickRollImage (MagickWand *, const long, const long) |
WandExport MagickBooleanType | MagickRotateImage (MagickWand *, const PixelWand *, const double) |
WandExport MagickBooleanType | MagickSampleImage (MagickWand *, const unsigned long, const unsigned long) |
WandExport MagickBooleanType | MagickScaleImage (MagickWand *, const unsigned long, const unsigned long) |
WandExport MagickBooleanType | MagickSegmentImage (MagickWand *, const ColorspaceType, const MagickBooleanType, 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 unsigned long) |
WandExport MagickBooleanType | MagickSetImageClipMask (MagickWand *, const MagickWand *) |
WandExport MagickBooleanType | MagickSetImageColormapColor (MagickWand *, const unsigned long, const PixelWand *) |
WandExport MagickBooleanType | MagickSetImageCompose (MagickWand *, const CompositeOperator) |
WandExport MagickBooleanType | MagickSetImageCompression (MagickWand *, const CompressionType) |
WandExport MagickBooleanType | MagickSetImageDelay (MagickWand *, const unsigned long) |
WandExport MagickBooleanType | MagickSetImageDepth (MagickWand *, const unsigned long) |
WandExport MagickBooleanType | MagickSetImageDispose (MagickWand *, const DisposeType) |
WandExport MagickBooleanType | MagickTransformImageColorspace (MagickWand *, const ColorspaceType) |
WandExport MagickBooleanType | MagickSetImageCompressionQuality (MagickWand *, const unsigned long) |
WandExport MagickBooleanType | MagickSetImageGreenPrimary (MagickWand *, const double, const double) |
WandExport MagickBooleanType | MagickSetImageGamma (MagickWand *, const double) |
WandExport MagickBooleanType | MagickSetImageExtent (MagickWand *, const unsigned long, const unsigned long) |
WandExport MagickBooleanType | MagickSetImageFilename (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickSetImageFormat (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickSetImageInterlaceScheme (MagickWand *, const InterlaceType) |
WandExport MagickBooleanType | MagickSetImageInterpolateMethod (MagickWand *, const InterpolatePixelMethod) |
WandExport MagickBooleanType | MagickSetImageIterations (MagickWand *, const unsigned long) |
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 unsigned long, const unsigned long, const long, const long) |
WandExport MagickBooleanType | MagickResetImagePage (MagickWand *, const char *) |
WandExport MagickBooleanType | MagickSetImagePixels (MagickWand *, const long, const long, const unsigned long, const unsigned long, const char *, const StorageType, const 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 unsigned long) |
WandExport MagickBooleanType | MagickSetImageTicksPerSecond (MagickWand *, const long) |
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 long, const long) |
WandExport MagickBooleanType | MagickSharpenImage (MagickWand *, const double, const double) |
WandExport MagickBooleanType | MagickSharpenImageChannel (MagickWand *, const ChannelType, const double, const double) |
WandExport MagickBooleanType | MagickShaveImage (MagickWand *, const unsigned long, const unsigned long) |
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 | MagickSpliceImage (MagickWand *, const unsigned long, const unsigned long, const long, const long) |
WandExport MagickBooleanType | MagickSpreadImage (MagickWand *, const double) |
WandExport MagickBooleanType | MagickStripImage (MagickWand *) |
WandExport MagickBooleanType | MagickSwirlImage (MagickWand *, const double) |
WandExport MagickBooleanType | MagickTintImage (MagickWand *, const PixelWand *, const PixelWand *) |
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 unsigned long, const unsigned long) |
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 long, const long) |
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 ** | MagickAverageImages (MagickWand *) |
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 ********* | 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 unsigned long, const unsigned long, const long, const long) |
WandExport MagickWand ************** | MagickMergeImageLayers (MagickWand *, const ImageLayerMethod) |
WandExport MagickWand *************** | MagickMorphImages (MagickWand *, const unsigned long) |
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 ******************* | MagickSteganoImage (MagickWand *, const MagickWand *, const long) |
WandExport MagickWand ******************** | MagickStereoImage (MagickWand *, const MagickWand *) |
WandExport MagickWand ********************* | MagickTextureImage (MagickWand *, const MagickWand *) |
WandExport MagickWand ********************** | MagickTransformImage (MagickWand *, const char *, const char *) |
WandExport MagickWand *********************** | NewMagickWandFromImage (const Image *) |
WandExport OrientationType | MagickGetImageOrientation (MagickWand *) |
WandExport PixelWand ** | MagickGetImageHistogram (MagickWand *, unsigned long *) |
WandExport RenderingIntent | MagickGetImageRenderingIntent (MagickWand *) |
WandExport ResolutionType | MagickGetImageUnits (MagickWand *) |
WandExport unsigned char * | MagickGetImageBlob (MagickWand *, size_t *) |
WandExport unsigned char ** | MagickGetImagesBlob (MagickWand *, size_t *) |
WandExport unsigned long | MagickGetImageColors (MagickWand *) |
WandExport unsigned long | MagickGetImageCompressionQuality (MagickWand *) |
WandExport unsigned long | MagickGetImageDelay (MagickWand *) |
WandExport unsigned long | MagickGetImageChannelDepth (MagickWand *, const ChannelType) |
WandExport unsigned long | MagickGetImageDepth (MagickWand *) |
WandExport unsigned long | MagickGetImageHeight (MagickWand *) |
WandExport unsigned long | MagickGetImageIterations (MagickWand *) |
WandExport unsigned long | MagickGetImageScene (MagickWand *) |
WandExport unsigned long | MagickGetImageTicksPerSecond (MagickWand *) |
WandExport unsigned long | MagickGetImageWidth (MagickWand *) |
WandExport unsigned long | MagickGetNumberImages (MagickWand *) |
WandExport VirtualPixelMethod | MagickGetImageVirtualPixelMethod (MagickWand *) |
WandExport Image* * GetImageFromMagickWand | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickAdaptiveBlurImage | ( | MagickWand * | , | |
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickAdaptiveBlurImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickAdaptiveResizeImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickAdaptiveSharpenImage | ( | MagickWand * | , | |
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickAdaptiveSharpenImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickAdaptiveThresholdImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long | |||
) |
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 MagickWand* * MagickAverageImages | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickBlackThresholdImage | ( | MagickWand * | , | |
const PixelWand * | ||||
) |
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 unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickCharcoalImage | ( | MagickWand * | , | |
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickChopImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
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 MagickColorizeImage | ( | MagickWand * | , | |
const PixelWand * | , | |||
const PixelWand * | ||||
) |
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 | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickCompositeImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const MagickWand * | , | |||
const | CompositeOperator, | |||
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickConstituteImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
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 unsigned long | , | |||
const double * | ||||
) |
WandExport MagickBooleanType MagickConvolveImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const unsigned long | , | |||
const double * | ||||
) |
WandExport MagickBooleanType MagickCropImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickCycleColormapImage | ( | MagickWand * | , | |
const | long | |||
) |
WandExport MagickWand* * * * * * * * MagickDeconstructImages | ( | MagickWand * | ) |
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 unsigned long | , | |||
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 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 MagickExtentImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickFlipImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickFloodfillPaintImage | ( | MagickWand * | , | |
const | ChannelType, | |||
const PixelWand * | , | |||
const | double, | |||
const PixelWand * | , | |||
const | long, | |||
const | long, | |||
const | MagickBooleanType | |||
) |
WandExport MagickBooleanType MagickFlopImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickFrameImage | ( | MagickWand * | , | |
const PixelWand * | , | |||
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
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 MagickGetImageBackgroundColor | ( | MagickWand * | , | |
PixelWand * | ||||
) |
WandExport unsigned char* MagickGetImageBlob | ( | MagickWand * | , | |
size_t * | ||||
) |
WandExport MagickBooleanType MagickGetImageBluePrimary | ( | MagickWand * | , | |
double * | , | |||
double * | ||||
) |
WandExport MagickBooleanType MagickGetImageBorderColor | ( | MagickWand * | , | |
PixelWand * | ||||
) |
WandExport unsigned long MagickGetImageChannelDepth | ( | MagickWand * | , | |
const | ChannelType | |||
) |
WandExport MagickBooleanType MagickGetImageChannelDistortion | ( | MagickWand * | , | |
const MagickWand * | , | |||
const | ChannelType, | |||
const | MetricType, | |||
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 unsigned long | , | |||
PixelWand * | ||||
) |
WandExport unsigned long MagickGetImageColors | ( | MagickWand * | ) |
WandExport ColorspaceType MagickGetImageColorspace | ( | MagickWand * | ) |
WandExport CompositeOperator MagickGetImageCompose | ( | MagickWand * | ) |
WandExport CompressionType MagickGetImageCompression | ( | MagickWand * | ) |
WandExport unsigned long MagickGetImageCompressionQuality | ( | MagickWand * | ) |
WandExport unsigned long MagickGetImageDelay | ( | MagickWand * | ) |
WandExport unsigned long MagickGetImageDepth | ( | MagickWand * | ) |
WandExport DisposeType MagickGetImageDispose | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImageDistortion | ( | MagickWand * | , | |
const MagickWand * | , | |||
const | MetricType, | |||
double * | ||||
) |
WandExport char* MagickGetImageFilename | ( | MagickWand * | ) |
WandExport char* * MagickGetImageFormat | ( | MagickWand * | ) |
WandExport double MagickGetImageGamma | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImageGreenPrimary | ( | MagickWand * | , | |
double * | , | |||
double * | ||||
) |
WandExport unsigned long MagickGetImageHeight | ( | MagickWand * | ) |
WandExport PixelWand** MagickGetImageHistogram | ( | MagickWand * | , | |
unsigned long * | ||||
) |
WandExport InterlaceType MagickGetImageInterlaceScheme | ( | MagickWand * | ) |
WandExport InterpolatePixelMethod MagickGetImageInterpolateMethod | ( | MagickWand * | ) |
WandExport unsigned long MagickGetImageIterations | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImageLength | ( | MagickWand * | , | |
MagickSizeType * | ||||
) |
WandExport MagickBooleanType MagickGetImageMatte | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImageMatteColor | ( | MagickWand * | , | |
PixelWand * | ||||
) |
WandExport OrientationType MagickGetImageOrientation | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImagePage | ( | MagickWand * | , | |
unsigned long * | , | |||
unsigned long * | , | |||
long * | , | |||
long * | ||||
) |
WandExport MagickBooleanType MagickGetImagePixelColor | ( | MagickWand * | , | |
const | long, | |||
const | long, | |||
PixelWand * | ||||
) |
WandExport MagickBooleanType MagickGetImagePixels | ( | MagickWand * | , | |
const | long, | |||
const | long, | |||
const unsigned long | , | |||
const unsigned long | , | |||
const char * | , | |||
const | StorageType, | |||
void * | ||||
) |
WandExport MagickBooleanType MagickGetImageRange | ( | MagickWand * | , | |
double * | , | |||
double * | ||||
) |
WandExport MagickBooleanType MagickGetImageRedPrimary | ( | MagickWand * | , | |
double * | , | |||
double * | ||||
) |
WandExport MagickWand* * * * * * * * * * * * * MagickGetImageRegion | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
WandExport RenderingIntent MagickGetImageRenderingIntent | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickGetImageResolution | ( | MagickWand * | , | |
double * | , | |||
double * | ||||
) |
WandExport unsigned char* * MagickGetImagesBlob | ( | MagickWand * | , | |
size_t * | ||||
) |
WandExport unsigned long MagickGetImageScene | ( | MagickWand * | ) |
WandExport char* * * MagickGetImageSignature | ( | MagickWand * | ) |
WandExport unsigned long 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 unsigned long MagickGetImageWidth | ( | MagickWand * | ) |
WandExport unsigned long MagickGetNumberImages | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickHasNextImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickHasPreviousImage | ( | MagickWand * | ) |
WandExport char* * * * MagickIdentifyImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickImplodeImage | ( | MagickWand * | , | |
const | double | |||
) |
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 MagickLinearStretchImage | ( | MagickWand * | , | |
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickMagnifyImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickMapImage | ( | MagickWand * | , | |
const MagickWand * | , | |||
const | MagickBooleanType | |||
) |
WandExport MagickBooleanType MagickMedianFilterImage | ( | MagickWand * | , | |
const | double | |||
) |
WandExport MagickWand* * * * * * * * * * * * * * MagickMergeImageLayers | ( | MagickWand * | , | |
const | ImageLayerMethod | |||
) |
WandExport MagickBooleanType MagickMinifyImage | ( | MagickWand * | ) |
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 unsigned long | ||||
) |
WandExport MagickBooleanType MagickMotionBlurImage | ( | MagickWand * | , | |
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 unsigned long | , | |||
const unsigned long | , | |||
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 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 unsigned long | , | |||
const | MagickBooleanType | |||
) |
WandExport MagickWand* * * * * * * * * * * * * * * * * * MagickPreviewImages | ( | MagickWand * | wand, | |
const | PreviewType | |||
) |
WandExport MagickBooleanType MagickPreviousImage | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickQuantizeImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const | ColorspaceType, | |||
const unsigned long | , | |||
const | MagickBooleanType, | |||
const | MagickBooleanType | |||
) |
WandExport MagickBooleanType MagickQuantizeImages | ( | MagickWand * | , | |
const unsigned long | , | |||
const | ColorspaceType, | |||
const unsigned long | , | |||
const | MagickBooleanType, | |||
const | MagickBooleanType | |||
) |
WandExport MagickBooleanType MagickRadialBlurImage | ( | MagickWand * | , | |
const | double | |||
) |
WandExport MagickBooleanType MagickRadialBlurImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickRaiseImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long, | |||
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 MagickRecolorImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const double * | ||||
) |
WandExport MagickBooleanType MagickReduceNoiseImage | ( | MagickWand * | , | |
const | double | |||
) |
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 unsigned long | , | |||
const unsigned long | , | |||
const | FilterTypes, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickRollImage | ( | MagickWand * | , | |
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickRotateImage | ( | MagickWand * | , | |
const PixelWand * | , | |||
const | double | |||
) |
WandExport MagickBooleanType MagickSampleImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickScaleImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickSegmentImage | ( | MagickWand * | , | |
const | ColorspaceType, | |||
const | MagickBooleanType, | |||
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 unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageClipMask | ( | MagickWand * | , | |
const MagickWand * | ||||
) |
WandExport MagickBooleanType MagickSetImageColormapColor | ( | MagickWand * | , | |
const unsigned long | , | |||
const PixelWand * | ||||
) |
WandExport MagickBooleanType MagickTransformImageColorspace | ( | MagickWand * | , | |
const | ColorspaceType | |||
) |
WandExport MagickBooleanType MagickSetImageCompose | ( | MagickWand * | , | |
const | CompositeOperator | |||
) |
WandExport MagickBooleanType MagickSetImageCompression | ( | MagickWand * | , | |
const | CompressionType | |||
) |
WandExport MagickBooleanType MagickSetImageCompressionQuality | ( | MagickWand * | , | |
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageDelay | ( | MagickWand * | , | |
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageDepth | ( | MagickWand * | , | |
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageDispose | ( | MagickWand * | , | |
const | DisposeType | |||
) |
WandExport MagickBooleanType MagickSetImageExtent | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageFilename | ( | MagickWand * | , | |
const char * | ||||
) |
WandExport MagickBooleanType MagickSetImageFormat | ( | MagickWand * | , | |
const char * | ||||
) |
WandExport MagickBooleanType MagickSetImageGamma | ( | MagickWand * | , | |
const | double | |||
) |
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 unsigned long | ||||
) |
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 unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickSetImagePixels | ( | MagickWand * | , | |
const | long, | |||
const | long, | |||
const unsigned long | , | |||
const unsigned long | , | |||
const char * | , | |||
const | StorageType, | |||
const void * | ||||
) |
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 unsigned long | ||||
) |
WandExport MagickBooleanType MagickSetImageTicksPerSecond | ( | MagickWand * | , | |
const | long | |||
) |
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 | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickSharpenImage | ( | MagickWand * | , | |
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickSharpenImageChannel | ( | MagickWand * | , | |
const | ChannelType, | |||
const | double, | |||
const | double | |||
) |
WandExport MagickBooleanType MagickShaveImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | ||||
) |
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 MagickSpliceImage | ( | MagickWand * | , | |
const unsigned long | , | |||
const unsigned long | , | |||
const | long, | |||
const | long | |||
) |
WandExport MagickBooleanType MagickSpreadImage | ( | MagickWand * | , | |
const | double | |||
) |
WandExport MagickWand* * * * * * * * * * * * * * * * * * * MagickSteganoImage | ( | MagickWand * | , | |
const MagickWand * | , | |||
const | long | |||
) |
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 unsigned long | , | |||
const unsigned long | ||||
) |
WandExport MagickBooleanType MagickTintImage | ( | MagickWand * | , | |
const PixelWand * | , | |||
const PixelWand * | ||||
) |
WandExport MagickWand* * * * * * * * * * * * * * * * * * * * * * MagickTransformImage | ( | MagickWand * | , | |
const char * | , | |||
const char * | ||||
) |
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 | long, | |||
const | long | |||
) |
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 MagickWand* * * * * * * * * * * * * * * * * * * * * * * NewMagickWandFromImage | ( | const Image * | ) |