wand

package
v0.0.0-...-e8629ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2013 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package wand provides API definitions for accessing CORE_RL_wand_.dll. Based on ImageMagick v6.8.7

Index

Constants

This section is empty.

Variables

View Source
var AcquireWandId func() uint32
View Source
var AdaptiveBlurImage func(m *MagickWand, radius, sigma float64) bool
View Source
var AdaptiveBlurImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma float64) bool
View Source
var AdaptiveResizeImage func(m *MagickWand, columns, rows uint32) bool
View Source
var AdaptiveSharpenImage func(m *MagickWand, radius, sigma float64) bool
View Source
var AdaptiveSharpenImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma float64) bool
View Source
var AdaptiveThresholdImage func(m *MagickWand, width, height uint32, offset int32) bool
View Source
var AddImage func(m *MagickWand, addWand *MagickWand) bool
View Source
var AddNoiseImage func(m *MagickWand, noiseType I.NoiseType) bool
View Source
var AddNoiseImageChannel func(m *MagickWand, channel I.ChannelType, noiseType I.NoiseType) bool
View Source
var AffineTransformImage func(m *MagickWand, d *DrawingWand) bool
View Source
var AnimateImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var AnimateImages func(m *MagickWand, xServerName string) bool
View Source
var AnnotateImage func(m *MagickWand, d *DrawingWand, x, y, angle float64, text string) bool
View Source
var AppendImages func(m *MagickWand, stack bool) *MagickWand
View Source
var AutoGammaImage func(m *MagickWand) bool
View Source
var AutoGammaImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var AutoLevelImage func(m *MagickWand) bool
View Source
var AutoLevelImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var AverageImages func(m *MagickWand) *MagickWand

Deprecated.

View Source
var BlackThresholdImage func(m *MagickWand, threshold *PixelWand) bool
View Source
var BlueShiftImage func(m *MagickWand, factor float64) bool
View Source
var BlurImage func(m *MagickWand, radius, sigma float64) bool
View Source
var BlurImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma float64) bool
View Source
var BorderImage func(m *MagickWand, bordercolor *PixelWand, width, height uint32) bool
View Source
var BrightnessContrastImage func(m *MagickWand, brightness, contrast float64) bool
View Source
var BrightnessContrastImageChannel func(m *MagickWand, channel I.ChannelType, brightness, contrast float64) bool
View Source
var CharcoalImage func(m *MagickWand, radius, sigma float64) bool
View Source
var ChopImage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var ClampImage func(m *MagickWand) bool
View Source
var ClampImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var ClearDrawingWand func(d *DrawingWand)
View Source
var ClearException func(m *MagickWand) bool
View Source
var ClearMagickWand func(m *MagickWand)
View Source
var ClearPixelIterator func(p *PixelIterator)
View Source
var ClearPixelWand func(p *PixelWand)
View Source
var ClipImage func(m *MagickWand) bool
View Source
var ClipImagePath func(m *MagickWand, pathname string, inside bool) bool
View Source
var ClipPathImage func(m *MagickWand, pathname string, inside bool) bool

Deprecated.

View Source
var CloneDrawingWand func(d *DrawingWand) *DrawingWand
View Source
var CloneMagickWand func(m *MagickWand) *MagickWand
View Source
var ClonePixelIterator func(p *PixelIterator) *PixelIterator
View Source
var ClonePixelView func(pixelView *PixelView) *PixelView

Deprecated.

