Platforms to show: All Mac Windows Linux Cross-Platform
GraphicsMagick
Classes to use Graphics Magick for cross platform image processing.
- class GMBlobMBS
- method base64 as string
- method Constructor
- method Constructor(data as memoryblock, offset as integer, size as integer)
- method Constructor(data as string)
- method Constructor(other as GMBlobMBS)
- method CopyMemory as memoryblock
- method CopyString as string
- method Data as memoryblock
- method length as Uint32
- method Update(data as memoryblock, offset as integer, size as integer)
- method Update(data as string)
- property handle as Integer
- class GMCoderInfoMBS
- shared method CoderInfoList as GMCoderInfoMBS()
- property description as string
- property isMultiFrame as boolean
- property isReadable as boolean
- property isWritable as boolean
- property name as string
- class GMColorGrayMBS
- method Constructor
- method Constructor(other as GMColorMBS)
- method Constructor(shade as double)
- property shade as double
- class GMColorHSLMBS
- method Constructor
- method Constructor(hue as double, saturation as double, luminosity as double)
- method Constructor(other as GMColorMBS)
- property hue as double
- property luminosity as double
- property saturation as double
- class GMColorMBS
- method Constructor
- method Constructor(ColorName as string)
- method Constructor(ColorValue as color)
- method Constructor(ColorValue as color, alpha as integer)
- method Constructor(other as GMColorMBS)
- method Constructor(red as integer, green as integer, blue as integer)
- method Constructor(red as integer, green as integer, blue as integer, alpha as integer)
- shared method QuantumByteSize as integer
- shared method scaleDoubleToQuantum(value as double) as integer
- shared method scaleQuantumToDouble(value as integer) as double
- property alpha as double
- property blueQuantum as integer
- property colorValue as color
- property greenQuantum as integer
- property handle as Integer
- property intensity as double
- property isValid as boolean
- property redQuantum as integer
- class GMColorMonoMBS
- method Constructor
- method Constructor(mono as boolean)
- method Constructor(other as GMColorMBS)
- property mono as boolean
- class GMColorRGBMBS
- method Constructor
- method Constructor(other as GMColorMBS)
- method Constructor(red as double, green as double, blue as double)
- property blue as double
- property green as double
- property red as double
- class GMColorYUVMBS
- method Constructor
- method Constructor(other as GMColorMBS)
- method Constructor(y as double, u as double, v as double)
- property u as double
- property v as double
- property y as double
- class GMCoordinateMBS
- method Constructor(x as double = 0.0, y as double = 0.0)
- property x as double
- property y as double
- class GMErrorExceptionMBS
- class GMGeometryMBS
- method Constructor
- method Constructor(geometry as string)
- method Constructor(other as GMGeometryMBS)
- method Constructor(Width as UInt32, Height as UInt32, XOffset as UInt32=0, YOffset as UInt32=0, xNegative as boolean=false, yNegative as boolean=false)
- shared method Make(geometry as string) as GMGeometryMBS
- shared method Make(Width as UInt32, Height as UInt32, XOffset as UInt32=0, YOffset as UInt32=0, xNegative as boolean=false, yNegative as boolean=false) as GMGeometryMBS
- property aspect as boolean
- property greater as boolean
- property height as Uint32
- property isValid as boolean
- property less as boolean
- property percent as boolean
- property StringValue as string
- property width as Uint32
- property xNegative as boolean
- property xOff as Uint32
- property yNegative as boolean
- property yOff as Uint32
- class GMGraphicsMBS
- method Arc(startX as double, startY as double, endX as double, endY as double, startDegrees as double, endDegrees as double)
- method Bezier(values() as GMCoordinateMBS)
- method Circle(originX as double, originY as double, perimX as double, perimY as double)
- method ClipPath(id as string)
- method ColorPixel(x as double, y as double, paintMethod as integer)
- method CompositeImage(x as double, y as double, file as folderitem)
- method CompositeImage(x as double, y as double, image as GMImageMBS)
- method CompositeImage(x as double, y as double, path as string)
- method CompositeImage(x as double, y as double, w as double, h as double, file as folderitem)
- method CompositeImage(x as double, y as double, w as double, h as double, file as folderitem, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, image as GMImageMBS)
- method CompositeImage(x as double, y as double, w as double, h as double, image as GMImageMBS, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, path as string)
- method CompositeImage(x as double, y as double, w as double, h as double, path as string, CompositeOperator as integer)
- method Constructor(image as GMImageMBS)
- method DashArray(values() as double)
- method DashOffset(offset as double)
- method Draw
- method DrawPath
- method Ellipse(originX as double, originY as double, perimX as double, perimY as double)
- method FillColor(c as GMColorMBS)
- method FillOpacity(opacity as double)
- method FillRule(fillRule as integer)
- method Font(fontname as string)
- method Font(fontname as string, StyleType as integer, weight as integer, StretchType as integer)
- method Gravity(GravityType as integer)
- method Line(startX as double, startY as double, endX as double, endY as double)
- method Matte(x as double, y as double, paintMethod as integer)
- method MiterLimit(miterlimit as integer)
- method PathArcAbs(c as GMPathArgsMBS)
- method PathArcAbs(c() as GMPathArgsMBS)
- method PathArcAbs(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method PathArcRel(c as GMPathArgsMBS)
- method PathArcRel(c() as GMPathArgsMBS)
- method PathArcRel(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method PathClosePath
- method PathCurvetoAbs(c as GMPathArgsMBS)
- method PathCurvetoAbs(c() as GMPathArgsMBS)
- method PathCurvetoAbs(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathCurvetoRel(c as GMPathArgsMBS)
- method PathCurvetoRel(c() as GMPathArgsMBS)
- method PathCurvetoRel(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathLinetoAbs(c as GMCoordinateMBS)
- method PathLinetoAbs(c() as GMCoordinateMBS)
- method PathLinetoAbs(x as double, y as double)
- method PathLinetoHorizontalAbs(v as double)
- method PathLinetoHorizontalRel(v as double)
- method PathLinetoRel(c as GMCoordinateMBS)
- method PathLinetoRel(c() as GMCoordinateMBS)
- method PathLinetoRel(x as double, y as double)
- method PathLinetoVerticalAbs(v as double)
- method PathLinetoVerticalRel(v as double)
- method PathMovetoAbs(c as GMCoordinateMBS)
- method PathMovetoAbs(x as double, y as double)
- method PathMovetoRel(c as GMCoordinateMBS)
- method PathMovetoRel(x as double, y as double)
- method PathQuadraticCurvetoAbs(c as GMPathArgsMBS)
- method PathQuadraticCurvetoAbs(c() as GMPathArgsMBS)
- method PathQuadraticCurvetoAbs(x1 as double, y1 as double, x as double, y as double)
- method PathQuadraticCurvetoRel(c as GMPathArgsMBS)
- method PathQuadraticCurvetoRel(c() as GMPathArgsMBS)
- method PathQuadraticCurvetoRel(x1 as double, y1 as double, x as double, y as double)
- method PathSmoothCurvetoAbs(c as GMCoordinateMBS)
- method PathSmoothCurvetoAbs(c() as GMCoordinateMBS)
- method PathSmoothCurvetoAbs(x as double, y as double)
- method PathSmoothCurvetoRel(c as GMCoordinateMBS)
- method PathSmoothCurvetoRel(c() as GMCoordinateMBS)
- method PathSmoothCurvetoRel(x as double, y as double)
- method PathSmoothQuadraticCurvetoAbs(c as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(c() as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(x as double, y as double)
- method PathSmoothQuadraticCurvetoRel(c as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(c() as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(x as double, y as double)
- method Point(x as double, y as double)
- method PointSize(pointSize as double)
- method Polygon(values() as GMCoordinateMBS)
- method Polyline(values() as GMCoordinateMBS)
- method PopClipPath
- method PopGraphicContext
- method PopPattern
- method PushClipPath(id as string)
- method PushGraphicContext
- method PushPattern(id as string, x as integer, y as integer, width as integer, height as integer)
- method Rectangle(upperLeftX as double, upperLeftY as double, lowerRightX as double, lowerRightY as double)
- method Rotation(angle as double)
- method RoundRectangle(centerX as double, centerY as double, width as double, height as double, cornerWidth as double, cornerHeight as double)
- method Scaling(x as double, y as double)
- method SkewX(angle as double)
- method SkewY(angle as double)
- method StrokeAntialias(flag as boolean)
- method StrokeColor(c as GMColorMBS)
- method StrokeLineCap(LineCap as integer)
- method StrokeLineJoin(LineJoin as integer)
- method StrokeOpacity(opacity as double)
- method StrokeWidth(opacity as double)
- method Text(x as double, y as double, text as string)
- method Text(x as double, y as double, text as string, encoding as string)
- method TextAntialias(flag as boolean)
- method TextDecoration(DecorationType as integer)
- method TextUnderColor(c as GMColorMBS)
- method Translation(x as double, y as double)
- method Viewbox(x1 as integer, y1 as integer, x2 as integer, y2 as integer)
- property Image as GMImageMBS
- class GMImageMBS
- method adaptiveThreshold(width as UInt32, height as UInt32, offset as UInt32=0)
- method addNoise(noise as integer)
- method addNoiseChannel(channel as integer, noise as integer)
- method adjoin as boolean
- method affineTransform(sx as double, sy as double, rx as double, ry as double, tx as double, ty as double)
- method animationDelay as UInt32
- method animationIterations as UInt32
- method annotate(text as string, gravity as integer)
- method annotate(text as string, location as GMGeometryMBS)
- method annotate(text as string, location as GMGeometryMBS, gravity as integer)
- method annotate(text as string, location as GMGeometryMBS, gravity as integer, degrees as double)
- method antiAlias as boolean
- method attributeValue(name as string) as string
- method backgroundColor as GMColorMBS
- method backgroundTexture as string
- method baseColumns as Uint32
- method baseFilename as string
- method baseRows as Uint32
- method blur(radius as double=0.0, sigma as double=1.0)
- method blurChannel(channel as integer, radius as double=0.0, sigma as double=1.0)
- method border
- method border(geometry as GMGeometryMBS)
- method borderColor as GMColorMBS
- method boundingBox as GMGeometryMBS
- method boxColor as GMColorMBS
- shared method cacheThreshold(threshold as UInt32)
- method channel(channel as integer)
- method channelDepth(channel as integer) as UInt32
- method charcoal(radius as double=0.0, sigma as double=1.0)
- method chop(geometry as GMGeometryMBS)
- method classType as UInt32
- method clipMask as GMImageMBS
- method colorFuzz as double
- method colorize(opacity as UInt32, penColor as GMColorMBS)
- method colorize(opacityRed as UInt32, opacityGreen as UInt32, opacityBlue as UInt32, penColor as GMColorMBS)
- method colorMap(index as UInt32) as GMColorMBS
- method colorMapSize as UInt32
- method colorSpace as integer
- method columns as UInt32
- method CombinePictureWithMask as picture
- method comment as string
- method comment(comment as string)
- method compare(image as GMImageMBS)
- method compose as integer
- method composite(compositeImage as GMImageMBS, gravity as integer, CompositeOperator as integer=2)
- method composite(compositeImage as GMImageMBS, offset as GMGeometryMBS, CompositeOperator as integer=2)
- method composite(compositeImage as GMImageMBS, xOffset as integer, yOffset as integer, CompositeOperator as integer=2)
- method compressType as integer
- method Constructor
- method Constructor(blob as GMBlobMBS)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, depth as UInt32)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, depth as UInt32, Magick as string)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, Magick as string)
- method Constructor(file as folderitem)
- method Constructor(other as GMImageMBS)
- method Constructor(Path as string)
- method Constructor(pic as picture)
- method Constructor(size as GMGeometryMBS, ColorValue as GMColorMBS)
- method contrast(sharpen as UInt32)
- method CopyPicture as picture
- method CopyPicture(x as integer, y as integer, width as integer, height as integer) as picture
- method CopyPictureMask as picture
- method CopyPictureMask(x as integer, y as integer, width as integer, height as integer) as picture
- method crop(geometry as GMGeometryMBS)
- method cycleColormap(amount as integer)
- method debug as boolean
- method defineSet(magick as string, key as string) as boolean
- method defineValue(magick as string, key as string) as string
- method density as GMGeometryMBS
- method depth as UInt32
- method despeckle
- method directory as string
- method display
- method edge(radius as double=0.0)
- method emboss(radius as double=0.0, sigma as double=1.0)
- method endian as integer
- method enhance
- method erase
- method fileName as string
- method fileSize as Int64
- method fillColor as GMColorMBS
- method fillPattern as GMImageMBS
- method filterType as integer
- method flip
- method floodFillColor(point as GMGeometryMBS, fillColor as GMColorMBS)
- method floodFillColor(point as GMGeometryMBS, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GMColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillOpacity(x as UInt32, y as UInt32, opacity as UInt32, PaintMethod as Integer)
- method floodFillTexture(point as GMGeometryMBS, fillColor as GMColorMBS)
- method floodFillTexture(point as GMGeometryMBS, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GMColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method flop
- method font as string
- method fontPointsize as double
- method format as string
- method frame
- method frame(geometry as GMGeometryMBS)
- method frame(width as UInt32, height as UInt32, innerBevel as integer=6, outerBevel as integer=6)
- method gamma as double
- method gamma(gammaRed as double, gammaGreen as double, gammaBlue as double)
- method gaussianBlur(width as double, sigma as double)
- method gaussianBlurChannel(channel as integer, width as double, sigma as double)
- method geometry as GMGeometryMBS
- method getChromaBluePrimary(byref x as double, byref y as double)
- method getchromaGreenPrimary(byref x as double, byref y as double)
- method getchromaRedPrimary(byref x as double, byref y as double)
- method getchromaWhitePoint(byref x as double, byref y as double)
- method gifDisposeMethod as UInt32
- method Graphics as GMGraphicsMBS
- method iccColorProfile as GMBlobMBS
- method implode(factor as double=0.0)
- method interlaceType as integer
- method iptcProfile as GMBlobMBS
- method isValid as boolean
- method label as string
- method label(text as string)
- method level(black_point as double, white_point as double, mid_point as double=1.0)
- method levelChannel(channel as integer, black_point as double, white_point as double, mid_point as double=1.0)
- method lineWidth as double
- method magick as string
- method magnify
- method map(mapImage as GMImageMBS, dither as boolean=false)
- method matte as boolean
- method matteColor as GMColorMBS
- method matteFloodfill(target as GMColorMBS, opacity as UInt32, x as integer, y as integer, PaintMethod as Integer)
- method meanErrorPerPixel as double
- method medianFilter(radius as double=0.0)
- method minify
- method modequalizeifyImage
- method modifyImage
- method modulate(brightness as double, saturation as double, hue as double)
- method modulusDepth as UInt32
- method monochrome as boolean
- method montageGeometry as GMGeometryMBS
- method motionBlur(radius as double, sigma as double, angle as double)
- method negate(grayscale as boolean=false)
- method normalize
- method normalizedMaxError as double
- method normalizedMeanError as double
- method oilPaint(radius as double=3.0)
- method opacity(opacity as UInt32)
- method opaque(opaqueColor as GMColorMBS, penColor as GMColorMBS)
- method orientation as UInt32
- method page as GMGeometryMBS
- method penColor as GMColorMBS
- method ping(data as GMBlobMBS)
- method ping(file as folderitem)
- method ping(Path as string)
- method pixelColor(x as UInt32, y as UInt32) as GMColorMBS
- method profile(name as string) as GMBlobMBS
- method quality as UInt32
- method quantize(measureError as boolean=false)
- method quantizeColors as UInt32
- method quantizeColorSpace as integer
- method quantizeDither as boolean
- method quantizeTreeDepth as UInt32
- method raiseImage
- method raiseImage(geometry as GMGeometryMBS, raisedFlag as boolean=false)
- method randomThreshold(thresholds as GMGeometryMBS)
- method randomThresholdChannel(thresholds as GMGeometryMBS, channel as integer)
- method read(blob as GMBlobMBS)
- method read(blob as GMBlobMBS, size as GMGeometryMBS)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, depth as integer)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, depth as integer, magick as string)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, magick as string)
- method read(file as folderitem)
- method read(path as string)
- method read(size as GMGeometryMBS, file as folderitem)
- method read(size as GMGeometryMBS, Path as string)
- method reduceNoise
- method reduceNoise(order as double)
- method renderingIntent as integer
- method resolutionUnits as integer
- method roll(columns as UInt32, rows as UInt32)
- method roll(roll as GMGeometryMBS)
- method rotate(degree as double)
- method rows as UInt32
- method sample(geometry as GMGeometryMBS)
- method scale(geometry as GMGeometryMBS)
- method scene as UInt32
- method segment(clusterThreshold as double=1.0, smoothingThreshold as double=1.5)
- method setChromaBluePrimary(x as double, y as double)
- method setchromaGreenPrimary(x as double, y as double)
- method setchromaRedPrimary(x as double, y as double)
- method setchromaWhitePoint(x as double, y as double)
- method SetPicture(pic as picture, x as integer, y as integer)
- method SetPictureMask(maskpic as picture, x as integer, y as integer)
- method shade(azimuth as double=30.0, elevation as double=30.0, colorShading as boolean=false)
- method sharpen(radius as double=0.0, sigma as double=1.0)
- method sharpenChannel(channel as integer, radius as double=0.0, sigma as double=1.0)
- method shave(geometry as GMGeometryMBS)
- method shear(xShearAngle as double, yShearAngle as double)
- method signature(force as boolean=false) as string
- method size as GMGeometryMBS
- method solarize(factor as double=50.0)
- method spread(amount as UInt32=3)
- method stegano(watermark as GMImageMBS)
- method stereo(rightImage as GMImageMBS)
- method strokeAntiAlias as boolean
- method strokeColor as GMColorMBS
- method strokeDashOffset as double
- method strokeLineCap as integer
- method strokeLineJoin as integer
- method strokeMiterLimit as UInt32
- method strokePattern as GMImageMBS
- method strokeWidth as double
- method subImage as UInt32
- method subRange as UInt32
- method swirl(degree as double)
- method syncPixels
- method textEncoding as string
- method texture(texture as GMImageMBS)
- method threshold(degree as double)
- method tileName as string
- method totalColors as UInt32
- method transform(imageGeometry as GMGeometryMBS)
- method transform(imageGeometry as GMGeometryMBS, cropGeometry as GMGeometryMBS)
- method transformOrigin(tx as double, ty as double)
- method transformReset
- method transformRotation(angle as double)
- method transformScale(tx as double, ty as double)
- method transformSkewX(x as double)
- method transformSkewY(y as double)
- method transparent(color as GMColorMBS)
- method trim
- method type as integer
- method unregisterId
- method unsharpmask(radius as double, sigma as double, amount as double, threshold as double)
- method unsharpmaskChannel(channel as integer, radius as double, sigma as double, amount as double, threshold as double)
- method verbose as boolean
- method view as string
- method wave(amplitude as double=25.0, wavelength as double=150.0)
- method write(blob as GMBlobMBS)
- method write(blob as GMBlobMBS, magick as string)
- method write(blob as GMBlobMBS, magick as string, depth as UInt32)
- method write(file as folderitem)
- method write(Path as string)
- method x11Display as string
- method xResolution as double
- method yResolution as double
- method zoom(geometry as GMGeometryMBS)
- property handle as Integer
- property height as integer
- property width as integer
- const AbsoluteIntent = 3
- const AddCompositeOp = 8
- const AddNoisePreview = 14
- const AllChannels = 9
- const AllCompliance = &hffff
- const AssociatedAlpha = 1
- const AtopCompositeOp = 4
- const BackgroundDispose = 2
- const BesselFilter = 14
- const BilevelType = 1
- const BlackChannel = 7
- const BlackmanFilter = 7
- const BlueChannel = 4
- const BlurPreview = 16
- const BottomLeftOrientation = 4
- const BottomRightOrientation = 3
- const BoxFilter = 2
- const BrightnessPreview = 6
- const BumpmapCompositeOp = 12
- const BZipCompression = 2
- const CatromFilter = 11
- const CenterGravity = 5
- const CharcoalDrawingPreview = 28
- const ClearCompositeOp = 18
- const ColorizeCompositeOp = 28
- const ColorSeparationMatteType = 9
- const ColorSeparationType = 8
- const ConcatenateMode = 3
- const CopyBlackCompositeOp = 35
- const CopyBlueCompositeOp = 16
- const CopyCompositeOp = 13
- const CopyCyanCompositeOp = 32
- const CopyGreenCompositeOp = 15
- const CopyMagentaCompositeOp = 33
- const CopyOpacityCompositeOp = 17
- const CopyRedCompositeOp = 14
- const CopyYellowCompositeOp = 34
- const CubicFilter = 10
- const CyanChannel = 1
- const DarkenCompositeOp = 24
- const DespecklePreview = 12
- const DifferenceCompositeOp = 10
- const DirectClass = 1
- const DisplaceCompositeOp = 20
- const DissolveCompositeOp = 19
- const DivideCompositeOp = 36
- const DullPreview = 9
- const EastGravity = 6
- const EdgeDetectPreview = 18
- const FaxCompression = 3
- const ForgetGravity = 0
- const FrameMode = 1
- const GammaPreview = 7
- const GaussianFilter = 8
- const GaussianNoise = 1
- const GrayChannel = 10
- const GrayscaleMatteType = 3
- const GrayscalePreview = 10
- const GrayscaleType = 2
- const GreenChannel = 2
- const Group4Compression = 4
- const HammingFilter = 6
- const HanningFilter = 5
- const HermiteFilter = 4
- const HueCompositeOp = 26
- const HuePreview = 4
- const ImplodePreview = 25
- const ImpulseNoise = 3
- const InCompositeOp = 2
- const JPEGCompression = 5
- const JPEGPreview = 29
- const LanczosFilter = 13
- const LaplacianNoise = 4
- const LeftBottomOrientation = 8
- const LeftTopOrientation = 5
- const LightenCompositeOp = 25
- const LineInterlace = 2
- const LosslessJPEGCompression = 6
- const LSBEndian = 1
- const LuminizeCompositeOp = 29
- const LZWCompression = 7
- const MagentaChannel = 3
- const MatteChannel = 8
- const MinusCompositeOp = 7
- const MitchellFilter = 12
- const ModulateCompositeOp = 21
- const MSBEndian = 2
- const MultiplicativeGaussianNoise = 2
- const MultiplyCompositeOp = 11
- const NativeEndian = 3
- const NoCompliance = 0
- const NoCompositeOp = 23
- const NoCompression = 1
- const NoInterlace = 1
- const NoneDispose = 1
- const NorthEastGravity = 3
- const NorthGravity = 2
- const NorthWestGravity = 1
- const OilPaintPreview = 27
- const OpacityChannel = 6
- const OptimizeType = 10
- const OutCompositeOp = 3
- const OverCompositeOp = 1
- const OverlayCompositeOp = 31
- const PaletteMatteType = 5
- const PaletteType = 4
- const PartitionInterlace = 4
- const PerceptualIntent = 2
- const PixelsPerCentimeterResolution = 2
- const PixelsPerInchResolution = 1
- const PlaneInterlace = 3
- const PlusCompositeOp = 6
- const PointFilter = 1
- const PoissonNoise = 5
- const PreviousDispose = 3
- const PseudoClass = 2
- const QuadraticFilter = 9
- const QuantizePreview = 11
- const RaisePreview = 22
- const RedChannel = 0
- const ReduceNoisePreview = 13
- const RelativeIntent = 4
- const RightBottomOrientation = 7
- const RightTopOrientation = 6
- const RLECompression = 8
- const RollPreview = 3
- const RotatePreview = 1
- const SaturateCompositeOp = 27
- const SaturationIntent = 1
- const SaturationPreview = 5
- const ScreenCompositeOp = 30
- const SegmentPreview = 23
- const ShadePreview = 21
- const SharpenPreview = 15
- const ShearPreview = 2
- const SincFilter = 15
- const SolarizePreview = 20
- const SouthEastGravity = 9
- const SouthGravity = 8
- const SouthWestGravity = 7
- const SpiffPreview = 8
- const SpreadPreview = 19
- const StaticGravity = 10
- const SubtractCompositeOp = 9
- const SVGCompliance = 1
- const SwirlPreview = 24
- const ThresholdCompositeOp = 22
- const ThresholdPreview = 17
- const TopLeftOrientation = 1
- const TopRightOrientation = 2
- const TriangleFilter = 3
- const TrueColorMatteType = 7
- const TrueColorType = 6
- const UnassociatedAlpha = 2
- const UndefinedChannel = 0
- const UndefinedClass = 0
- const UndefinedCompliance = 0
- const UndefinedCompositeOp = 0
- const UndefinedCompression = 0
- const UndefinedDispose = 0
- const UndefinedEndian = 0
- const UndefinedFilter = 0
- const UndefinedIntent = 0
- const UndefinedInterlace = 0
- const UndefinedMode = 0
- const UndefinedOrientation = 0
- const UndefinedPreview = 0
- const UndefinedResolution = 0
- const UndefinedType = 0
- const UnframeMode = 2
- const UniformNoise = 0
- const UnspecifiedAlpha = 0
- const WavePreview = 26
- const WestGravity = 4
- const X11Compliance = 2
- const XorCompositeOp = 5
- const XPMCompliance = 4
- const YellowChannel = 5
- const ZipCompression = 9
- class GMLockMBS
- method Constructor(mutexlock as GMMutexLockMBS)
- property handle as Integer
- property target as GMMutexLockMBS
- class GMMutexLockMBS
- class GMNotInitializedExceptionMBS
- class GMPathArgsMBS
- method Constructor
- method Constructor(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method Constructor(x1 as double, y1 as double, x as double, y as double)
- method Constructor(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- property largeArcFlag as Boolean
- property radiusX as double
- property radiusY as double
- property sweepFlag as Boolean
- property x as double
- property x1 as double
- property x2 as double
- property xAxisRotation as double
- property y as double
- property y1 as double
- property y2 as double
- class GMPixelsMBS
- method columns as Uint32
- method Constructor(Image as GMImageMBS)
- method rows as Uint32
- method sync
- method x as Uint32
- method y as UInt32
- property handle as Integer
- class GMTypeMetricMBS
- method ascent as double
- method Constructor
- method descent as double
- method maxHorizontalAdvance as double
- method textHeight as double
- method textWidth as double
- property handle as Integer
- class GMUnsupportedExceptionMBS
The items on this page are in the following plugins: MBS REALbasic GraphicsMagick Plugin.
Links
MBS Realbasic PDF Plugins - Bilder aus Nickenich