View Source
var ClonePixelWand func(p *PixelWand) *PixelWand
View Source
var ClonePixelWands func(wands []*PixelWand, numberWands uint32) []*PixelWand
View Source
var CloneWandView func(w *WandView) *WandView
View Source
var ClutImage func(m *MagickWand, clutWand *MagickWand) bool
View Source
var ClutImageChannel func(m *MagickWand, channel I.ChannelType, clutWand *MagickWand) bool
View Source
var CoalesceImages func(m *MagickWand) *MagickWand
View Source
var ColorDecisionListImage func(m *MagickWand, colorCorrectionCollection string) bool
View Source
var ColorFloodfillImage func(m *MagickWand, fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

View Source
var ColorMatrixImage func(m *MagickWand, colorMatrix *I.KernelInfo) bool
View Source
var ColorizeImage func(m *MagickWand, colorize, opacity *PixelWand) bool
View Source
var CombineImages func(m *MagickWand, channel I.ChannelType) *MagickWand
View Source
var CommandGenesis func(i *ImageInfo, command I.MagickCommand, argc int, argv, metadata []string, exception *ExceptionInfo) bool
View Source
var CommentImage func(m *MagickWand, comment string) bool
View Source
var CompareImageChannels func(m *MagickWand, reference *MagickWand, channel I.ChannelType, metric I.MetricType, distortion *float64) *MagickWand
View Source
var CompareImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var CompareImageLayers func(m *MagickWand, method I.ImageLayerMethod) *MagickWand
View Source
var CompareImages func(m *MagickWand, reference *MagickWand, metric I.MetricType, distortion *float64) *MagickWand
View Source
var CompositeImage func(m *MagickWand, sourceWand *MagickWand, compose I.CompositeOperator, x, y int32) bool
View Source
var CompositeImageChannel func(m *MagickWand, channel I.ChannelType, compositeWand *MagickWand, compose I.CompositeOperator, x, y int32) bool
View Source
var CompositeImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var CompositeLayers func(m *MagickWand, sourceWand *MagickWand, compose I.CompositeOperator, x, y int32) bool
View Source
var ConjureImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var ConstituteImage func(m *MagickWand, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool
View Source
var ContrastImage func(m *MagickWand, sharpen bool) bool
View Source
var ContrastStretchImage func(m *MagickWand, blackPoint, whitePoint float64) bool
View Source
var ContrastStretchImageChannel func(m *MagickWand, channel I.ChannelType, blackPoint, whitePoint float64) bool
View Source
var ConvertImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var ConvolveImage func(m *MagickWand, order uint32, kernel []float64) bool
View Source
var ConvolveImageChannel func(m *MagickWand, channel I.ChannelType, order uint32, kernel *float64) bool
View Source
var CropImage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var CycleColormapImage func(m *MagickWand, displace int32) bool
View Source
var DecipherImage func(m *MagickWand, passphrase string) bool
View Source
var DeconstructImages func(m *MagickWand) *MagickWand
View Source
var DeleteImageArtifact func(m *MagickWand, artifact string) bool
View Source
var DeleteImageProperty func(m *MagickWand, property string) bool
View Source
var DeleteOption func(m *MagickWand, option string) bool
View Source
var DescribeImage func(m *MagickWand) string

Deprecated.

View Source
var DeskewImage func(m *MagickWand, threshold float64) bool
View Source
var DespeckleImage func(m *MagickWand) bool
View Source
var DestroyDrawingWand func(d *DrawingWand) *DrawingWand
View Source
var DestroyImage func(i *Image) *Image
View Source
var DestroyMagickWand func(m *MagickWand)
View Source
var DestroyPixelIterator func(p *PixelIterator) *PixelIterator
View Source
var DestroyPixelView func(pixelView *PixelView, numberWands, numberThreads uint32) *PixelView

Deprecated.

View Source
var DestroyPixelWand func(p *PixelWand) *PixelWand
View Source
var DestroyPixelWands func(wands []*PixelWand, numberWands uint32) []*PixelWand
View Source
var DestroyWandIds func()
View Source
var DestroyWandView func(w *WandView) *WandView
View Source
var DisplayImage func(m *MagickWand, xServerName string) bool
View Source
var DisplayImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var DisplayImages func(m *MagickWand, xServerName string) bool
View Source
var DistortImage func(m *MagickWand, method I.DistortImageMethod, numberArguments uint32, arguments *float64, bestfit bool) bool
View Source
var DrawAffine func(d *DrawingWand, affine *I.AffineMatrix)
View Source
var DrawAllocateWand func(*DrawInfo, *Image) *DrawingWand
View Source
var DrawAnnotation func(d *DrawingWand, x, y float64, text *uint8)
View Source
var DrawArc func(d *DrawingWand, sx, sy, ex, ey, sd, ed float64)
View Source
var DrawBezier func(d *DrawingWand, numberCoordinates uint32, coordinates *I.PointInfo)
View Source
var DrawCircle func(d *DrawingWand, ox, oy, px, py float64)
View Source
var DrawClearException func(d *DrawingWand) bool
View Source
var DrawColor func(d *DrawingWand, x, y float64, paintMethod I.PaintMethod)
View Source
var DrawComment func(d *DrawingWand, comment string)
View Source
var DrawComposite func(d *DrawingWand, compose I.CompositeOperator, x, y, width, height float64, magickWand *MagickWand) bool
View Source
var DrawEllipse func(d *DrawingWand, ox, oy, rx, ry, start, end float64)
View Source
var DrawGetBorderColor func(d *DrawingWand, borderColor *PixelWand)
View Source
var DrawGetClipPath func(d *DrawingWand) I.String
View Source
var DrawGetClipRule func(d *DrawingWand) I.FillRule
View Source
var DrawGetClipUnits func(d *DrawingWand) I.ClipPathUnits
View Source
var DrawGetException func(d *DrawingWand, severity *I.ExceptionType) I.String
View Source
var DrawGetExceptionType func(d *DrawingWand) I.ExceptionType
View Source
var DrawGetFillAlpha func(d *DrawingWand) float64

Deprecated.

View Source
var DrawGetFillColor func(d *DrawingWand, fillColor *PixelWand)
View Source
var DrawGetFillOpacity func(d *DrawingWand) float64
View Source
var DrawGetFillRule func(d *DrawingWand) I.FillRule
View Source
var DrawGetFont func(d *DrawingWand) I.String
View Source
var DrawGetFontFamily func(d *DrawingWand) I.String
View Source
var DrawGetFontResolution func(d *DrawingWand, x, y *float64) bool
View Source
var DrawGetFontSize func(d *DrawingWand) float64
View Source
var DrawGetFontStretch func(d *DrawingWand) I.StretchType
View Source
var DrawGetFontStyle func(d *DrawingWand) I.StyleType
View Source
var DrawGetFontWeight func(d *DrawingWand) uint32
View Source
var DrawGetGravity func(d *DrawingWand) I.GravityType
View Source
var DrawGetOpacity func(d *DrawingWand) float64
View Source
var DrawGetStrokeAlpha func(d *DrawingWand) float64

Deprecated.

View Source
var DrawGetStrokeAntialias func(d *DrawingWand) bool
View Source
var DrawGetStrokeColor func(d *DrawingWand, strokeColor *PixelWand)
View Source
var DrawGetStrokeDashArray func(d *DrawingWand, numberElements *uint32) *float64
View Source
var DrawGetStrokeDashOffset func(d *DrawingWand) float64
View Source
var DrawGetStrokeLineCap func(d *DrawingWand) I.LineCap
View Source
var DrawGetStrokeLineJoin func(d *DrawingWand) I.LineJoin
View Source
var DrawGetStrokeMiterLimit func(d *DrawingWand) uint32
View Source
var DrawGetStrokeOpacity func(d *DrawingWand) float64
View Source
var DrawGetStrokeWidth func(d *DrawingWand) float64
View Source
var DrawGetTextAlignment func(d *DrawingWand) I.AlignType
View Source
var DrawGetTextAntialias func(d *DrawingWand) bool
View Source
var DrawGetTextDecoration func(d *DrawingWand) I.DecorationType
View Source
var DrawGetTextEncoding func(d *DrawingWand) I.String
View Source
var DrawGetTextInterlineSpacing func(d *DrawingWand) float64
View Source
var DrawGetTextInterwordSpacing func(d *DrawingWand) float64
View Source
var DrawGetTextKerning func(d *DrawingWand) float64
View Source
var DrawGetTextUnderColor func(d *DrawingWand, underColor *PixelWand)
View Source
var DrawGetVectorGraphics func(d *DrawingWand) I.String
View Source
var DrawImage func(m *MagickWand, d *DrawingWand) bool
View Source
var DrawLine func(d *DrawingWand, sx, sy, ex, ey float64)
View Source
var DrawMatte func(d *DrawingWand, x, y float64, paintMethod I.PaintMethod)
View Source
var DrawPathClose func(d *DrawingWand)
View Source
var DrawPathCurveToAbsolute func(d *DrawingWand, x1, y1, x2, y2, x, y float64)
View Source
var DrawPathCurveToQuadraticBezierAbsolute func(d *DrawingWand, x1, y1, x, y float64)
View Source
var DrawPathCurveToQuadraticBezierRelative func(d *DrawingWand, x1, y1, x, y float64)
View Source
var DrawPathCurveToQuadraticBezierSmoothAbsolute func(d *DrawingWand, x, y float64)
View Source
var DrawPathCurveToQuadraticBezierSmoothRelative func(d *DrawingWand, x, y float64)
View Source
var DrawPathCurveToRelative func(d *DrawingWand, x1, y1, x2, y2, x, y float64)
View Source
var DrawPathCurveToSmoothAbsolute func(d *DrawingWand, x2, y2, x, y float64)
View Source
var DrawPathCurveToSmoothRelative func(d *DrawingWand, x2, y2, x, y float64)
View Source
var DrawPathEllipticArcAbsolute func(d *DrawingWand, rx, ry, xAxisRotation float64, largeArcFlag, sweepFlag bool, x, y float64)
View Source
var DrawPathEllipticArcRelative func(d *DrawingWand, rx, ry, xAxisRotation float64, largeArcFlag, sweepFlag bool, x, y float64)
View Source
var DrawPathFinish func(d *DrawingWand)
View Source
var DrawPathLineToAbsolute func(d *DrawingWand, x, y float64)
View Source
var DrawPathLineToHorizontalAbsolute func(d *DrawingWand, x float64)
View Source
var DrawPathLineToHorizontalRelative func(d *DrawingWand, x float64)
View Source
var DrawPathLineToRelative func(d *DrawingWand, x, y float64)
View Source
var DrawPathLineToVerticalAbsolute func(d *DrawingWand, y float64)
View Source
var DrawPathLineToVerticalRelative func(d *DrawingWand, y float64)
View Source
var DrawPathMoveToAbsolute func(d *DrawingWand, x, y float64)
View Source
var DrawPathMoveToRelative func(d *DrawingWand, x, y float64)
View Source
var DrawPathStart func(d *DrawingWand)
View Source
var DrawPeekGraphicWand func(d *DrawingWand) *DrawInfo

Deprecated.

View Source
var DrawPoint func(d *DrawingWand, x, y float64)
View Source
var DrawPolygon func(d *DrawingWand, numberCoordinates uint32, coordinates *I.PointInfo)
View Source
var DrawPolyline func(d *DrawingWand, numberCoordinates uint32, coordinates *I.PointInfo)
View Source
var DrawPopClipPath func(d *DrawingWand)
View Source
var DrawPopDefs func(d *DrawingWand)
View Source
var DrawPopGraphicContext func(d *DrawingWand) bool

Deprecated.

View Source
var DrawPopPattern func(d *DrawingWand) bool
View Source
var DrawPushClipPath func(d *DrawingWand, clipMaskId string)
View Source
var DrawPushDefs func(d *DrawingWand)
View Source
var DrawPushGraphicContext func(d *DrawingWand) bool

Deprecated.

View Source
var DrawPushPattern func(d *DrawingWand, patternId string, x, y, width, height float64) bool
View Source
var DrawRectangle func(d *DrawingWand, x1, y1, x2, y2 float64)
View Source
var DrawRender func(d *DrawingWand) bool
View Source
var DrawResetVectorGraphics func(d *DrawingWand)
View Source
var DrawRotate func(d *DrawingWand, degrees float64)
View Source
var DrawRoundRectangle func(d *DrawingWand, x1, y1, x2, y2, rx, ry float64)
View Source
var DrawScale func(d *DrawingWand, x, y float64)
View Source
var DrawSetBorderColor func(d *DrawingWand, borderWand *PixelWand)
View Source
var DrawSetClipPath func(d *DrawingWand, clipMask string) bool
View Source
var DrawSetClipRule func(d *DrawingWand, fillRule I.FillRule)
View Source
var DrawSetClipUnits func(d *DrawingWand, clipUnits I.ClipPathUnits)
View Source
var DrawSetFillAlpha func(d *DrawingWand, fillAlpha float64)

Deprecated.

View Source
var DrawSetFillColor func(d *DrawingWand, fillWand *PixelWand)
View Source
var DrawSetFillOpacity func(d *DrawingWand, fillOpacity float64)
View Source
var DrawSetFillPatternURL func(d *DrawingWand, fillUrl string) bool
View Source
var DrawSetFillRule func(d *DrawingWand, fillRule I.FillRule)
View Source
var DrawSetFont func(d *DrawingWand, fontName string) bool
View Source
var DrawSetFontFamily func(d *DrawingWand, fontFamily string) bool
View Source
var DrawSetFontResolution func(d *DrawingWand, xResolution, yResolution float64) bool
View Source
var DrawSetFontSize func(d *DrawingWand, pointsize float64)
View Source
var DrawSetFontStretch func(d *DrawingWand, fontStretch I.StretchType)
View Source
var DrawSetFontStyle func(d *DrawingWand, style I.StyleType)
View Source
var DrawSetFontWeight func(d *DrawingWand, fontWeight uint32)
View Source
var DrawSetGravity func(d *DrawingWand, gravity I.GravityType)
View Source
var DrawSetOpacity func(d *DrawingWand, opacity float64)
View Source
var DrawSetStrokeAlpha func(d *DrawingWand, strokeAlpha float64)

Deprecated.

View Source
var DrawSetStrokeAntialias func(d *DrawingWand, strokeAntialias bool)
View Source
var DrawSetStrokeColor func(d *DrawingWand, strokeWand *PixelWand)
View Source
var DrawSetStrokeDashArray func(d *DrawingWand, numberElements uint32, dashArray *float64) bool
View Source
var DrawSetStrokeDashOffset func(d *DrawingWand, dashOffset float64)
View Source
var DrawSetStrokeLineCap func(d *DrawingWand, linecap I.LineCap)
View Source
var DrawSetStrokeLineJoin func(d *DrawingWand, linejoin I.LineJoin)
View Source
var DrawSetStrokeMiterLimit func(d *DrawingWand, miterlimit uint32)
View Source
var DrawSetStrokeOpacity func(d *DrawingWand, strokeOpacity float64)
View Source
var DrawSetStrokePatternURL func(d *DrawingWand, strokeUrl string) bool
View Source
var DrawSetStrokeWidth func(d *DrawingWand, strokeWidth float64)
View Source
var DrawSetTextAlignment func(d *DrawingWand, alignment I.AlignType)
View Source
var DrawSetTextAntialias func(d *DrawingWand, textAntialias bool)
View Source
var DrawSetTextDecoration func(d *DrawingWand, decoration I.DecorationType)
View Source
var DrawSetTextEncoding func(d *DrawingWand, encoding string)
View Source
var DrawSetTextInterlineSpacing func(d *DrawingWand, interlineSpacing float64)
View Source
var DrawSetTextInterwordSpacing func(d *DrawingWand, interwordSpacing float64)
View Source
var DrawSetTextKerning func(d *DrawingWand, kerning float64)
View Source
var DrawSetTextUnderColor func(d *DrawingWand, underWand *PixelWand)
View Source
var DrawSetVectorGraphics func(d *DrawingWand, xml string) bool
View Source
var DrawSetViewbox func(d *DrawingWand, x1, y1, x2, y2 int32)
View Source
var DrawSkewX func(d *DrawingWand, degrees float64)
View Source
var DrawSkewY func(d *DrawingWand, degrees float64)
View Source
var DrawTranslate func(d *DrawingWand, x, y float64)
View Source
var DuplexTransferPixelViewIterator func(source, duplex, destination *PixelView, transfer DuplexTransferPixelViewMethod, context *Void) bool

Deprecated.

View Source
var DuplexTransferWandViewIterator func(w *WandView, duplex, destination *WandView, transfer DuplexTransferWandViewMethod, context *Void) bool
View Source
var EdgeImage func(m *MagickWand, radius float64) bool
View Source
var EmbossImage func(m *MagickWand, radius, sigma float64) bool
View Source
var EncipherImage func(m *MagickWand, passphrase string) bool
View Source
var EnhanceImage func(m *MagickWand) bool
View Source
var EqualizeImage func(m *MagickWand) bool
View Source
var EqualizeImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var EvaluateImage func(m *MagickWand, operator I.MagickEvaluateOperator, value float64) bool
View Source
var EvaluateImageChannel func(m *MagickWand, channel I.ChannelType, op I.MagickEvaluateOperator, value float64) bool
View Source
var EvaluateImages func(m *MagickWand, operator I.MagickEvaluateOperator) bool
View Source
var ExportImagePixels func(m *MagickWand, x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool
View Source
var ExtentImage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var FilterImage func(m *MagickWand, kernel *I.KernelInfo) bool
View Source
var FilterImageChannel func(m *MagickWand, channel I.ChannelType, kernel *I.KernelInfo) bool
View Source
var FlattenImages func(m *MagickWand) *MagickWand

Deprecated.

View Source
var FlipImage func(m *MagickWand) bool
View Source
var FloodfillPaintImage func(m *MagickWand, channel I.ChannelType, fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32, invert bool) bool
View Source
var FlopImage func(m *MagickWand) bool
View Source
var ForwardFourierTransformImage func(m *MagickWand, magnitude bool) bool
View Source
var FrameImage func(m *MagickWand, matteColor *PixelWand, width, height uint32, innerBevel, outerBevel int32) bool
View Source
var FunctionImage func(m *MagickWand, function I.MagickFunction, numberArguments uint32, arguments *float64) bool
View Source
var FunctionImageChannel func(m *MagickWand, channel I.ChannelType, function I.MagickFunction, numberArguments uint32, arguments *float64) bool
View Source
var FxImage func(m *MagickWand, expression string) *MagickWand
View Source
var FxImageChannel func(m *MagickWand, channel I.ChannelType, expression string) *MagickWand
View Source
var GammaImage func(m *MagickWand, gamma float64) bool
View Source
var GammaImageChannel func(m *MagickWand, channel I.ChannelType, gamma float64) bool
View Source
var GaussianBlurImage func(m *MagickWand, radius, sigma float64) bool
View Source
var GaussianBlurImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma float64) bool
View Source
var GetAntialias func(m *MagickWand) bool
View Source
var GetBackgroundColor func(m *MagickWand) *PixelWand
View Source
var GetColorspace func(m *MagickWand) I.ColorspaceType
View Source
var GetCompression func(m *MagickWand) I.CompressionType
View Source
var GetCompressionQuality func(m *MagickWand) uint32
View Source
var GetCopyright func() string
View Source
var GetException func(m *MagickWand, severity *I.ExceptionType) I.String
View Source
var GetExceptionType func(m *MagickWand) I.ExceptionType
View Source
var GetFilename func(m *MagickWand) I.String
View Source
var GetFont func(m *MagickWand) I.String
View Source
var GetFormat func(m *MagickWand) I.String
View Source
var GetGravity func(m *MagickWand) I.GravityType
View Source
var GetHomeURL func() I.String
View Source
var GetImage func(m *MagickWand) *MagickWand
View Source
var GetImageAlphaChannel func(m *MagickWand) uint32
View Source
var GetImageArtifact func(m *MagickWand, artifact string) string
View Source
var GetImageArtifacts func(m *MagickWand, pattern string, numberArtifacts *uint32) I.StrSlice3
View Source
var GetImageAttribute func(m *MagickWand, property string) string

Deprecated.

View Source
var GetImageBackgroundColor func(m *MagickWand, backgroundColor *PixelWand) bool
View Source
var GetImageBlob func(m *MagickWand, length *uint32) *byte
View Source
var GetImageBluePrimary func(m *MagickWand, x, y *float64) bool
View Source
var GetImageBorderColor func(m *MagickWand, borderColor *PixelWand) bool
View Source
var GetImageChannelDepth func(m *MagickWand, channel I.ChannelType) uint32
View Source
var GetImageChannelDistortion func(m *MagickWand, reference *MagickWand, channel I.ChannelType, metric I.MetricType, distortion *float64) bool
View Source
var GetImageChannelDistortions func(m *MagickWand, reference *MagickWand, metric I.MetricType) []float64
View Source
var GetImageChannelExtrema func(m *MagickWand, c I.ChannelType, minima, maxima *uint32) bool
View Source
var GetImageChannelFeatures func(m *MagickWand, distance uint32) []I.ChannelFeatures
View Source
var GetImageChannelKurtosis func(m *MagickWand, channel I.ChannelType, kurtosis, skewness *float64) bool
View Source
var GetImageChannelMean func(m *MagickWand, channel I.ChannelType, mean, standardDeviation *float64) bool
View Source
var GetImageChannelRange func(m *MagickWand, channel I.ChannelType, minima, maxima *float64) bool
View Source
var GetImageChannelStatistics func(m *MagickWand) []I.ChannelStatistics
View Source
var GetImageClipMask func(m *MagickWand) *MagickWand
View Source
var GetImageColormapColor func(m *MagickWand, index uint32, color *PixelWand) bool
View Source
var GetImageColors func(m *MagickWand) uint32
View Source
var GetImageColorspace func(m *MagickWand) I.ColorspaceType
View Source
var GetImageCompose func(m *MagickWand) I.CompositeOperator
View Source
var GetImageCompression func(m *MagickWand) I.CompressionType
View Source
var GetImageCompressionQuality func(m *MagickWand) uint32
View Source
var GetImageDelay func(m *MagickWand) uint32
View Source
var GetImageDepth func(m *MagickWand) uint32
View Source
var GetImageDispose func(m *MagickWand) I.DisposeType
View Source
var GetImageDistortion func(m *MagickWand, reference *MagickWand, metric I.MetricType, distortion *float64) bool
View Source
var GetImageEndian func(*MagickWand) I.EndianType
View Source
var GetImageExtrema func(m *MagickWand, min, max *uint32) bool
View Source
var GetImageFilename func(m *MagickWand) I.String
View Source
var GetImageFormat func(m *MagickWand) I.String
View Source
var GetImageFromMagickWand func(m *MagickWand) *Image
View Source
var GetImageFuzz func(m *MagickWand) float64
View Source
var GetImageGamma func(m *MagickWand) float64
View Source
var GetImageGravity func(m *MagickWand) I.GravityType
View Source
var GetImageGreenPrimary func(m *MagickWand, x, y *float64) bool
View Source
var GetImageHeight func(m *MagickWand) uint32
View Source
var GetImageHistogram func(m *MagickWand, numberColors *uint32) []*PixelWand
View Source
var GetImageIndex func(m *MagickWand) int32
View Source
var GetImageInterlaceScheme func(m *MagickWand) I.InterlaceType
View Source
var GetImageInterpolateMethod func(m *MagickWand) I.InterpolatePixelMethod
View Source
var GetImageIterations func(m *MagickWand) uint32
View Source
var GetImageLength func(m *MagickWand, length *I.MagickSizeType) bool
View Source
var GetImageMatte func(m *MagickWand) uint32

Deprecated.

View Source
var GetImageMatteColor func(m *MagickWand, matteColor *PixelWand) bool
View Source
var GetImageOrientation func(m *MagickWand) I.OrientationType
View Source
var GetImagePage func(m *MagickWand, width, height *uint32, x, y *int32) bool
View Source
var GetImagePixelColor func(m *MagickWand, x, y int32, color *PixelWand) bool
View Source
var GetImagePixels func(m *MagickWand, x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

Deprecated.

View Source
var GetImageProfile func(m *MagickWand, name string, length *uint32) *byte
View Source
var GetImageProfiles func(m *MagickWand, pattern string, numberProfiles *uint32) I.StrSlice3
View Source
var GetImageProperties func(m *MagickWand, pattern string, numberProperties *uint32) I.StrSlice3
View Source
var GetImageProperty func(m *MagickWand, property string) string
View Source
var GetImageRange func(*MagickWand, *float64, *float64) bool
View Source
var GetImageRedPrimary func(m *MagickWand, x, y *float64) bool
View Source
var GetImageRegion func(m *MagickWand, width, height uint32, x, y int32) *MagickWand
View Source
var GetImageRenderingIntent func(m *MagickWand) I.RenderingIntent
View Source
var GetImageResolution func(m *MagickWand, x, y *float64) bool
View Source
var GetImageScene func(m *MagickWand) uint32
View Source
var GetImageSignature func(m *MagickWand) I.String
View Source
var GetImageSize func(m *MagickWand, length *I.MagickSizeType) bool

Deprecated.

View Source
var GetImageTicksPerSecond func(m *MagickWand) uint32
View Source
var GetImageTotalInkDensity func(m *MagickWand) float64
View Source
var GetImageType func(m *MagickWand) I.ImageType
View Source
var GetImageUnits func(m *MagickWand) I.ResolutionType
View Source
var GetImageVirtualPixelMethod func(m *MagickWand) I.VirtualPixelMethod
View Source
var GetImageWhitePoint func(m *MagickWand, x, y *float64) bool
View Source
var GetImageWidth func(m *MagickWand) uint32
View Source
var GetImagesBlob func(m *MagickWand, length *uint32) *byte
View Source
var GetInterlaceScheme func(m *MagickWand) I.InterlaceType
View Source
var GetInterpolateMethod func(m *MagickWand) I.InterpolatePixelMethod
View Source
var GetIteratorIndex func(m *MagickWand) int32
View Source
var GetNumberImages func(m *MagickWand) uint32
View Source
var GetOption func(m *MagickWand, key string) I.String
View Source
var GetOptions func(m *MagickWand, pattern string, numberOptions *uint32) I.StrSlice3
View Source
var GetOrientation func(m *MagickWand) I.OrientationType
View Source
var GetPackageName func() string
View Source
var GetPage func(m *MagickWand, width, height *uint32, x, y *int32) bool
View Source
var GetPixelViewException func(p *PixelWand, severity *I.ExceptionType) string

Deprecated.

View Source
var GetPixelViewHeight func(pixelView *PixelView) uint32

Deprecated.

View Source
var GetPixelViewIterator func(source *PixelView, get GetPixelViewMethod, context *Void) bool

Deprecated.

View Source
var GetPixelViewPixels func(pixelView *PixelView) *PixelWand

Deprecated.

View Source
var GetPixelViewWand func(pixelView *PixelView) *MagickWand

Deprecated.

View Source
var GetPixelViewWidth func(pixelView *PixelView) uint32

Deprecated.

View Source
var GetPixelViewX func(pixelView *PixelView) int32

Deprecated.

View Source
var GetPixelViewY func(pixelView *PixelView) int32

Deprecated.

View Source
var GetPointsize func(m *MagickWand) float64
View Source
var GetQuantumDepth func(depth *uint32) string
View Source
var GetQuantumRange func(range_ *uint32) string
View Source
var GetReleaseDate func() string
View Source
var GetResolution func(m *MagickWand, x, y *float64) bool
View Source
var GetSamplingFactors func(m *MagickWand, numberFactors *uint32) []float64
View Source
var GetSize func(m *MagickWand, columns, rows *uint32) bool
View Source
var GetSizeOffset func(m *MagickWand, offset *int32) bool
View Source
var GetType func(m *MagickWand) I.ImageType
View Source
var GetVersion func(version *uint32) string
View Source
var GetWandViewException func(w *WandView, severity *I.ExceptionType) I.String
View Source
var GetWandViewExtent func(w *WandView) I.RectangleInfo
View Source
var GetWandViewIterator func(w *WandView, get GetWandViewMethod, context *Void) bool
View Source
var GetWandViewPixels func(w *WandView) *PixelWand
View Source
var GetWandViewWand func(w *WandView) *MagickWand
View Source
var HaldClutImage func(m *MagickWand, haldWand *MagickWand) bool
View Source
var HaldClutImageChannel func(m *MagickWand, channel I.ChannelType, haldWand *MagickWand) bool
View Source
var HasNextImage func(m *MagickWand) bool
View Source
var HasPreviousImage func(m *MagickWand) bool
View Source
var IdentifyImage func(m *MagickWand) string
View Source
var IdentifyImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var ImplodeImage func(m *MagickWand, radius float64) bool
View Source
var ImportImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var ImportImagePixels func(m *MagickWand, x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool
View Source
var InverseFourierTransformImage func(m *MagickWand, phaseWand *MagickWand, magnitude bool) bool
View Source
var IsDrawingWand func(d *DrawingWand) bool
View Source
var IsMagickWand func(m *MagickWand) bool
View Source
var IsPixelIterator func(p *PixelIterator) bool
View Source
var IsPixelView func(pixelView *PixelView) bool

Deprecated.

View Source
var IsPixelWand func(p *PixelWand) bool
View Source
var IsPixelWandSimilar func(p *PixelWand, q *PixelWand, fuzz float64) bool
View Source
var IsWandView func(w *WandView) bool
View Source
var LabelImage func(m *MagickWand, label string) bool
View Source
var LevelImage func(m *MagickWand, blackPoint, gamma, whitePoint float64) bool
View Source
var LevelImageChannel func(m *MagickWand, channel I.ChannelType, blackPoint, gamma, whitePoint float64) bool
View Source
var LinearStretchImage func(m *MagickWand, blackPoint, whitePoint float64) bool
View Source
var LiquidRescaleImage func(m *MagickWand, columns, rows uint32, deltaX, rigidity float64) bool
View Source
var MagnifyImage func(m *MagickWand) bool
View Source
var MapImage func(m *MagickWand, mapWand *MagickWand, dither bool) bool
View Source
var MatteFloodfillImage func(m *MagickWand, alpha, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

View Source
var MaximumImages func(m *MagickWand) *MagickWand

Deprecated.

View Source
var MedianFilterImage func(m *MagickWand, radius float64) bool

Deprecated.

View Source
var MergeImageLayers func(m *MagickWand, method I.ImageLayerMethod) *MagickWand
View Source
var MinifyImage func(m *MagickWand) bool
View Source
var MinimumImages func(m *MagickWand) *MagickWand

Deprecated.

View Source
var ModeImage func(m *MagickWand, radius float64) bool

Deprecated.

View Source
var ModulateImage func(m *MagickWand, brightness, saturation, hue float64) bool
View Source
var MogrifyImage func(i *ImageInfo, argc int, argv []string, images []*Image, e *ExceptionInfo) bool
View Source
var MogrifyImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var MogrifyImageInfo func(i *ImageInfo, argc int, argv []string, e *ExceptionInfo) bool
View Source
var MogrifyImageList func(i *ImageInfo, argc int, argv []string, images []*Image, e *ExceptionInfo) bool
View Source
var MogrifyImages func(i *ImageInfo, post bool, argc int, argv []string, images []*Image, e *ExceptionInfo) bool
View Source
var MontageImage func(m *MagickWand, drawingWand DrawingWand, tileGeometry, thumbnailGeometry string, mode MontageMode, frame string) *MagickWand
View Source
var MontageImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var MorphImages func(m *MagickWand, numberFrames uint32) *MagickWand
View Source
var MorphologyImage func(m *MagickWand, method I.MorphologyMethod, iterations int32, kernel *I.KernelInfo) bool
View Source
var MorphologyImageChannel func(m *MagickWand, channel I.ChannelType, method I.MorphologyMethod, iterations int32, kernel *I.KernelInfo) bool
View Source
var MosaicImages func(m *MagickWand) *MagickWand

Deprecated.

View Source
var MotionBlurImage func(m *MagickWand, radius, sigma, angle float64) bool
View Source
var MotionBlurImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma, angle float64) bool
View Source
var NegateImage func(m *MagickWand, gray bool) bool
View Source
var NegateImageChannel func(m *MagickWand, channel I.ChannelType, gray bool) bool
View Source
var NewDrawingWand func() *DrawingWand
View Source
var NewImage func(m *MagickWand, columns, rows uint32, background *PixelWand) bool
View Source
var NewMagickWand func() *MagickWand
View Source
var NewMagickWandFromImage func(i *Image) *MagickWand
View Source
var NewPixelIterator func(m *MagickWand) *PixelIterator
View Source
var NewPixelRegionIterator func(m *MagickWand, x, y int32, width, height uint32) *PixelIterator
View Source
var NewPixelView func(m *MagickWand) *PixelView

Deprecated.

View Source
var NewPixelViewRegion func(m *MagickWand, x, y int32, width, height uint32) *PixelView

Deprecated.

View Source
var NewPixelWand func() *PixelWand
View Source
var NewPixelWands func(numberWands uint32) []*PixelWand
View Source
var NewWandView func(m *MagickWand) *WandView
View Source
var NewWandViewExtent func(m *MagickWand, x, y int32, width, height uint32) *WandView
View Source
var NextImage func(m *MagickWand) bool
View Source
var NormalizeImage func(m *MagickWand) bool
View Source
var NormalizeImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var OilPaintImage func(m *MagickWand, radius float64) bool
View Source
var OpaqueImage func(m *MagickWand, target, fill *PixelWand, fuzz float64) bool

Deprecated.

View Source
var OpaquePaintImage func(m *MagickWand, target, fill *PixelWand, fuzz float64, invert bool) bool
View Source
var OpaquePaintImageChannel func(m *MagickWand, channel I.ChannelType, target, fill *PixelWand, fuzz float64, invert bool) bool
View Source
var OptimizeImageLayers func(m *MagickWand) *MagickWand
View Source
var OptimizeImageTransparency func(*MagickWand) bool
View Source
var OrderedPosterizeImage func(m *MagickWand, thresholdMap string) bool
View Source
var OrderedPosterizeImageChannel func(m *MagickWand, channel I.ChannelType, thresholdMap string) bool
View Source
var PaintFloodfillImage func(m *MagickWand, channel I.ChannelType, fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

View Source
var PaintOpaqueImage func(m *MagickWand, target, fill *PixelWand, fuzz float64) bool

Deprecated.

View Source
var PaintOpaqueImageChannel func(m *MagickWand, channel I.ChannelType, target, fill *PixelWand, fuzz float64) bool
View Source
var PaintTransparentImage func(m *MagickWand, target *PixelWand, alpha, fuzz float64) bool

Deprecated.

View Source
var PeekDrawingWand func(d *DrawingWand) *DrawInfo
View Source
var PingImage func(m *MagickWand, filename string) bool
View Source
var PingImageBlob func(m *MagickWand, blob *Void, length uint32) bool
View Source
var PingImageFile func(m *MagickWand, file *FILE) bool
View Source
var PixelClearException func(p *PixelWand) bool
View Source
var PixelClearIteratorException func(p *PixelIterator) bool
View Source
var PixelGetAlpha func(p *PixelWand) float64
View Source
var PixelGetAlphaQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetBlack func(p *PixelWand) float64
View Source
var PixelGetBlackQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetBlue func(p *PixelWand) float64
View Source
var PixelGetBlueQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetColorAsNormalizedString func(p *PixelWand) I.String
View Source
var PixelGetColorAsString func(p *PixelWand) I.String
View Source
var PixelGetColorCount func(p *PixelWand) uint32
View Source
var PixelGetCurrentIteratorRow func(p *PixelIterator, numberWands *uint32) []*PixelWand
View Source
var PixelGetCyan func(p *PixelWand) float64
View Source
var PixelGetCyanQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetException func(p *PixelWand, severity *I.ExceptionType) I.String
View Source
var PixelGetExceptionType func(p *PixelWand) I.ExceptionType
View Source
var PixelGetFuzz func(p *PixelWand) float64
View Source
var PixelGetGreen func(p *PixelWand) float64
View Source
var PixelGetGreenQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetHSL func(p *PixelWand, hue, saturation, lightness *float64)
View Source
var PixelGetIndex func(p *PixelWand) I.IndexPacket
View Source
var PixelGetIteratorException func(p *PixelIterator, severity *I.ExceptionType) I.String
View Source
var PixelGetIteratorExceptionType func(p *PixelIterator) I.ExceptionType
View Source
var PixelGetIteratorRow func(p *PixelIterator) bool
View Source
var PixelGetMagenta func(p *PixelWand) float64
View Source
var PixelGetMagentaQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetMagickColor func(p *PixelWand, color *MagickPixelPacket)
View Source
var PixelGetNextIteratorRow func(p *PixelIterator, numberWands *uint32) []*PixelWand
View Source
var PixelGetNextRow func(p *PixelIterator, numberWands *uint32) []*PixelWand

Deprecated.

View Source
var PixelGetOpacity func(p *PixelWand) float64
View Source
var PixelGetOpacityQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetPreviousIteratorRow func(p *PixelIterator, numberWands *uint32) []*PixelWand
View Source
var PixelGetQuantumColor func(p *PixelWand, color *I.PixelPacket)
View Source
var PixelGetRed func(p *PixelWand) float64
View Source
var PixelGetRedQuantum func(p *PixelWand) I.Quantum
View Source
var PixelGetYellow func(p *PixelWand) float64
View Source
var PixelGetYellowQuantum func(p *PixelWand) I.Quantum
View Source
var PixelIteratorGetException func(p *PixelIterator, severity *I.ExceptionType) string

Deprecated.

View Source
var PixelResetIterator func(p *PixelIterator)
View Source
var PixelSetAlpha func(p *PixelWand, alpha float64)
View Source
var PixelSetAlphaQuantum func(p *PixelWand, opacity I.Quantum)
View Source
var PixelSetBlack func(p *PixelWand, black float64)
View Source
var PixelSetBlackQuantum func(p *PixelWand, black I.Quantum)
View Source
var PixelSetBlue func(p *PixelWand, blue float64)
View Source
var PixelSetBlueQuantum func(p *PixelWand, blue I.Quantum)
View Source
var PixelSetColor func(p *PixelWand, color string) bool
View Source
var PixelSetColorCount func(p *PixelWand, count uint32)
View Source
var PixelSetColorFromWand func(p *PixelWand, color *PixelWand)
View Source
var PixelSetCyan func(p *PixelWand, cyan float64)
View Source
var PixelSetCyanQuantum func(p *PixelWand, cyan I.Quantum)
View Source
var PixelSetFirstIteratorRow func(p *PixelIterator)
View Source
var PixelSetFuzz func(p *PixelWand, fuzz float64)
View Source
var PixelSetGreen func(p *PixelWand, green float64)
View Source
var PixelSetGreenQuantum func(p *PixelWand, green I.Quantum)
View Source
var PixelSetHSL func(p *PixelWand, hue, saturation, lightness float64)
View Source
var PixelSetIndex func(p *PixelWand, index I.IndexPacket)
View Source
var PixelSetIteratorRow func(p *PixelIterator, row int32) bool
View Source
var PixelSetLastIteratorRow func(p *PixelIterator)
View Source
var PixelSetMagenta func(p *PixelWand, magenta float64)
View Source
var PixelSetMagentaQuantum func(p *PixelWand, magenta I.Quantum)
View Source
var PixelSetMagickColor func(p *PixelWand, color *MagickPixelPacket)
View Source
var PixelSetOpacity func(p *PixelWand, opacity float64)
View Source
var PixelSetOpacityQuantum func(p *PixelWand, opacity I.Quantum)
View Source
var PixelSetQuantumColor func(p *PixelWand, color *I.PixelPacket)
View Source
var PixelSetRed func(p *PixelWand, red float64)
View Source
var PixelSetRedQuantum func(p *PixelWand, red I.Quantum)
View Source
var PixelSetYellow func(p *PixelWand, yellow float64)
View Source
var PixelSetYellowQuantum func(p *PixelWand, yellow I.Quantum)
View Source
var PixelSyncIterator func(p *PixelIterator) bool
View Source
var PolaroidImage func(m *MagickWand, d *DrawingWand, angle float64) bool
View Source
var PopDrawingWand func(d *DrawingWand) bool
View Source
var PosterizeImage func(m *MagickWand, levels uint32, dither bool) bool
View Source
var PreviewImages func(m *MagickWand, preview I.PreviewType) *MagickWand
View Source
var PreviousImage func(m *MagickWand) bool
View Source
var ProfileImage func(m *MagickWand, name string, profile *Void, length uint32) bool
View Source
var PushDrawingWand func(d *DrawingWand) bool
View Source
var QuantizeImage func(m *MagickWand, numberColors uint32, colorspace I.ColorspaceType, treedepth uint32, dither, measureError bool) bool
View Source
var QuantizeImages func(m *MagickWand, numberColors uint32, colorspace I.ColorspaceType, treedepth uint32, dither, measureError bool) bool
View Source
var QueryConfigureOption func(option string) I.String
View Source
var QueryConfigureOptions func(pattern string, numberOptions *uint32) I.StrSlice2

NOTE(t): Will woek with []string return (is a nil terminated array)

View Source
var QueryFontMetrics func(m *MagickWand, drawingWand *DrawingWand, text string) []float64
View Source
var QueryFonts func(pattern string, numberFonts *uint32) I.StrSlice2

NOTE(t): Will woek with []string return (is a nil terminated array)

View Source
var QueryFormats func(pattern string, numberFormats *uint32) I.StrSlice2

NOTE(t): Will woek with []string return (is a nil terminated array)

View Source
var QueryMultilineFontMetrics func(m *MagickWand, drawingWand *DrawingWand, text string) []float64
View Source
var RadialBlurImage func(m *MagickWand, angle float64) bool
View Source
var RadialBlurImageChannel func(m *MagickWand, channel I.ChannelType, angle float64) bool
View Source
var RaiseImage func(m *MagickWand, width, height uint32, x, y int32, raise bool) bool
View Source
var RandomThresholdImage func(m *MagickWand, low, high float64) bool
View Source
var RandomThresholdImageChannel func(m *MagickWand, channel I.ChannelType, low, high float64) bool
View Source
var ReadImage func(m *MagickWand, filename string) bool
View Source
var ReadImageBlob func(m *MagickWand, blob *byte, length uint32) bool
View Source
var ReadImageFile func(m *MagickWand, file *FILE) bool
View Source
var RecolorImage func(m *MagickWand, order uint32, colorMatrix *float64) bool

Deprecated.

View Source
var ReduceNoiseImage func(m *MagickWand, radius float64) bool

Deprecated.

View Source
var RegionOfInterestImage func(m *MagickWand, width, height uint32, x, y int32) *MagickWand

Deprecated.

View Source
var RelinquishMemory func(resource *Void) *Void
View Source
var RelinquishWandId func(uint32)
View Source
var RemapImage func(m *MagickWand, remapWand *MagickWand, method I.DitherMethod) bool
View Source
var RemoveImage func(m *MagickWand) bool
View Source
var RemoveImageProfile func(m *MagickWand, name string, length *uint32) []byte
View Source
var ResampleImage func(m *MagickWand, xResolution, yResolution float64, filter I.FilterTypes, blur float64) bool
View Source
var ResetImagePage func(m *MagickWand, page string) bool
View Source
var ResetIterator func(m *MagickWand)
View Source
var ResizeImage func(m *MagickWand, columns, rows uint32, filter I.FilterTypes, blur float64) bool
View Source
var Resource func(r I.ResourceType) I.MagickSizeType
View Source
var ResourceLimit func(r I.ResourceType) I.MagickSizeType
View Source
var RollImage func(m *MagickWand, x int32, y uint32) bool
View Source
var RotateImage func(m *MagickWand, background *PixelWand, degrees float64) bool
View Source
var SampleImage func(m *MagickWand, columns, rows uint32) bool
View Source
var ScaleImage func(m *MagickWand, columns, rows uint32) bool
View Source
var SegmentImage func(m *MagickWand, colorspace I.ColorspaceType, verbose bool, clusterThreshold, smoothThreshold float64) bool
View Source
var SelectiveBlurImage func(m *MagickWand, radius, sigma, threshold float64) bool
View Source
var SelectiveBlurImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma, threshold float64) bool
View Source
var SeparateImageChannel func(m *MagickWand, channel I.ChannelType) bool
View Source
var SepiaToneImage func(m *MagickWand, threshold float64) bool
View Source
var SetAntialias func(m *MagickWand, antialias bool) bool
View Source
var SetBackgroundColor func(m *MagickWand, background *PixelWand) bool
View Source
var SetColorspace func(m *MagickWand, colorspace I.ColorspaceType) bool
View Source
var SetCompression func(m *MagickWand, compression I.CompressionType) bool
View Source
var SetCompressionQuality func(m *MagickWand, quality uint32) bool
View Source
var SetDepth func(m *MagickWand, depth uint32) bool
View Source
var SetExtract func(m *MagickWand, geometry string) bool
View Source
var SetFilename func(m *MagickWand, filename string) bool
View Source
var SetFirstIterator func(m *MagickWand)
View Source
var SetFont func(m *MagickWand, font string) bool
View Source
var SetFormat func(m *MagickWand, format string) bool
View Source
var SetGravity func(m *MagickWand, type_ I.GravityType) bool
View Source
var SetImage func(m *MagickWand, setWand *MagickWand) bool
View Source
var SetImageAlphaChannel func(m *MagickWand, alphaType I.AlphaChannelType) bool
View Source
var SetImageArtifact func(m *MagickWand, artifact, value string) bool
View Source
var SetImageAttribute func(m *MagickWand, property, value string) bool

Deprecated.

View Source
var SetImageBackgroundColor func(m *MagickWand, background *PixelWand) bool
View Source
var SetImageBias func(m *MagickWand, bias float64) bool
View Source
var SetImageBluePrimary func(m *MagickWand, x, y float64) bool
View Source
var SetImageBorderColor func(m *MagickWand, border *PixelWand) bool
View Source
var SetImageChannelDepth func(m *MagickWand, channel I.ChannelType, depth uint32) bool
View Source
var SetImageClipMask func(m *MagickWand, clipMask *MagickWand) bool
View Source
var SetImageColor func(m *MagickWand, color *PixelWand) bool
View Source
var SetImageColormapColor func(m *MagickWand, index uint32, color *PixelWand) bool
View Source
var SetImageColorspace func(m *MagickWand, colorspace I.ColorspaceType) bool
View Source
var SetImageCompose func(m *MagickWand, compose I.CompositeOperator) bool
View Source
var SetImageCompression func(m *MagickWand, compression I.CompressionType) bool
View Source
var SetImageCompressionQuality func(m *MagickWand, quality uint32) bool
View Source
var SetImageDelay func(m *MagickWand, delay uint32) bool
View Source
var SetImageDepth func(m *MagickWand, depth uint32) bool
View Source
var SetImageDispose func(m *MagickWand, dispose I.DisposeType) bool
View Source
var SetImageEndian func(m *MagickWand, endian I.EndianType) bool
View Source
var SetImageExtent func(m *MagickWand, columns uint32, rows uint) bool
View Source
var SetImageFilename func(m *MagickWand, filename string) bool
View Source
var SetImageFormat func(m *MagickWand, format string) bool
View Source
var SetImageFuzz func(m *MagickWand, fuzz float64) bool
View Source
var SetImageGamma func(m *MagickWand, gamma float64) bool
View Source
var SetImageGravity func(m *MagickWand, gravity I.GravityType) bool
View Source
var SetImageGreenPrimary func(m *MagickWand, x, y float64) bool
View Source
var SetImageIndex func(m *MagickWand, index int32) bool

Deprecated.

View Source
var SetImageInterlaceScheme func(m *MagickWand, interlace I.InterlaceType) bool
View Source
var SetImageInterpolateMethod func(m *MagickWand, method I.InterpolatePixelMethod) bool
View Source
var SetImageIterations func(m *MagickWand, iterations uint32) bool
View Source
var SetImageMatte func(m *MagickWand, matte *bool) bool
View Source
var SetImageMatteColor func(m *MagickWand, matte *PixelWand) bool
View Source
var SetImageOpacity func(m *MagickWand, alpha float64) bool
View Source
var SetImageOption func(m *MagickWand, format, key, value string) bool

Deprecated.

View Source
var SetImageOrientation func(m *MagickWand, orientation I.OrientationType) bool
View Source
var SetImagePage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var SetImagePixels func(m *MagickWand, x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

Deprecated.

View Source
var SetImageProfile func(m *MagickWand, name string, profile *Void, length uint32) bool
View Source
var SetImageProgressMonitor func(m *MagickWand, progressMonitor, clientData *Void) I.MagickProgressMonitor
View Source
var SetImageProperty func(m *MagickWand, property, value string) bool
View Source
var SetImageRedPrimary func(m *MagickWand, x, y float64) bool
View Source
var SetImageRenderingIntent func(m *MagickWand, renderingIntent I.RenderingIntent) bool
View Source
var SetImageResolution func(m *MagickWand, xResolution, yResolution float64) bool
View Source
var SetImageScene func(m *MagickWand, scene uint32) bool
View Source
var SetImageTicksPerSecond func(m *MagickWand, ticksPerSecond int32) bool
View Source
var SetImageType func(m *MagickWand, imageType I.ImageType) bool
View Source
var SetImageUnits func(m *MagickWand, units I.ResolutionType) bool
View Source
var SetImageVirtualPixelMethod func(m *MagickWand, method I.VirtualPixelMethod) I.VirtualPixelMethod
View Source
var SetImageWhitePoint func(m *MagickWand, x, y float64) bool
View Source
var SetInterlaceScheme func(m *MagickWand, interlaceScheme I.InterlaceType) bool
View Source
var SetInterpolateMethod func(m *MagickWand, method I.InterpolatePixelMethod) bool
View Source
var SetIteratorIndex func(m *MagickWand, index int32) bool
View Source
var SetLastIterator func(m *MagickWand)
View Source
var SetOption func(m *MagickWand, key, value string) bool
View Source
var SetOrientation func(m *MagickWand, orientation I.OrientationType) bool
View Source
var SetPage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var SetPassphrase func(m *MagickWand, passphrase string) bool
View Source
var SetPixelViewIterator func(destination *PixelView, set SetPixelViewMethod, context *Void) bool

Deprecated.

View Source
var SetPointsize func(m *MagickWand, pointsize float64) bool
View Source
var SetProgressMonitor func(m *MagickWand, progressMonitor, clientData *Void) I.MagickProgressMonitor
View Source
var SetResolution func(m *MagickWand, xResolution, yResolution float64) bool
View Source
var SetResourceLimit func(r I.ResourceType, limit I.MagickSizeType) bool
View Source
var SetSamplingFactors func(m *MagickWand, numberFactors uint32, samplingFactors *float64) bool
View Source
var SetSize func(m *MagickWand, columns, rows uint32) bool
View Source
var SetSizeOffset func(m *MagickWand, columns, rows uint32, offset int32) bool
View Source
var SetType func(m *MagickWand, imageType I.ImageType) bool
View Source
var SetWandViewDescription func(w *WandView, description string)
View Source
var SetWandViewIterator func(w *WandView, set SetWandViewMethod, context *Void) bool
View Source
var SetWandViewThreads func(w *WandView, numberThreads uint32)
View Source
var ShadeImage func(m *MagickWand, gray bool, azimuth, elevation float64) bool
View Source
var ShadowImage func(m *MagickWand, opacity, sigma float64, x, y int32) bool
View Source
var SharpenImage func(m *MagickWand, radius, sigma float64) bool
View Source
var SharpenImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma float64) bool
View Source
var ShaveImage func(m *MagickWand, columns, rows uint32) bool
View Source
var ShearImage func(m *MagickWand, background *PixelWand, xShear, yShear float64) bool
View Source
var SigmoidalContrastImage func(m *MagickWand, sharpen bool, alpha, beta float64) bool
View Source
var SigmoidalContrastImageChannel func(m *MagickWand, channel I.ChannelType, sharpen bool, alpha, beta float64) bool
View Source
var SimilarityImage func(m *MagickWand, reference *MagickWand, offset *I.RectangleInfo, similarity *float64) *MagickWand
View Source
var SketchImage func(m *MagickWand, radius, sigma, angle float64) bool
View Source
var SmushImages func(m *MagickWand, stack bool, offset int32) *MagickWand
View Source
var SolarizeImage func(m *MagickWand, threshold float64) bool
View Source
var SolarizeImageChannel func(*MagickWand, I.ChannelType, float64) bool
View Source
var SparseColorImage func(m *MagickWand, channel I.ChannelType, method I.SparseColorMethod, numberArguments uint32, arguments *float64) bool
View Source
var SpliceImage func(m *MagickWand, width, height uint32, x, y int32) bool
View Source
var SpreadImage func(m *MagickWand, radius float64) bool
View Source
var StatisticImage func(m *MagickWand, type_ I.StatisticType, width float64, height uint32) bool
View Source
var SteganoImage func(m *MagickWand, watermarkWand, offset int32) *MagickWand
View Source
var StereoImage func(m *MagickWand, offsetWand *MagickWand) *MagickWand
View Source
var StreamImageCommand func(i *ImageInfo, argc int, argv, metadata []string, e *ExceptionInfo) bool
View Source
var StripImage func(m *MagickWand) bool
View Source
var SwirlImage func(m *MagickWand, degrees float64) bool
View Source
var TextureImage func(m *MagickWand, textureWand *MagickWand) *MagickWand
View Source
var ThresholdImage func(m *MagickWand, threshold float64) bool
View Source
var ThresholdImageChannel func(m *MagickWand, channel I.ChannelType, threshold float64) bool
View Source
var ThumbnailImage func(m *MagickWand, columns, rows uint32) bool
View Source
var TintImage func(m *MagickWand, tint, opacity *PixelWand) bool
View Source
var TransferPixelViewIterator func(source, destination *PixelView, transfer TransferPixelViewMethod, context *Void) bool

Deprecated.

View Source
var TransferWandViewIterator func(w *WandView, destination *WandView, transfer TransferWandViewMethod, context *Void) bool
View Source
var TransformImage func(m *MagickWand, crop, geometry string) *MagickWand
View Source
var TransformImageColorspace func(m *MagickWand, colorspace I.ColorspaceType) bool
View Source
var TransparentImage func(m *MagickWand, target *PixelWand, alpha, fuzz float64) bool

Deprecated.

View Source
var TransparentPaintImage func(m *MagickWand, target *PixelWand, alpha, fuzz float64, invert bool) bool
View Source
var TransposeImage func(m *MagickWand) bool
View Source
var TransverseImage func(m *MagickWand) bool
View Source
var TrimImage func(m *MagickWand, fuzz float64) bool
View Source
var UniqueImageColors func(m *MagickWand) bool
View Source
var UnsharpMaskImage func(m *MagickWand, radius, sigma, amount, threshold float64) bool
View Source
var UnsharpMaskImageChannel func(m *MagickWand, channel I.ChannelType, radius, sigma, amount, threshold float64) bool
View Source
var UpdatePixelViewIterator func(source *PixelView, update UpdatePixelViewMethod, context *Void) bool

Deprecated.

View Source
var UpdateWandViewIterator func(w *WandView, update UpdateWandViewMethod, context *Void) bool
View Source
var VignetteImage func(m *MagickWand, blackPoint, whitePoint float64, x, y int32) bool
View Source
var WandGenesis func()
View Source
var WandTerminus func()
View Source
var WaveImage func(m *MagickWand, amplitude, waveLength float64) bool
View Source
var WhiteThresholdImage func(m *MagickWand, threshold *PixelWand) bool
View Source
var WriteImage func(m *MagickWand, filename string) bool
View Source
var WriteImageBlob func(m *MagickWand, length *uint32) *byte

Deprecated.

View Source
var WriteImageFile func(m *MagickWand, file *FILE) bool
View Source
var WriteImages func(m *MagickWand, filename string, adjoin bool) bool
View Source
var WriteImagesFile func(m *MagickWand, file *FILE) bool

Functions

This section is empty.

Types

type CacheView

type CacheView struct{}

Opaque

type DrawInfo

type DrawInfo I.DrawInfo

type DrawingWand

type DrawingWand struct{}

Opaque

func (*DrawingWand) Affine

func (d *DrawingWand) Affine(affine *I.AffineMatrix)

func (*DrawingWand) Annotation

func (d *DrawingWand) Annotation(x, y float64, text *uint8)

func (*DrawingWand) Arc

func (d *DrawingWand) Arc(sx, sy, ex, ey, sd, ed float64)

func (*DrawingWand) Bezier

func (d *DrawingWand) Bezier(numberCoordinates uint32, coordinates *I.PointInfo)

func (*DrawingWand) BorderColor

func (d *DrawingWand) BorderColor(borderColor *PixelWand)

func (*DrawingWand) Circle

func (d *DrawingWand) Circle(ox, oy, px, py float64)

func (*DrawingWand) Clear

func (d *DrawingWand) Clear()

func (*DrawingWand) ClearException

func (d *DrawingWand) ClearException() bool

func (*DrawingWand) ClipPath

func (d *DrawingWand) ClipPath() I.String

func (*DrawingWand) ClipRule

func (d *DrawingWand) ClipRule() I.FillRule

func (*DrawingWand) ClipUnits

func (d *DrawingWand) ClipUnits() I.ClipPathUnits

func (*DrawingWand) Clone

func (d *DrawingWand) Clone() *DrawingWand

func (*DrawingWand) Color

func (d *DrawingWand) Color(x, y float64, paintMethod I.PaintMethod)

func (*DrawingWand) Comment

func (d *DrawingWand) Comment(comment string)

func (*DrawingWand) Composite

func (d *DrawingWand) Composite(compose I.CompositeOperator, x, y, width, height float64, magickWand *MagickWand) bool

func (*DrawingWand) Destroy

func (d *DrawingWand) Destroy() *DrawingWand

func (*DrawingWand) Ellipse

func (d *DrawingWand) Ellipse(ox, oy, rx, ry, start, end float64)

func (*DrawingWand) Exception

func (d *DrawingWand) Exception(severity *I.ExceptionType) I.String

func (*DrawingWand) ExceptionType

func (d *DrawingWand) ExceptionType() I.ExceptionType

func (*DrawingWand) FillAlpha

func (d *DrawingWand) FillAlpha() float64

Deprecated.

func (*DrawingWand) FillColor

func (d *DrawingWand) FillColor(fillColor *PixelWand)

func (*DrawingWand) FillOpacity

func (d *DrawingWand) FillOpacity() float64

func (*DrawingWand) FillRule

func (d *DrawingWand) FillRule() I.FillRule

func (*DrawingWand) Font

func (d *DrawingWand) Font() I.String

func (*DrawingWand) FontFamily

func (d *DrawingWand) FontFamily() I.String

func (*DrawingWand) FontResolution

func (d *DrawingWand) FontResolution(x, y *float64) bool

func (*DrawingWand) FontSize

func (d *DrawingWand) FontSize() float64

func (*DrawingWand) FontStretch

func (d *DrawingWand) FontStretch() I.StretchType

func (*DrawingWand) FontStyle

func (d *DrawingWand) FontStyle() I.StyleType

func (*DrawingWand) FontWeight

func (d *DrawingWand) FontWeight() uint32

func (*DrawingWand) Gravity

func (d *DrawingWand) Gravity() I.GravityType

func (*DrawingWand) IsDrawingWand

func (d *DrawingWand) IsDrawingWand() bool

func (*DrawingWand) Line

func (d *DrawingWand) Line(sx, sy, ex, ey float64)

func (*DrawingWand) Matte

func (d *DrawingWand) Matte(x, y float64, paintMethod I.PaintMethod)

func (*DrawingWand) Opacity

func (d *DrawingWand) Opacity() float64

func (*DrawingWand) PathClose

func (d *DrawingWand) PathClose()

func (*DrawingWand) PathCurveToAbsolute

func (d *DrawingWand) PathCurveToAbsolute(x1, y1, x2, y2, x, y float64)

func (*DrawingWand) PathCurveToQuadraticBezierAbsolute

func (d *DrawingWand) PathCurveToQuadraticBezierAbsolute(x1, y1, x, y float64)

func (*DrawingWand) PathCurveToQuadraticBezierRelative

func (d *DrawingWand) PathCurveToQuadraticBezierRelative(x1, y1, x, y float64)

func (*DrawingWand) PathCurveToQuadraticBezierSmoothAbsolute

func (d *DrawingWand) PathCurveToQuadraticBezierSmoothAbsolute(x, y float64)

func (*DrawingWand) PathCurveToQuadraticBezierSmoothRelative

func (d *DrawingWand) PathCurveToQuadraticBezierSmoothRelative(x, y float64)

func (*DrawingWand) PathCurveToRelative

func (d *DrawingWand) PathCurveToRelative(x1, y1, x2, y2, x, y float64)

func (*DrawingWand) PathCurveToSmoothAbsolute

func (d *DrawingWand) PathCurveToSmoothAbsolute(x2, y2, x, y float64)

func (*DrawingWand) PathCurveToSmoothRelative

func (d *DrawingWand) PathCurveToSmoothRelative(x2, y2, x, y float64)

func (*DrawingWand) PathEllipticArcAbsolute

func (d *DrawingWand) PathEllipticArcAbsolute(rx, ry, xAxisRotation float64, largeArcFlag, sweepFlag bool, x, y float64)

func (*DrawingWand) PathEllipticArcRelative

func (d *DrawingWand) PathEllipticArcRelative(rx, ry, xAxisRotation float64, largeArcFlag, sweepFlag bool, x, y float64)

func (*DrawingWand) PathFinish

func (d *DrawingWand) PathFinish()

func (*DrawingWand) PathLineToAbsolute

func (d *DrawingWand) PathLineToAbsolute(x, y float64)

func (*DrawingWand) PathLineToHorizontalAbsolute

func (d *DrawingWand) PathLineToHorizontalAbsolute(x float64)

func (*DrawingWand) PathLineToHorizontalRelative

func (d *DrawingWand) PathLineToHorizontalRelative(x float64)

func (*DrawingWand) PathLineToRelative

func (d *DrawingWand) PathLineToRelative(x, y float64)

func (*DrawingWand) PathLineToVerticalAbsolute

func (d *DrawingWand) PathLineToVerticalAbsolute(y float64)

func (*DrawingWand) PathLineToVerticalRelative

func (d *DrawingWand) PathLineToVerticalRelative(y float64)

func (*DrawingWand) PathMoveToAbsolute

func (d *DrawingWand) PathMoveToAbsolute(x, y float64)

func (*DrawingWand) PathMoveToRelative

func (d *DrawingWand) PathMoveToRelative(x, y float64)

func (*DrawingWand) PathStart

func (d *DrawingWand) PathStart()

func (*DrawingWand) Peek

func (d *DrawingWand) Peek() *DrawInfo

func (*DrawingWand) PeekGraphicWand

func (d *DrawingWand) PeekGraphicWand() *DrawInfo

Deprecated.

func (*DrawingWand) Point

func (d *DrawingWand) Point(x, y float64)

func (*DrawingWand) Polygon

func (d *DrawingWand) Polygon(numberCoordinates uint32, coordinates *I.PointInfo)

func (*DrawingWand) Polyline

func (d *DrawingWand) Polyline(numberCoordinates uint32, coordinates *I.PointInfo)

func (*DrawingWand) Pop

func (d *DrawingWand) Pop() bool

func (*DrawingWand) PopClipPath

func (d *DrawingWand) PopClipPath()

func (*DrawingWand) PopDefs

func (d *DrawingWand) PopDefs()

func (*DrawingWand) PopGraphicContext

func (d *DrawingWand) PopGraphicContext() bool

Deprecated.

func (*DrawingWand) PopPattern

func (d *DrawingWand) PopPattern() bool

func (*DrawingWand) Push

func (d *DrawingWand) Push() bool

func (*DrawingWand) PushClipPath

func (d *DrawingWand) PushClipPath(clipMaskId string)

func (*DrawingWand) PushDefs

func (d *DrawingWand) PushDefs()

func (*DrawingWand) PushGraphicContext

func (d *DrawingWand) PushGraphicContext() bool

Deprecated.

func (*DrawingWand) PushPattern

func (d *DrawingWand) PushPattern(patternId string, x, y, width, height float64) bool

func (*DrawingWand) Rectangle

func (d *DrawingWand) Rectangle(x1, y1, x2, y2 float64)

func (*DrawingWand) Render

func (d *DrawingWand) Render() bool

func (*DrawingWand) ResetVectorGraphics

func (d *DrawingWand) ResetVectorGraphics()

func (*DrawingWand) Rotate

func (d *DrawingWand) Rotate(degrees float64)

func (*DrawingWand) RoundRectangle

func (d *DrawingWand) RoundRectangle(x1, y1, x2, y2, rx, ry float64)

func (*DrawingWand) Scale

func (d *DrawingWand) Scale(x, y float64)

func (*DrawingWand) SetBorderColor

func (d *DrawingWand) SetBorderColor(borderWand *PixelWand)

func (*DrawingWand) SetClipPath

func (d *DrawingWand) SetClipPath(clipMask string) bool

func (*DrawingWand) SetClipRule

func (d *DrawingWand) SetClipRule(fillRule I.FillRule)

func (*DrawingWand) SetClipUnits

func (d *DrawingWand) SetClipUnits(clipUnits I.ClipPathUnits)

func (*DrawingWand) SetFillAlpha

func (d *DrawingWand) SetFillAlpha(fillAlpha float64)

Deprecated.

func (*DrawingWand) SetFillColor

func (d *DrawingWand) SetFillColor(fillWand *PixelWand)

func (*DrawingWand) SetFillOpacity

func (d *DrawingWand) SetFillOpacity(fillOpacity float64)

func (*DrawingWand) SetFillPatternURL

func (d *DrawingWand) SetFillPatternURL(fillUrl string) bool

func (*DrawingWand) SetFillRule

func (d *DrawingWand) SetFillRule(fillRule I.FillRule)

func (*DrawingWand) SetFont

func (d *DrawingWand) SetFont(fontName string) bool

func (*DrawingWand) SetFontFamily

func (d *DrawingWand) SetFontFamily(fontFamily string) bool

func (*DrawingWand) SetFontResolution

func (d *DrawingWand) SetFontResolution(xResolution, yResolution float64) bool

func (*DrawingWand) SetFontSize

func (d *DrawingWand) SetFontSize(pointsize float64)

func (*DrawingWand) SetFontStretch

func (d *DrawingWand) SetFontStretch(fontStretch I.StretchType)

func (*DrawingWand) SetFontStyle

func (d *DrawingWand) SetFontStyle(style I.StyleType)

func (*DrawingWand) SetFontWeight

func (d *DrawingWand) SetFontWeight(fontWeight uint32)

func (*DrawingWand) SetGravity

func (d *DrawingWand) SetGravity(gravity I.GravityType)

func (*DrawingWand) SetOpacity

func (d *DrawingWand) SetOpacity(opacity float64)

func (*DrawingWand) SetStrokeAlpha

func (d *DrawingWand) SetStrokeAlpha(strokeAlpha float64)

Deprecated.

func (*DrawingWand) SetStrokeAntialias

func (d *DrawingWand) SetStrokeAntialias(strokeAntialias bool)

func (*DrawingWand) SetStrokeColor

func (d *DrawingWand) SetStrokeColor(strokeWand *PixelWand)

func (*DrawingWand) SetStrokeDashArray

func (d *DrawingWand) SetStrokeDashArray(numberElements uint32, dashArray *float64) bool

func (*DrawingWand) SetStrokeDashOffset

func (d *DrawingWand) SetStrokeDashOffset(dashOffset float64)

func (*DrawingWand) SetStrokeLineCap

func (d *DrawingWand) SetStrokeLineCap(linecap I.LineCap)

func (*DrawingWand) SetStrokeLineJoin

func (d *DrawingWand) SetStrokeLineJoin(linejoin I.LineJoin)

func (*DrawingWand) SetStrokeMiterLimit

func (d *DrawingWand) SetStrokeMiterLimit(miterlimit uint32)

func (*DrawingWand) SetStrokeOpacity

func (d *DrawingWand) SetStrokeOpacity(strokeOpacity float64)

func (*DrawingWand) SetStrokePatternURL

func (d *DrawingWand) SetStrokePatternURL(strokeUrl string) bool

func (*DrawingWand) SetStrokeWidth

func (d *DrawingWand) SetStrokeWidth(strokeWidth float64)

func (*DrawingWand) SetTextAlignment

func (d *DrawingWand) SetTextAlignment(alignment I.AlignType)

func (*DrawingWand) SetTextAntialias

func (d *DrawingWand) SetTextAntialias(textAntialias bool)

func (*DrawingWand) SetTextDecoration

func (d *DrawingWand) SetTextDecoration(decoration I.DecorationType)

func (*DrawingWand) SetTextEncoding

func (d *DrawingWand) SetTextEncoding(encoding string)

func (*DrawingWand) SetTextInterlineSpacing

func (d *DrawingWand) SetTextInterlineSpacing(interlineSpacing float64)

func (*DrawingWand) SetTextInterwordSpacing

func (d *DrawingWand) SetTextInterwordSpacing(interwordSpacing float64)

func (*DrawingWand) SetTextKerning

func (d *DrawingWand) SetTextKerning(kerning float64)

func (*DrawingWand) SetTextUnderColor

func (d *DrawingWand) SetTextUnderColor(underWand *PixelWand)

func (*DrawingWand) SetVectorGraphics

func (d *DrawingWand) SetVectorGraphics(xml string) bool

func (*DrawingWand) SetViewbox

func (d *DrawingWand) SetViewbox(x1, y1, x2, y2 int32)

func (*DrawingWand) SkewX

func (d *DrawingWand) SkewX(degrees float64)

func (*DrawingWand) SkewY

func (d *DrawingWand) SkewY(degrees float64)

func (*DrawingWand) StrokeAlpha

func (d *DrawingWand) StrokeAlpha() float64

Deprecated.

func (*DrawingWand) StrokeAntialias

func (d *DrawingWand) StrokeAntialias() bool

func (*DrawingWand) StrokeColor

func (d *DrawingWand) StrokeColor(strokeColor *PixelWand)

func (*DrawingWand) StrokeDashArray

func (d *DrawingWand) StrokeDashArray(numberElements *uint32) *float64

func (*DrawingWand) StrokeDashOffset

func (d *DrawingWand) StrokeDashOffset() float64

func (*DrawingWand) StrokeLineCap

func (d *DrawingWand) StrokeLineCap() I.LineCap

func (*DrawingWand) StrokeLineJoin

func (d *DrawingWand) StrokeLineJoin() I.LineJoin

func (*DrawingWand) StrokeMiterLimit

func (d *DrawingWand) StrokeMiterLimit() uint32

func (*DrawingWand) StrokeOpacity

func (d *DrawingWand) StrokeOpacity() float64

func (*DrawingWand) StrokeWidth

func (d *DrawingWand) StrokeWidth() float64

func (*DrawingWand) TextAlignment

func (d *DrawingWand) TextAlignment() I.AlignType

func (*DrawingWand) TextAntialias

func (d *DrawingWand) TextAntialias() bool

func (*DrawingWand) TextDecoration

func (d *DrawingWand) TextDecoration() I.DecorationType

func (*DrawingWand) TextEncoding

func (d *DrawingWand) TextEncoding() I.String

func (*DrawingWand) TextInterlineSpacing

func (d *DrawingWand) TextInterlineSpacing() float64

func (*DrawingWand) TextInterwordSpacing

func (d *DrawingWand) TextInterwordSpacing() float64

func (*DrawingWand) TextKerning

func (d *DrawingWand) TextKerning() float64

func (*DrawingWand) TextUnderColor

func (d *DrawingWand) TextUnderColor(underColor *PixelWand)

func (*DrawingWand) Translate

func (d *DrawingWand) Translate(x, y float64)

func (*DrawingWand) VectorGraphics

func (d *DrawingWand) VectorGraphics() I.String

type DuplexTransferPixelViewMethod

type DuplexTransferPixelViewMethod func(*PixelView, *PixelView, *PixelView, *Void) bool

type DuplexTransferWandViewMethod

type DuplexTransferWandViewMethod func(*WandView, *WandView, *WandView, I.SSize, int, *Void) bool

type Enum

type Enum int

type ExceptionInfo

type ExceptionInfo I.ExceptionInfo

type FILE

type FILE I.FILE

type GetPixelViewMethod

type GetPixelViewMethod func(*PixelView, *Void) bool

type GetWandViewMethod

type GetWandViewMethod func(*WandView, I.SSize, int, *Void) bool

type Image

type Image I.Image

func (*Image) Destroy

func (i *Image) Destroy() *Image

func (*Image) NewMagickWand

func (i *Image) NewMagickWand() *MagickWand

type ImageInfo

type ImageInfo I.ImageInfo

func (*ImageInfo) AnimateImageCommand

func (i *ImageInfo) AnimateImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) CommandGenesis

func (i *ImageInfo) CommandGenesis(command I.MagickCommand, argc int, argv, metadata []string, exception *ExceptionInfo) bool

func (*ImageInfo) CompareImageCommand

func (i *ImageInfo) CompareImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) CompositeImageCommand

func (i *ImageInfo) CompositeImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) ConjureImageCommand

func (i *ImageInfo) ConjureImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) ConvertImageCommand

func (i *ImageInfo) ConvertImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) DisplayImageCommand

func (i *ImageInfo) DisplayImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) IdentifyImageCommand

func (i *ImageInfo) IdentifyImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) ImportImageCommand

func (i *ImageInfo) ImportImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) MogrifyImage

func (i *ImageInfo) MogrifyImage(argc int, argv []string, images []*Image, e *ExceptionInfo) bool

func (*ImageInfo) MogrifyImageCommand

func (i *ImageInfo) MogrifyImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) MogrifyImageInfo

func (i *ImageInfo) MogrifyImageInfo(argc int, argv []string, e *ExceptionInfo) bool

func (*ImageInfo) MogrifyImageList

func (i *ImageInfo) MogrifyImageList(argc int, argv []string, images []*Image, e *ExceptionInfo) bool

func (*ImageInfo) MogrifyImages

func (i *ImageInfo) MogrifyImages(post bool, argc int, argv []string, images []*Image, e *ExceptionInfo) bool

func (*ImageInfo) MontageImageCommand

func (i *ImageInfo) MontageImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

func (*ImageInfo) StreamImageCommand

func (i *ImageInfo) StreamImageCommand(argc int, argv, metadata []string, e *ExceptionInfo) bool

type MagickPixelPacket

type MagickPixelPacket I.MagickPixelPacket

type MagickWand

type MagickWand struct{}

Opaque

func (*MagickWand) AdaptiveBlur

func (m *MagickWand) AdaptiveBlur(radius, sigma float64) bool

func (*MagickWand) AdaptiveBlurChannel

func (m *MagickWand) AdaptiveBlurChannel(channel I.ChannelType, radius, sigma float64) bool

func (*MagickWand) AdaptiveResize

func (m *MagickWand) AdaptiveResize(columns, rows uint32) bool

func (*MagickWand) AdaptiveSharpen

func (m *MagickWand) AdaptiveSharpen(radius, sigma float64) bool

func (*MagickWand) AdaptiveSharpenChannel

func (m *MagickWand) AdaptiveSharpenChannel(channel I.ChannelType, radius, sigma float64) bool

func (*MagickWand) AdaptiveThreshold

func (m *MagickWand) AdaptiveThreshold(width, height uint32, offset int32) bool

func (*MagickWand) Add

func (m *MagickWand) Add(addWand *MagickWand) bool

func (*MagickWand) AddNoise

func (m *MagickWand) AddNoise(noiseType I.NoiseType) bool

func (*MagickWand) AddNoiseChannel

func (m *MagickWand) AddNoiseChannel(channel I.ChannelType, noiseType I.NoiseType) bool

func (*MagickWand) AffineTransform

func (m *MagickWand) AffineTransform(d *DrawingWand) bool

func (*MagickWand) AlphaChannel

func (m *MagickWand) AlphaChannel() uint32

func (*MagickWand) Animate

func (m *MagickWand) Animate(xServerName string) bool

func (*MagickWand) Annotate

func (m *MagickWand) Annotate(d *DrawingWand, x, y, angle float64, text string) bool

func (*MagickWand) Antialias

func (m *MagickWand) Antialias() bool

func (*MagickWand) Append

func (m *MagickWand) Append(stack bool) *MagickWand

func (*MagickWand) Artifact

func (m *MagickWand) Artifact(artifact string) string

func (*MagickWand) Artifacts

func (m *MagickWand) Artifacts(pattern string, numberArtifacts *uint32) I.StrSlice3

func (*MagickWand) Attribute

func (m *MagickWand) Attribute(property string) string

Deprecated.

func (*MagickWand) AutoGamma

func (m *MagickWand) AutoGamma() bool

func (*MagickWand) AutoGammaChannel

func (m *MagickWand) AutoGammaChannel(channel I.ChannelType) bool

func (*MagickWand) AutoLevel

func (m *MagickWand) AutoLevel() bool

func (*MagickWand) AutoLevelChannel

func (m *MagickWand) AutoLevelChannel(channel I.ChannelType) bool

func (*MagickWand) Average

func (m *MagickWand) Average() *MagickWand

Deprecated.

func (*MagickWand) BackgroundColor

func (m *MagickWand) BackgroundColor() *PixelWand

func (*MagickWand) BlackThreshold

func (m *MagickWand) BlackThreshold(threshold *PixelWand) bool

func (*MagickWand) Blob

func (m *MagickWand) Blob(length *uint32) *byte

func (*MagickWand) BluePrimary

func (m *MagickWand) BluePrimary(x, y *float64) bool

func (*MagickWand) BlueShift

func (m *MagickWand) BlueShift(factor float64) bool

func (*MagickWand) Blur

func (m *MagickWand) Blur(radius, sigma float64) bool

func (*MagickWand) BlurChannel

func (m *MagickWand) BlurChannel(channel I.ChannelType, radius, sigma float64) bool

func (*MagickWand) Border

func (m *MagickWand) Border(bordercolor *PixelWand, width, height uint32) bool

func (*MagickWand) BorderColor

func (m *MagickWand) BorderColor(borderColor *PixelWand) bool

func (*MagickWand) BrightnessContrast

func (m *MagickWand) BrightnessContrast(brightness, contrast float64) bool

func (*MagickWand) BrightnessContrastChannel

func (m *MagickWand) BrightnessContrastChannel(channel I.ChannelType, brightness, contrast float64) bool

func (*MagickWand) ChannelDepth

func (m *MagickWand) ChannelDepth(channel I.ChannelType) uint32

func (*MagickWand) ChannelDistortion

func (m *MagickWand) ChannelDistortion(reference *MagickWand, channel I.ChannelType, metric I.MetricType, distortion *float64) bool

func (*MagickWand) ChannelDistortions

func (m *MagickWand) ChannelDistortions(reference *MagickWand, metric I.MetricType) []float64

func (*MagickWand) ChannelFeatures

func (m *MagickWand) ChannelFeatures(distance uint32) []I.ChannelFeatures

func (*MagickWand) ChannelKurtosis

func (m *MagickWand) ChannelKurtosis(channel I.ChannelType, kurtosis, skewness *float64) bool

func (*MagickWand) ChannelMean

func (m *MagickWand) ChannelMean(channel I.ChannelType, mean, standardDeviation *float64) bool

func (*MagickWand) ChannelRange

func (m *MagickWand) ChannelRange(channel I.ChannelType, minima, maxima *float64) bool

func (*MagickWand) ChannelStatistics

func (m *MagickWand) ChannelStatistics() []I.ChannelStatistics

func (*MagickWand) Charcoal

func (m *MagickWand) Charcoal(radius, sigma float64) bool

func (*MagickWand) Chop

func (m *MagickWand) Chop(width, height uint32, x, y int32) bool

func (*MagickWand) Clamp

func (m *MagickWand) Clamp() bool

func (*MagickWand) ClampChannel

func (m *MagickWand) ClampChannel(channel I.ChannelType) bool

func (*MagickWand) Clear

func (m *MagickWand) Clear()

func (*MagickWand) ClearException

func (m *MagickWand) ClearException() bool

func (*MagickWand) Clip

func (m *MagickWand) Clip() bool

func (*MagickWand) ClipMask

func (m *MagickWand) ClipMask() *MagickWand

func (*MagickWand) ClipPath

func (m *MagickWand) ClipPath(pathname string, inside bool) bool

func (*MagickWand) Clone

func (m *MagickWand) Clone() *MagickWand

func (*MagickWand) Clut

func (m *MagickWand) Clut(clutWand *MagickWand) bool

func (*MagickWand) ClutChannel

func (m *MagickWand) ClutChannel(channel I.ChannelType, clutWand *MagickWand) bool

func (*MagickWand) Coalesce

func (m *MagickWand) Coalesce() *MagickWand

func (*MagickWand) ColorDecisionList

func (m *MagickWand) ColorDecisionList(colorCorrectionCollection string) bool

func (*MagickWand) ColorFloodfill

func (m *MagickWand) ColorFloodfill(fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

func (*MagickWand) ColorMatrix

func (m *MagickWand) ColorMatrix(colorMatrix *I.KernelInfo) bool

func (*MagickWand) Colorize

func (m *MagickWand) Colorize(colorize, opacity *PixelWand) bool

func (*MagickWand) ColormapColor

func (m *MagickWand) ColormapColor(index uint32, color *PixelWand) bool

func (*MagickWand) Colors

func (m *MagickWand) Colors() uint32

func (*MagickWand) Colorspace

func (m *MagickWand) Colorspace() I.ColorspaceType

func (*MagickWand) Combine

func (m *MagickWand) Combine(channel I.ChannelType) *MagickWand

func (*MagickWand) Comment

func (m *MagickWand) Comment(comment string) bool

func (*MagickWand) Compare

func (m *MagickWand) Compare(reference *MagickWand, metric I.MetricType, distortion *float64) *MagickWand

func (*MagickWand) CompareChannels

func (m *MagickWand) CompareChannels(reference *MagickWand, channel I.ChannelType, metric I.MetricType, distortion *float64) *MagickWand

func (*MagickWand) CompareLayers

func (m *MagickWand) CompareLayers(method I.ImageLayerMethod) *MagickWand

func (*MagickWand) Compose

func (m *MagickWand) Compose() I.CompositeOperator

func (*MagickWand) Composite

func (m *MagickWand) Composite(sourceWand *MagickWand, compose I.CompositeOperator, x, y int32) bool

func (*MagickWand) CompositeChannel

func (m *MagickWand) CompositeChannel(channel I.ChannelType, compositeWand *MagickWand, compose I.CompositeOperator, x, y int32) bool

func (*MagickWand) CompositeLayers

func (m *MagickWand) CompositeLayers(sourceWand *MagickWand, compose I.CompositeOperator, x, y int32) bool

func (*MagickWand) Compression

func (m *MagickWand) Compression() I.CompressionType

func (*MagickWand) CompressionQuality

func (m *MagickWand) CompressionQuality() uint32

func (*MagickWand) Constitute

func (m *MagickWand) Constitute(columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

func (*MagickWand) Contrast

func (m *MagickWand) Contrast(sharpen bool) bool

func (*MagickWand) ContrastStretch

func (m *MagickWand) ContrastStretch(blackPoint, whitePoint float64) bool

func (*MagickWand) ContrastStretchChannel

func (m *MagickWand) ContrastStretchChannel(channel I.ChannelType, blackPoint, whitePoint float64) bool

func (*MagickWand) Convolve

func (m *MagickWand) Convolve(order uint32, kernel []float64) bool

func (*MagickWand) ConvolveChannel

func (m *MagickWand) ConvolveChannel(channel I.ChannelType, order uint32, kernel *float64) bool

func (*MagickWand) Crop

func (m *MagickWand) Crop(width, height uint32, x, y int32) bool

func (*MagickWand) CycleColormap

func (m *MagickWand) CycleColormap(displace int32) bool

func (*MagickWand) Decipher

func (m *MagickWand) Decipher(passphrase string) bool

func (*MagickWand) Deconstruct

func (m *MagickWand) Deconstruct() *MagickWand

func (*MagickWand) Delay

func (m *MagickWand) Delay() uint32

func (*MagickWand) DeleteArtifact

func (m *MagickWand) DeleteArtifact(artifact string) bool

func (*MagickWand) DeleteOption

func (m *MagickWand) DeleteOption(option string) bool

func (*MagickWand) DeleteProperty

func (m *MagickWand) DeleteProperty(property string) bool

func (*MagickWand) Depth

func (m *MagickWand) Depth() uint32

func (*MagickWand) Describe

func (m *MagickWand) Describe() string

Deprecated.

func (*MagickWand) Deskew

func (m *MagickWand) Deskew(threshold float64) bool

func (*MagickWand) Despeckle

func (m *MagickWand) Despeckle() bool

func (*MagickWand) Destroy

func (m *MagickWand) Destroy() (_ *MagickWand)

func (*MagickWand) Display

func (m *MagickWand) Display(xServerName string) bool

func (*MagickWand) DisplayImages

func (m *MagickWand) DisplayImages(xServerName string) bool

func (*MagickWand) Dispose

func (m *MagickWand) Dispose() I.DisposeType

func (*MagickWand) Distort

func (m *MagickWand) Distort(method I.DistortImageMethod, numberArguments uint32, arguments *float64, bestfit bool) bool

func (*MagickWand) Distortion

func (m *MagickWand) Distortion(reference *MagickWand, metric I.MetricType, distortion *float64) bool

func (*MagickWand) Draw

func (m *MagickWand) Draw(d *DrawingWand) bool

func (*MagickWand) Edge

func (m *MagickWand) Edge(radius float64) bool

func (*MagickWand) Emboss

func (m *MagickWand) Emboss(radius, sigma float64) bool

func (*MagickWand) Encipher

func (m *MagickWand) Encipher(passphrase string) bool

func (*MagickWand) Enhance

func (m *MagickWand) Enhance() bool

func (*MagickWand) Equalize

func (m *MagickWand) Equalize() bool

func (*MagickWand) EqualizeChannel

func (m *MagickWand) EqualizeChannel(channel I.ChannelType) bool

func (*MagickWand) Evaluate

func (m *MagickWand) Evaluate(operator I.MagickEvaluateOperator, value float64) bool

func (*MagickWand) EvaluateChannel

func (m *MagickWand) EvaluateChannel(channel I.ChannelType, op I.MagickEvaluateOperator, value float64) bool

func (*MagickWand) EvaluateImages

func (m *MagickWand) EvaluateImages(operator I.MagickEvaluateOperator) bool

func (*MagickWand) Exception

func (m *MagickWand) Exception(severity *I.ExceptionType) I.String

func (*MagickWand) ExceptionType

func (m *MagickWand) ExceptionType() I.ExceptionType

func (*MagickWand) ExportPixels

func (m *MagickWand) ExportPixels(x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

func (*MagickWand) Extent

func (m *MagickWand) Extent(width, height uint32, x, y int32) bool

func (*MagickWand) Extrema

func (m *MagickWand) Extrema(min, max *uint32) bool

func (*MagickWand) Filename

func (m *MagickWand) Filename() I.String

func (*MagickWand) Filter

func (m *MagickWand) Filter(kernel *I.KernelInfo) bool

func (*MagickWand) FilterChannel

func (m *MagickWand) FilterChannel(channel I.ChannelType, kernel *I.KernelInfo) bool

func (*MagickWand) Flatten

func (m *MagickWand) Flatten() *MagickWand

Deprecated.

func (*MagickWand) Flip

func (m *MagickWand) Flip() bool

func (*MagickWand) FloodfillPaint

func (m *MagickWand) FloodfillPaint(channel I.ChannelType, fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32, invert bool) bool

func (*MagickWand) Flop

func (m *MagickWand) Flop() bool

func (*MagickWand) Font

func (m *MagickWand) Font() I.String

func (*MagickWand) Format

func (m *MagickWand) Format() I.String

func (*MagickWand) ForwardFourierTransform

func (m *MagickWand) ForwardFourierTransform(magnitude bool) bool

func (*MagickWand) Frame

func (m *MagickWand) Frame(matteColor *PixelWand, width, height uint32, innerBevel, outerBevel int32) bool

func (*MagickWand) Function

func (m *MagickWand) Function(function I.MagickFunction, numberArguments uint32, arguments *float64) bool

func (*MagickWand) FunctionChannel

func (m *MagickWand) FunctionChannel(channel I.ChannelType, function I.MagickFunction, numberArguments uint32, arguments *float64) bool

func (*MagickWand) Fuzz

func (m *MagickWand) Fuzz() float64

func (*MagickWand) Fx

func (m *MagickWand) Fx(expression string) *MagickWand

func (*MagickWand) FxChannel

func (m *MagickWand) FxChannel(channel I.ChannelType, expression string) *MagickWand

func (*MagickWand) Gamma

func (m *MagickWand) Gamma(gamma float64) bool

func (*MagickWand) GammaChannel

func (m *MagickWand) GammaChannel(channel I.ChannelType, gamma float64) bool

func (*MagickWand) GaussianBlur

func (m *MagickWand) GaussianBlur(radius, sigma float64) bool

func (*MagickWand) GaussianBlurChannel

func (m *MagickWand) GaussianBlurChannel(channel I.ChannelType, radius, sigma float64) bool

func (*MagickWand) GetImageChannelExtrema

func (m *MagickWand) GetImageChannelExtrema(c I.ChannelType, minima, maxima *uint32) bool

func (*MagickWand) GetImageIndex

func (m *MagickWand) GetImageIndex() int32

func (*MagickWand) Gravity

func (m *MagickWand) Gravity() I.GravityType

func (*MagickWand) GreenPrimary

func (m *MagickWand) GreenPrimary(x, y *float64) bool

func (*MagickWand) HaldClut

func (m *MagickWand) HaldClut(haldWand *MagickWand) bool

func (*MagickWand) HaldClutChannel

func (m *MagickWand) HaldClutChannel(channel I.ChannelType, haldWand *MagickWand) bool

func (*MagickWand) HasNext

func (m *MagickWand) HasNext() bool

func (*MagickWand) HasPrevious

func (m *MagickWand) HasPrevious() bool

func (*MagickWand) Height

func (m *MagickWand) Height() uint32

func (*MagickWand) Histogram

func (m *MagickWand) Histogram(numberColors *uint32) []*PixelWand

func (*MagickWand) Identify

func (m *MagickWand) Identify() string

func (*MagickWand) Image

func (m *MagickWand) Image() *MagickWand

func (*MagickWand) ImageBackgroundColor

func (m *MagickWand) ImageBackgroundColor(backgroundColor *PixelWand) bool

func (*MagickWand) ImageColorspace

func (m *MagickWand) ImageColorspace() I.ColorspaceType

func (*MagickWand) ImageCompression

func (m *MagickWand) ImageCompression() I.CompressionType

func (*MagickWand) ImageCompressionQuality

func (m *MagickWand) ImageCompressionQuality() uint32

func (*MagickWand) ImageFilename

func (m *MagickWand) ImageFilename() I.String

func (*MagickWand) ImageFormat

func (m *MagickWand) ImageFormat() I.String

func (*MagickWand) ImageFrom

func (m *MagickWand) ImageFrom() *Image

func (*MagickWand) ImageGamma

func (m *MagickWand) ImageGamma() float64

func (*MagickWand) ImageGravity

func (m *MagickWand) ImageGravity() I.GravityType

func (*MagickWand) ImageInterlaceScheme

func (m *MagickWand) ImageInterlaceScheme() I.InterlaceType

func (*MagickWand) ImageInterpolateMethod

func (m *MagickWand) ImageInterpolateMethod() I.InterpolatePixelMethod

func (*MagickWand) ImageOrientation

func (m *MagickWand) ImageOrientation() I.OrientationType

func (*MagickWand) ImagePage

func (m *MagickWand) ImagePage(width, height *uint32, x, y *int32) bool

func (*MagickWand) ImageResolution

func (m *MagickWand) ImageResolution(x, y *float64) bool

func (*MagickWand) ImageScene

func (m *MagickWand) ImageScene() uint32

func (*MagickWand) ImageSignature

func (m *MagickWand) ImageSignature() I.String

func (*MagickWand) ImageSize

func (m *MagickWand) ImageSize(length *I.MagickSizeType) bool

Deprecated.

func (*MagickWand) ImageType

func (m *MagickWand) ImageType() I.ImageType

func (*MagickWand) ImageUnits

func (m *MagickWand) ImageUnits() I.ResolutionType

func (*MagickWand) ImageVirtualPixelMethod

func (m *MagickWand) ImageVirtualPixelMethod() I.VirtualPixelMethod

func (*MagickWand) ImageWhitePoint

func (m *MagickWand) ImageWhitePoint(x, y *float64) bool

func (*MagickWand) ImageWidth

func (m *MagickWand) ImageWidth() uint32

func (*MagickWand) ImagesBlob

func (m *MagickWand) ImagesBlob(length *uint32) *byte

func (*MagickWand) Implode

func (m *MagickWand) Implode(radius float64) bool

func (*MagickWand) ImportPixels

func (m *MagickWand) ImportPixels(x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

func (*MagickWand) InterlaceScheme

func (m *MagickWand) InterlaceScheme() I.InterlaceType

func (*MagickWand) InterpolateMethod

func (m *MagickWand) InterpolateMethod() I.InterpolatePixelMethod

func (*MagickWand) InverseFourierTransform

func (m *MagickWand) InverseFourierTransform(phaseWand *MagickWand, magnitude bool) bool

func (*MagickWand) IsMagickWand

func (m *MagickWand) IsMagickWand() bool

func (*MagickWand) Iterations

func (m *MagickWand) Iterations() uint32

func (*MagickWand) IteratorIndex

func (m *MagickWand) IteratorIndex() int32

func (*MagickWand) Label

func (m *MagickWand) Label(label string) bool

func (*MagickWand) Length

func (m *MagickWand) Length(length *I.MagickSizeType) bool

func (*MagickWand) Level

func (m *MagickWand) Level(blackPoint, gamma, whitePoint float64) bool

func (*MagickWand) LevelChannel

func (m *MagickWand) LevelChannel(channel I.ChannelType, blackPoint, gamma, whitePoint float64) bool

func (*MagickWand) LinearStretch

func (m *MagickWand) LinearStretch(blackPoint, whitePoint float64) bool

func (*MagickWand) LiquidRescaleImage

func (m *MagickWand) LiquidRescaleImage(columns, rows uint32, deltaX, rigidity float64) bool

func (*MagickWand) Magnify

func (m *MagickWand) Magnify() bool

func (*MagickWand) Map

func (m *MagickWand) Map(mapWand *MagickWand, dither bool) bool

func (*MagickWand) Matte

func (m *MagickWand) Matte() uint32

Deprecated.

func (*MagickWand) MatteColor

func (m *MagickWand) MatteColor(matteColor *PixelWand) bool

func (*MagickWand) MatteFloodfill

func (m *MagickWand) MatteFloodfill(alpha, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

func (*MagickWand) MaximumImages

func (m *MagickWand) MaximumImages() *MagickWand

Deprecated.

func (*MagickWand) MedianFilter

func (m *MagickWand) MedianFilter(radius float64) bool

Deprecated.

func (*MagickWand) MergeLayers

func (m *MagickWand) MergeLayers(method I.ImageLayerMethod) *MagickWand

func (*MagickWand) Minify

func (m *MagickWand) Minify() bool

func (*MagickWand) MinimumImages

func (m *MagickWand) MinimumImages() *MagickWand

Deprecated.

func (*MagickWand) Mode

func (m *MagickWand) Mode(radius float64) bool

Deprecated.

func (*MagickWand) Modulate

func (m *MagickWand) Modulate(brightness, saturation, hue float64) bool

func (*MagickWand) Montage

func (m *MagickWand) Montage(drawingWand DrawingWand, tileGeometry, thumbnailGeometry string, mode MontageMode, frame string) *MagickWand

func (*MagickWand) Morph

func (m *MagickWand) Morph(numberFrames uint32) *MagickWand

func (*MagickWand) Morphology

func (m *MagickWand) Morphology(method I.MorphologyMethod, iterations int32, kernel *I.KernelInfo) bool

func (*MagickWand) MorphologyChannel

func (m *MagickWand) MorphologyChannel(channel I.ChannelType, method I.MorphologyMethod, iterations int32, kernel *I.KernelInfo) bool

func (*MagickWand) Mosaic

func (m *MagickWand) Mosaic() *MagickWand

Deprecated.

func (*MagickWand) MotionBlur

func (m *MagickWand) MotionBlur(radius, sigma, angle float64) bool

func (*MagickWand) MotionBlurChannel

func (m *MagickWand) MotionBlurChannel(channel I.ChannelType, radius, sigma, angle float64) bool

func (*MagickWand) Negate

func (m *MagickWand) Negate(gray bool) bool

func (*MagickWand) NegateChannel

func (m *MagickWand) NegateChannel(channel I.ChannelType, gray bool) bool

func (*MagickWand) New

func (m *MagickWand) New(columns, rows uint32, background *PixelWand) bool

func (*MagickWand) Next

func (m *MagickWand) Next() bool

func (*MagickWand) Normalize

func (m *MagickWand) Normalize() bool

func (*MagickWand) NormalizeChannel

func (m *MagickWand) NormalizeChannel(channel I.ChannelType) bool

func (*MagickWand) NumberImages

func (m *MagickWand) NumberImages() uint32

func (*MagickWand) OilPaint

func (m *MagickWand) OilPaint(radius float64) bool

func (*MagickWand) Opaque

func (m *MagickWand) Opaque(target, fill *PixelWand, fuzz float64) bool

Deprecated.

func (*MagickWand) OpaquePaint

func (m *MagickWand) OpaquePaint(target, fill *PixelWand, fuzz float64, invert bool) bool

func (*MagickWand) OpaquePaintChannel

func (m *MagickWand) OpaquePaintChannel(channel I.ChannelType, target, fill *PixelWand, fuzz float64, invert bool) bool

func (*MagickWand) OptimizeLayers

func (m *MagickWand) OptimizeLayers() *MagickWand

func (*MagickWand) Option

func (m *MagickWand) Option(key string) I.String

func (*MagickWand) Options

func (m *MagickWand) Options(pattern string, numberOptions *uint32) I.StrSlice3

func (*MagickWand) OrderedPosterize

func (m *MagickWand) OrderedPosterize(thresholdMap string) bool

func (*MagickWand) OrderedPosterizeChannel

func (m *MagickWand) OrderedPosterizeChannel(channel I.ChannelType, thresholdMap string) bool

func (*MagickWand) Orientation

func (m *MagickWand) Orientation() I.OrientationType

func (*MagickWand) Page

func (m *MagickWand) Page(width, height *uint32, x, y *int32) bool

func (*MagickWand) PaintFloodfill

func (m *MagickWand) PaintFloodfill(channel I.ChannelType, fill *PixelWand, fuzz float64, bordercolor *PixelWand, x, y int32) bool

Deprecated.

func (*MagickWand) PaintOpaque

func (m *MagickWand) PaintOpaque(target, fill *PixelWand, fuzz float64) bool

Deprecated.

func (*MagickWand) PaintOpaqueChannel

func (m *MagickWand) PaintOpaqueChannel(channel I.ChannelType, target, fill *PixelWand, fuzz float64) bool

func (*MagickWand) PaintTransparent

func (m *MagickWand) PaintTransparent(target *PixelWand, alpha, fuzz float64) bool

Deprecated.

func (*MagickWand) Ping

func (m *MagickWand) Ping(filename string) bool

func (*MagickWand) PingBlob

func (m *MagickWand) PingBlob(blob *Void, length uint32) bool

func (*MagickWand) PingFile

func (m *MagickWand) PingFile(file *FILE) bool

func (*MagickWand) PixelColor

func (m *MagickWand) PixelColor(x, y int32, color *PixelWand) bool

func (*MagickWand) Pixels

func (m *MagickWand) Pixels(x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

Deprecated.

func (*MagickWand) Pointsize

func (m *MagickWand) Pointsize() float64

func (*MagickWand) Polaroid

func (m *MagickWand) Polaroid(d *DrawingWand, angle float64) bool

func (*MagickWand) Posterize

func (m *MagickWand) Posterize(levels uint32, dither bool) bool

func (*MagickWand) PreviewImages

func (m *MagickWand) PreviewImages(preview I.PreviewType) *MagickWand

func (*MagickWand) Previous

func (m *MagickWand) Previous() bool

func (*MagickWand) Profile

func (m *MagickWand) Profile(name string, length *uint32) *byte

func (*MagickWand) ProfileImage

func (m *MagickWand) ProfileImage(name string, profile *Void, length uint32) bool

func (*MagickWand) Profiles

func (m *MagickWand) Profiles(pattern string, numberProfiles *uint32) I.StrSlice3

func (*MagickWand) Properties

func (m *MagickWand) Properties(pattern string, numberProperties *uint32) I.StrSlice3

func (*MagickWand) Property

func (m *MagickWand) Property(property string) string

func (*MagickWand) Quantize

func (m *MagickWand) Quantize(numberColors uint32, colorspace I.ColorspaceType, treedepth uint32, dither, measureError bool) bool

func (*MagickWand) QuantizeImages

func (m *MagickWand) QuantizeImages(numberColors uint32, colorspace I.ColorspaceType, treedepth uint32, dither, measureError bool) bool

func (*MagickWand) QueryFontMetrics

func (m *MagickWand) QueryFontMetrics(drawingWand *DrawingWand, text string) []float64

func (*MagickWand) QueryMultilineFontMetrics

func (m *MagickWand) QueryMultilineFontMetrics(drawingWand *DrawingWand, text string) []float64

func (*MagickWand) RadialBlur

func (m *MagickWand) RadialBlur(angle float64) bool

func (*MagickWand) RadialBlurChannel

func (m *MagickWand) RadialBlurChannel(channel I.ChannelType, angle float64) bool

func (*MagickWand) Raise

func (m *MagickWand) Raise(width, height uint32, x, y int32, raise bool) bool

func (*MagickWand) RandomThreshold

func (m *MagickWand) RandomThreshold(low, high float64) bool

func (*MagickWand) RandomThresholdChannel

func (m *MagickWand) RandomThresholdChannel(channel I.ChannelType, low, high float64) bool

func (*MagickWand) Read

func (m *MagickWand) Read(filename string) bool

func (*MagickWand) ReadBlob

func (m *MagickWand) ReadBlob(blob *byte, length uint32) bool

func (*MagickWand) ReadFile

func (m *MagickWand) ReadFile(file *FILE) bool

func (*MagickWand) Recolor

func (m *MagickWand) Recolor(order uint32, colorMatrix *float64) bool

Deprecated.

func (*MagickWand) RedPrimary

func (m *MagickWand) RedPrimary(x, y *float64) bool

func (*MagickWand) ReduceNoise

func (m *MagickWand) ReduceNoise(radius float64) bool

Deprecated.

func (*MagickWand) Region

func (m *MagickWand) Region(width, height uint32, x, y int32) *MagickWand

func (*MagickWand) RegionOfInterest

func (m *MagickWand) RegionOfInterest(width, height uint32, x, y int32) *MagickWand

Deprecated.

func (*MagickWand) Remap

func (m *MagickWand) Remap(remapWand *MagickWand, method I.DitherMethod) bool

func (*MagickWand) Remove

func (m *MagickWand) Remove() bool

func (*MagickWand) RemoveProfile

func (m *MagickWand) RemoveProfile(name string, length *uint32) []byte

func (*MagickWand) RenderingIntent

func (m *MagickWand) RenderingIntent() I.RenderingIntent

func (*MagickWand) Resample

func (m *MagickWand) Resample(xResolution, yResolution float64, filter I.FilterTypes, blur float64) bool

func (*MagickWand) ResetIterator

func (m *MagickWand) ResetIterator()

func (*MagickWand) ResetPage

func (m *MagickWand) ResetPage(page string) bool

func (*MagickWand) Resize

func (m *MagickWand) Resize(columns, rows uint32, filter I.FilterTypes, blur float64) bool

func (*MagickWand) Resolution

func (m *MagickWand) Resolution(x, y *float64) bool

func (*MagickWand) Roll

func (m *MagickWand) Roll(x int32, y uint32) bool

func (*MagickWand) Rotate

func (m *MagickWand) Rotate(background *PixelWand, degrees float64) bool

func (*MagickWand) Sample

func (m *MagickWand) Sample(columns, rows uint32) bool

func (*MagickWand) SamplingFactors

func (m *MagickWand) SamplingFactors(numberFactors *uint32) []float64

func (*MagickWand) Scale

func (m *MagickWand) Scale(columns, rows uint32) bool

func (*MagickWand) Segment

func (m *MagickWand) Segment(colorspace I.ColorspaceType, verbose bool, clusterThreshold, smoothThreshold float64) bool

func (*MagickWand) SelectiveBlur

func (m *MagickWand) SelectiveBlur(radius, sigma, threshold float64) bool

func (*MagickWand) SelectiveBlurChannel

func (m *MagickWand) SelectiveBlurChannel(channel I.ChannelType, radius, sigma, threshold float64) bool

func (*MagickWand) SeparateChannel

func (m *MagickWand) SeparateChannel(channel I.ChannelType) bool

func (*MagickWand) SepiaTone

func (m *MagickWand) SepiaTone(threshold float64) bool

func (*MagickWand) SetAlphaChannel

func (m *MagickWand) SetAlphaChannel(alphaType I.AlphaChannelType) bool

func (*MagickWand) SetAntialias

func (m *MagickWand) SetAntialias(antialias bool) bool

func (*MagickWand) SetArtifact

func (m *MagickWand) SetArtifact(artifact, value string) bool

func (*MagickWand) SetAttribute

func (m *MagickWand) SetAttribute(property, value string) bool

Deprecated.

func (*MagickWand) SetBackgroundColor

func (m *MagickWand) SetBackgroundColor(background *PixelWand) bool

func (*MagickWand) SetBias

func (m *MagickWand) SetBias(bias float64) bool

func (*MagickWand) SetBluePrimary

func (m *MagickWand) SetBluePrimary(x, y float64) bool

func (*MagickWand) SetBorderColor

func (m *MagickWand) SetBorderColor(border *PixelWand) bool

func (*MagickWand) SetChannelDepth

func (m *MagickWand) SetChannelDepth(channel I.ChannelType, depth uint32) bool

func (*MagickWand) SetClipMask

func (m *MagickWand) SetClipMask(clipMask *MagickWand) bool

func (*MagickWand) SetColor

func (m *MagickWand) SetColor(color *PixelWand) bool

func (*MagickWand) SetColormapColor

func (m *MagickWand) SetColormapColor(index uint32, color *PixelWand) bool

func (*MagickWand) SetColorspace

func (m *MagickWand) SetColorspace(colorspace I.ColorspaceType) bool

func (*MagickWand) SetCompose

func (m *MagickWand) SetCompose(compose I.CompositeOperator) bool

func (*MagickWand) SetCompression

func (m *MagickWand) SetCompression(compression I.CompressionType) bool

func (*MagickWand) SetCompressionQuality

func (m *MagickWand) SetCompressionQuality(quality uint32) bool

func (*MagickWand) SetDelay

func (m *MagickWand) SetDelay(delay uint32) bool

func (*MagickWand) SetDepth

func (m *MagickWand) SetDepth(depth uint32) bool

func (*MagickWand) SetDispose

func (m *MagickWand) SetDispose(dispose I.DisposeType) bool

func (*MagickWand) SetEndian

func (m *MagickWand) SetEndian(endian I.EndianType) bool

func (*MagickWand) SetExtent

func (m *MagickWand) SetExtent(columns uint32, rows uint) bool

func (*MagickWand) SetExtract

func (m *MagickWand) SetExtract(geometry string) bool

func (*MagickWand) SetFilename

func (m *MagickWand) SetFilename(filename string) bool

func (*MagickWand) SetFirstIterator

func (m *MagickWand) SetFirstIterator()

func (*MagickWand) SetFont

func (m *MagickWand) SetFont(font string) bool

func (*MagickWand) SetFormat

func (m *MagickWand) SetFormat(format string) bool

func (*MagickWand) SetFuzz

func (m *MagickWand) SetFuzz(fuzz float64) bool

func (*MagickWand) SetGamma

func (m *MagickWand) SetGamma(gamma float64) bool

func (*MagickWand) SetGravity

func (m *MagickWand) SetGravity(type_ I.GravityType) bool

func (*MagickWand) SetGreenPrimary

func (m *MagickWand) SetGreenPrimary(x, y float64) bool

func (*MagickWand) SetImage

func (m *MagickWand) SetImage(setWand *MagickWand) bool

func (*MagickWand) SetImageBackgroundColor

func (m *MagickWand) SetImageBackgroundColor(background *PixelWand) bool

func (*MagickWand) SetImageColorspace

func (m *MagickWand) SetImageColorspace(colorspace I.ColorspaceType) bool

func (*MagickWand) SetImageCompression

func (m *MagickWand) SetImageCompression(compression I.CompressionType) bool

func (*MagickWand) SetImageCompressionQuality

func (m *MagickWand) SetImageCompressionQuality(quality uint32) bool

func (*MagickWand) SetImageDepth

func (m *MagickWand) SetImageDepth(depth uint32) bool

func (*MagickWand) SetImageFilename

func (m *MagickWand) SetImageFilename(filename string) bool

func (*MagickWand) SetImageFormat

func (m *MagickWand) SetImageFormat(format string) bool

func (*MagickWand) SetImageGravity

func (m *MagickWand) SetImageGravity(gravity I.GravityType) bool

func (*MagickWand) SetImageInterlaceScheme

func (m *MagickWand) SetImageInterlaceScheme(interlace I.InterlaceType) bool

func (*MagickWand) SetImageInterpolateMethod

func (m *MagickWand) SetImageInterpolateMethod(method I.InterpolatePixelMethod) bool

func (*MagickWand) SetImageOption

func (m *MagickWand) SetImageOption(format, key, value string) bool

Deprecated.

func (*MagickWand) SetImageOrientation

func (m *MagickWand) SetImageOrientation(orientation I.OrientationType) bool

func (*MagickWand) SetImagePage

func (m *MagickWand) SetImagePage(width, height uint32, x, y int32) bool

func (*MagickWand) SetImagePixels

func (m *MagickWand) SetImagePixels(x, y int32, columns, rows uint32, map_ string, storage I.StorageType, pixels *Void) bool

Deprecated.

func (*MagickWand) SetImageProfile

func (m *MagickWand) SetImageProfile(name string, profile *Void, length uint32) bool

func (*MagickWand) SetImageProgressMonitor

func (m *MagickWand) SetImageProgressMonitor(progressMonitor, clientData *Void) I.MagickProgressMonitor

func (*MagickWand) SetImageProperty

func (m *MagickWand) SetImageProperty(property, value string) bool

func (*MagickWand) SetImageResolution

func (m *MagickWand) SetImageResolution(xResolution, yResolution float64) bool

func (*MagickWand) SetImageTicksPerSecond

func (m *MagickWand) SetImageTicksPerSecond(ticksPerSecond int32) bool

func (*MagickWand) SetImageType

func (m *MagickWand) SetImageType(imageType I.ImageType) bool

func (*MagickWand) SetImageWhitePoint

func (m *MagickWand) SetImageWhitePoint(x, y float64) bool

func (*MagickWand) SetIndex

func (m *MagickWand) SetIndex(index int32) bool

Deprecated.

func (*MagickWand) SetInterlaceScheme

func (m *MagickWand) SetInterlaceScheme(interlaceScheme I.InterlaceType) bool

func (*MagickWand) SetInterpolateMethod

func (m *MagickWand) SetInterpolateMethod(method I.InterpolatePixelMethod) bool

func (*MagickWand) SetIterations

func (m *MagickWand) SetIterations(iterations uint32) bool

func (*MagickWand) SetIteratorIndex

func (m *MagickWand) SetIteratorIndex(index int32) bool

func (*MagickWand) SetLastIterator

func (m *MagickWand) SetLastIterator()

func (*MagickWand) SetMatte

func (m *MagickWand) SetMatte(matte *bool) bool

func (*MagickWand) SetMatteColor

func (m *MagickWand) SetMatteColor(matte *PixelWand) bool

func (*MagickWand) SetOpacity

func (m *MagickWand) SetOpacity(alpha float64) bool

func (*MagickWand) SetOption

func (m *MagickWand) SetOption(key, value string) bool

func (*MagickWand) SetOrientation

func (m *MagickWand) SetOrientation(orientation I.OrientationType) bool

func (*MagickWand) SetPage

func (m *MagickWand) SetPage(width, height uint32, x, y int32) bool

func (*MagickWand) SetPassphrase

func (m *MagickWand) SetPassphrase(passphrase string) bool

func (*MagickWand) SetPointsize

func (m *MagickWand) SetPointsize(pointsize float64) bool

func (*MagickWand) SetProgressMonitor

func (m *MagickWand) SetProgressMonitor(progressMonitor, clientData *Void) I.MagickProgressMonitor

func (*MagickWand) SetRedPrimary

func (m *MagickWand) SetRedPrimary(x, y float64) bool

func (*MagickWand) SetRenderingIntent

func (m *MagickWand) SetRenderingIntent(renderingIntent I.RenderingIntent) bool

func (*MagickWand) SetResolution

func (m *MagickWand) SetResolution(xResolution, yResolution float64) bool

func (*MagickWand) SetSamplingFactors

func (m *MagickWand) SetSamplingFactors(numberFactors uint32, samplingFactors *float64) bool

func (*MagickWand) SetScene

func (m *MagickWand) SetScene(scene uint32) bool

func (*MagickWand) SetSize

func (m *MagickWand) SetSize(columns, rows uint32) bool

func (*MagickWand) SetSizeOffset

func (m *MagickWand) SetSizeOffset(columns, rows uint32, offset int32) bool

func (*MagickWand) SetType

func (m *MagickWand) SetType(imageType I.ImageType) bool

func (*MagickWand) SetUnits

func (m *MagickWand) SetUnits(units I.ResolutionType) bool

func (*MagickWand) SetVirtualPixelMethod

func (m *MagickWand) SetVirtualPixelMethod(method I.VirtualPixelMethod) I.VirtualPixelMethod

func (*MagickWand) Shade

func (m *MagickWand) Shade(gray bool, azimuth, elevation float64) bool

func (*MagickWand) Shadow

func (m *MagickWand) Shadow(opacity, sigma float64, x, y int32) bool

func (*MagickWand) Sharpen

func (m *MagickWand) Sharpen(radius, sigma float64) bool

func (*MagickWand) SharpenChannel

func (m *MagickWand) SharpenChannel(channel I.ChannelType, radius, sigma float64) bool

func (*MagickWand) Shave

func (m *MagickWand) Shave(columns, rows uint32) bool

func (*MagickWand) Shear

func (m *MagickWand) Shear(background *PixelWand, xShear, yShear float64) bool

func (*MagickWand) SigmoidalContrastImage

func (m *MagickWand) SigmoidalContrastImage(sharpen bool, alpha, beta float64) bool

func (*MagickWand) SigmoidalContrastImageChannel

func (m *MagickWand) SigmoidalContrastImageChannel(channel I.ChannelType, sharpen bool, alpha, beta float64) bool

func (*MagickWand) SimilarityImage

func (m *MagickWand) SimilarityImage(reference *MagickWand, offset *I.RectangleInfo, similarity *float64) *MagickWand

func (*MagickWand) Size

func (m *MagickWand) Size(columns, rows *uint32) bool

func (*MagickWand) SizeOffset

func (m *MagickWand) SizeOffset(offset *int32) bool

func (*MagickWand) SketchImage

func (m *MagickWand) SketchImage(radius, sigma, angle float64) bool

func (*MagickWand) SmushImages

func (m *MagickWand) SmushImages(stack bool, offset int32) *MagickWand

func (*MagickWand) Solarize

func (m *MagickWand) Solarize(threshold float64) bool

func (*MagickWand) SparseColor

func (m *MagickWand) SparseColor(channel I.ChannelType, method I.SparseColorMethod, numberArguments uint32, arguments *float64) bool

func (*MagickWand) Splice

func (m *MagickWand) Splice(width, height uint32, x, y int32) bool

func (*MagickWand) Spread

func (m *MagickWand) Spread(radius float64) bool

func (*MagickWand) StatisticImage

func (m *MagickWand) StatisticImage(type_ I.StatisticType, width float64, height uint32) bool

func (*MagickWand) Stegano

func (m *MagickWand) Stegano(watermarkWand, offset int32) *MagickWand

func (*MagickWand) Stereo

func (m *MagickWand) Stereo(offsetWand *MagickWand) *MagickWand

func (*MagickWand) Strip

func (m *MagickWand) Strip() bool

func (*MagickWand) Swirl

func (m *MagickWand) Swirl(degrees float64) bool

func (*MagickWand) Texture

func (m *MagickWand) Texture(textureWand *MagickWand) *MagickWand

func (*MagickWand) Threshold

func (m *MagickWand) Threshold(threshold float64) bool

func (*MagickWand) ThresholdChannel

func (m *MagickWand) ThresholdChannel(channel I.ChannelType, threshold float64) bool

func (*MagickWand) Thumbnail

func (m *MagickWand) Thumbnail(columns, rows uint32) bool

func (*MagickWand) TicksPerSecond

func (m *MagickWand) TicksPerSecond() uint32

func (*MagickWand) Tint

func (m *MagickWand) Tint(tint, opacity *PixelWand) bool

func (*MagickWand) TotalInkDensity

func (m *MagickWand) TotalInkDensity() float64

func (*MagickWand) Transform

func (m *MagickWand) Transform(crop, geometry string) *MagickWand

func (*MagickWand) TransformColorspace

func (m *MagickWand) TransformColorspace(colorspace I.ColorspaceType) bool

func (*MagickWand) Transparent

func (m *MagickWand) Transparent(target *PixelWand, alpha, fuzz float64) bool

Deprecated.

func (*MagickWand) TransparentPaint

func (m *MagickWand) TransparentPaint(target *PixelWand, alpha, fuzz float64, invert bool) bool

func (*MagickWand) Transpose

func (m *MagickWand) Transpose() bool

func (*MagickWand) Trim

func (m *MagickWand) Trim(fuzz float64) bool

func (*MagickWand) Type

func (m *MagickWand) Type() I.ImageType

func (*MagickWand) UniqueColors

func (m *MagickWand) UniqueColors() bool

func (*MagickWand) UnsharpMask

func (m *MagickWand) UnsharpMask(radius, sigma, amount, threshold float64) bool

func (*MagickWand) UnsharpMaskChannel

func (m *MagickWand) UnsharpMaskChannel(channel I.ChannelType, radius, sigma, amount, threshold float64) bool

func (*MagickWand) Vignette

func (m *MagickWand) Vignette(blackPoint, whitePoint float64, x, y int32) bool

func (*MagickWand) Wave

func (m *MagickWand) Wave(amplitude, waveLength float64) bool

func (*MagickWand) WhiteThreshold

func (m *MagickWand) WhiteThreshold(threshold *PixelWand) bool

func (*MagickWand) Write

func (m *MagickWand) Write(filename string) bool

func (*MagickWand) WriteBlob

func (m *MagickWand) WriteBlob(length *uint32) *byte

Deprecated.

func (*MagickWand) WriteFile

func (m *MagickWand) WriteFile(file *FILE) bool

func (*MagickWand) WriteImages

func (m *MagickWand) WriteImages(filename string, adjoin bool) bool

func (*MagickWand) WriteImagesFile

func (m *MagickWand) WriteImagesFile(file *FILE) bool

type MontageMode

type MontageMode Enum
const (
	UndefinedMode MontageMode = iota
	FrameMode
	UnframeMode
	ConcatenateMode
)

type PixelIterator

type PixelIterator struct{}

Opaque

func (*PixelIterator) Clear

func (p *PixelIterator) Clear()

func (*PixelIterator) ClearException

func (p *PixelIterator) ClearException() bool

func (*PixelIterator) Clone

func (p *PixelIterator) Clone() *PixelIterator

func (*PixelIterator) CurrentRow

func (p *PixelIterator) CurrentRow(numberWands *uint32) []*PixelWand

func (*PixelIterator) Destroy

func (p *PixelIterator) Destroy() *PixelIterator

func (*PixelIterator) Exception

func (p *PixelIterator) Exception(severity *I.ExceptionType) string

Deprecated.

func (*PixelIterator) ExceptionType

func (p *PixelIterator) ExceptionType() I.ExceptionType

func (*PixelIterator) GetNextRow

func (p *PixelIterator) GetNextRow(numberWands *uint32) []*PixelWand

Deprecated.

func (*PixelIterator) IsPixelIterator

func (p *PixelIterator) IsPixelIterator() bool

func (*PixelIterator) IteratoException

func (p *PixelIterator) IteratoException(severity *I.ExceptionType) I.String

func (*PixelIterator) NextRow

func (p *PixelIterator) NextRow(numberWands *uint32) []*PixelWand

func (*PixelIterator) PreviousRow

func (p *PixelIterator) PreviousRow(numberWands *uint32) []*PixelWand

func (*PixelIterator) Reset

func (p *PixelIterator) Reset()

func (*PixelIterator) Row

func (p *PixelIterator) Row() bool

func (*PixelIterator) SetFirstIteratorRow

func (p *PixelIterator) SetFirstIteratorRow()

func (*PixelIterator) SetIteratorRow

func (p *PixelIterator) SetIteratorRow(row int32) bool

func (*PixelIterator) SetLastIteratorRow

func (p *PixelIterator) SetLastIteratorRow()

func (*PixelIterator) Sync

func (p *PixelIterator) Sync() bool

type PixelView

type PixelView struct{}

Opaque

func (*PixelView) DuplexTransferIterator

func (p *PixelView) DuplexTransferIterator(duplex, destination *PixelView, transfer DuplexTransferPixelViewMethod, context *Void) bool

Deprecated.

func (*PixelView) Height

func (p *PixelView) Height() uint32

Deprecated.

func (*PixelView) IsPixelView

func (p *PixelView) IsPixelView() bool

Deprecated.

func (*PixelView) Iterator

func (p *PixelView) Iterator(get GetPixelViewMethod, context *Void) bool

Deprecated.

func (*PixelView) Pixels

func (p *PixelView) Pixels() *PixelWand

Deprecated.

func (*PixelView) SetIterator

func (p *PixelView) SetIterator(set SetPixelViewMethod, context *Void) bool

Deprecated.

func (*PixelView) TransIterator

func (p *PixelView) TransIterator(destination *PixelView, transfer TransferPixelViewMethod, context *Void) bool

Deprecated.

func (*PixelView) UpdateIterator

func (p *PixelView) UpdateIterator(update UpdatePixelViewMethod, context *Void) bool

Deprecated.

func (*PixelView) Wand

func (p *PixelView) Wand() *MagickWand

Deprecated.

func (*PixelView) Width

func (p *PixelView) Width() uint32

Deprecated.

func (*PixelView) X

func (p *PixelView) X() int32

Deprecated.

func (*PixelView) Y

func (p *PixelView) Y() int32

Deprecated.

type PixelWand

type PixelWand struct{}

Opaque

func (*PixelWand) Alpha

func (p *PixelWand) Alpha() float64

func (*PixelWand) AlphaQuantum

func (p *PixelWand) AlphaQuantum() I.Quantum

func (*PixelWand) Black

func (p *PixelWand) Black() float64

func (*PixelWand) BlackQuantum

func (p *PixelWand) BlackQuantum() I.Quantum

func (*PixelWand) Blue

func (p *PixelWand) Blue() float64

func (*PixelWand) BlueQuantum

func (p *PixelWand) BlueQuantum() I.Quantum

func (*PixelWand) Clear

func (p *PixelWand) Clear()

func (*PixelWand) ClearException

func (p *PixelWand) ClearException() bool

func (*PixelWand) Clone

func (p *PixelWand) Clone() *PixelWand

func (*PixelWand) ColorAsNormalizedString

func (p *PixelWand) ColorAsNormalizedString() I.String

func (*PixelWand) ColorAsString

func (p *PixelWand) ColorAsString() I.String

func (*PixelWand) ColorCount

func (p *PixelWand) ColorCount() uint32

func (*PixelWand) Cyan

func (p *PixelWand) Cyan() float64

func (*PixelWand) CyanQuantum

func (p *PixelWand) CyanQuantum() I.Quantum

func (*PixelWand) Destroy

func (p *PixelWand) Destroy() *PixelWand

func (*PixelWand) Exception

func (p *PixelWand) Exception(severity *I.ExceptionType) I.String

func (*PixelWand) ExceptionType

func (p *PixelWand) ExceptionType() I.ExceptionType

func (*PixelWand) Fuzz

func (p *PixelWand) Fuzz() float64

func (*PixelWand) Green

func (p *PixelWand) Green() float64

func (*PixelWand) GreenQuantum

func (p *PixelWand) GreenQuantum() I.Quantum

func (*PixelWand) HSL

func (p *PixelWand) HSL(hue, saturation, lightness *float64)

func (*PixelWand) Index

func (p *PixelWand) Index() I.IndexPacket

func (*PixelWand) IsPixelWand

func (p *PixelWand) IsPixelWand() bool

func (*PixelWand) IsSimilar

func (p *PixelWand) IsSimilar(q *PixelWand, fuzz float64) bool

func (*PixelWand) Magenta

func (p *PixelWand) Magenta() float64

func (*PixelWand) MagentaQuantum

func (p *PixelWand) MagentaQuantum() I.Quantum

func (*PixelWand) MagickColor

func (p *PixelWand) MagickColor(color *MagickPixelPacket)

func (*PixelWand) Opacity

func (p *PixelWand) Opacity() float64

func (*PixelWand) OpacityQuantum

func (p *PixelWand) OpacityQuantum() I.Quantum

func (*PixelWand) PixelViewException

func (p *PixelWand) PixelViewException(severity *I.ExceptionType) string

Deprecated.

func (*PixelWand) QuantumColor

func (p *PixelWand) QuantumColor(color *I.PixelPacket)

func (*PixelWand) Red

func (p *PixelWand) Red() float64

func (*PixelWand) RedQuantum

func (p *PixelWand) RedQuantum() I.Quantum

func (*PixelWand) SetAlpha

func (p *PixelWand) SetAlpha(alpha float64)

func (*PixelWand) SetAlphaQuantum

func (p *PixelWand) SetAlphaQuantum(opacity I.Quantum)

func (*PixelWand) SetBlack

func (p *PixelWand) SetBlack(black float64)

func (*PixelWand) SetBlackQuantum

func (p *PixelWand) SetBlackQuantum(black I.Quantum)

func (*PixelWand) SetBlue

func (p *PixelWand) SetBlue(blue float64)

func (*PixelWand) SetBlueQuantum

func (p *PixelWand) SetBlueQuantum(blue I.Quantum)

func (*PixelWand) SetColor

func (p *PixelWand) SetColor(color string) bool

func (*PixelWand) SetColorCount

func (p *PixelWand) SetColorCount(count uint32)

func (*PixelWand) SetColorFromWand

func (p *PixelWand) SetColorFromWand(color *PixelWand)

func (*PixelWand) SetCyan

func (p *PixelWand) SetCyan(cyan float64)

func (*PixelWand) SetCyanQuantum

func (p *PixelWand) SetCyanQuantum(cyan I.Quantum)

func (*PixelWand) SetFuzz

func (p *PixelWand) SetFuzz(fuzz float64)

func (*PixelWand) SetGreen

func (p *PixelWand) SetGreen(green float64)

func (*PixelWand) SetGreenQuantum

func (p *PixelWand) SetGreenQuantum(green I.Quantum)

func (*PixelWand) SetHSL

func (p *PixelWand) SetHSL(hue, saturation, lightness float64)

func (*PixelWand) SetIndex

func (p *PixelWand) SetIndex(index I.IndexPacket)

func (*PixelWand) SetMagenta

func (p *PixelWand) SetMagenta(magenta float64)

func (*PixelWand) SetMagentaQuantum

func (p *PixelWand) SetMagentaQuantum(magenta I.Quantum)

func (*PixelWand) SetMagickColor

func (p *PixelWand) SetMagickColor(color *MagickPixelPacket)

func (*PixelWand) SetOpacity

func (p *PixelWand) SetOpacity(opacity float64)

func (*PixelWand) SetOpacityQuantum

func (p *PixelWand) SetOpacityQuantum(opacity I.Quantum)

func (*PixelWand) SetQuantumColor

func (p *PixelWand) SetQuantumColor(color *I.PixelPacket)

func (*PixelWand) SetRed

func (p *PixelWand) SetRed(red float64)

func (*PixelWand) SetRedQuantum

func (p *PixelWand) SetRedQuantum(red I.Quantum)

func (*PixelWand) SetYellow

func (p *PixelWand) SetYellow(yellow float64)

func (*PixelWand) SetYellowQuantum

func (p *PixelWand) SetYellowQuantum(yellow I.Quantum)

func (*PixelWand) Yellow

func (p *PixelWand) Yellow() float64

func (*PixelWand) YellowQuantum

func (p *PixelWand) YellowQuantum() I.Quantum

type SetPixelViewMethod

type SetPixelViewMethod func(*PixelView, *Void) bool

type SetWandViewMethod

type SetWandViewMethod func(*WandView, I.SSize, int, *Void) bool

type TransferPixelViewMethod

type TransferPixelViewMethod func(*PixelView, *PixelView, *Void) bool

type TransferWandViewMethod

type TransferWandViewMethod func(*WandView, *WandView, I.SSize, int, *Void) bool

type UpdatePixelViewMethod

type UpdatePixelViewMethod func(*PixelView, *Void) bool

type UpdateWandViewMethod

type UpdateWandViewMethod func(*WandView, I.SSize, int, *Void) bool

type Void

type Void struct{}

Opaque

type WandView

type WandView struct{}

Opaque

func (*WandView) Clone

func (w *WandView) Clone() *WandView

func (*WandView) Destroy

func (w *WandView) Destroy() *WandView

func (*WandView) DuplexTransferIterator

func (w *WandView) DuplexTransferIterator(duplex, destination *WandView, transfer DuplexTransferWandViewMethod, context *Void) bool

func (*WandView) Exception

func (w *WandView) Exception(severity *I.ExceptionType) I.String

func (*WandView) Extent

func (w *WandView) Extent() I.RectangleInfo

func (*WandView) IsWandView

func (w *WandView) IsWandView() bool

func (*WandView) Iterator

func (w *WandView) Iterator(get GetWandViewMethod, context *Void) bool

func (*WandView) Pixels

func (w *WandView) Pixels() *PixelWand

func (*WandView) SetDescription

func (w *WandView) SetDescription(description string)

func (*WandView) SetIterator

func (w *WandView) SetIterator(set SetWandViewMethod, context *Void) bool

func (*WandView) SetThreads

func (w *WandView) SetThreads(numberThreads uint32)

func (*WandView) TransferIterator

func (w *WandView) TransferIterator(destination *WandView, transfer TransferWandViewMethod, context *Void) bool

func (*WandView) UpdateIterator

func (w *WandView) UpdateIterator(update UpdateWandViewMethod, context *Void) bool

func (*WandView) Wand

func (w *WandView) Wand() *MagickWand

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL