Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMImageMBS class.

GMImageMBS.AbsoluteIntent = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the intent type constants.

GMImageMBS.AddCompositeOp = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.AllChannels = 10

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.AllCompliance = &hffff

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.AssociatedAlpha = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible alpha type constants.

GMImageMBS.AtopCompositeOp = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.BackgroundDispose = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the gif dispose type constants.

GMImageMBS.BesselFilter = 14

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.BilevelType = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.
Example
// load a picture
dim f as FolderItem = SpecialFolder.Desktop.Child("test.png")
dim pic as Picture = Picture.Open(f)

const GrayColorSpace = 2

Dim Converter As New GMImageMBS(Pic)

// quantize with dither
Converter.type = GMImageMBS.BilevelType
Converter.quantizeColorSpace = GrayColorSpace
Converter.quantizeColors = 2
Converter.quantizeDither = True
Converter.quantize

// convert back to Xojo
Converter.type = GMImageMBS.TrueColorType
Backdrop = Converter.CopyPicture

GMImageMBS.BlackChannel = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.BlackmanFilter = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.BlueChannel = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.BottomLeftOrientation = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Left to right
Frame Direction: Bottom to top

GMImageMBS.BottomRightOrientation = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Right to left
Frame Direction: Bottom to top

GMImageMBS.BoxFilter = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.BumpmapCompositeOp = 12

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.BZipCompression = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.CatromFilter = 11

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.CenterGravity = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.ClearCompositeOp = 18

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.ColorizeCompositeOp = 28

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.ColorSeparationMatteType = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.ColorSeparationType = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.ConcatenateMode = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.CopyBlackCompositeOp = 35

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyBlueCompositeOp = 16

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyCompositeOp = 13

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyCyanCompositeOp = 32

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyGreenCompositeOp = 15

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyMagentaCompositeOp = 33

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyOpacityCompositeOp = 17

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyRedCompositeOp = 14

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CopyYellowCompositeOp = 34

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.CubicFilter = 10

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.CyanChannel = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.DarkenCompositeOp = 24

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.DifferenceCompositeOp = 10

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.DirectClass = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the class type constants.

GMImageMBS.DisplaceCompositeOp = 20

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.DissolveCompositeOp = 19

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.DivideCompositeOp = 36

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.EastGravity = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.FaxCompression = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.ForgetGravity = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.FrameMode = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the mode type constants.

GMImageMBS.GaussianFilter = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.GaussianNoise = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.GrayChannel = 11

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.GrayscaleMatteType = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.GrayscaleType = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.GreenChannel = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.Group4Compression = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.HammingFilter = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.HanningFilter = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.HermiteFilter = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.HueCompositeOp = 26

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.ImpulseNoise = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.InCompositeOp = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.JPEGCompression = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.LanczosFilter = 13

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.LaplacianNoise = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.LeftBottomOrientation = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Bottom to top
Frame Direction: Left to right

GMImageMBS.LeftTopOrientation = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Top to bottom
Frame Direction: Left to right

GMImageMBS.LightenCompositeOp = 25

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.LineInterlace = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the interlace type constants.

GMImageMBS.LosslessJPEGCompression = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.LSBEndian = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the endian type constants.

"little" endian

GMImageMBS.LuminizeCompositeOp = 29

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.LZWCompression = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.MagentaChannel = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.MatteChannel = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.MinusCompositeOp = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.MitchellFilter = 12

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.ModulateCompositeOp = 21

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.MSBEndian = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the endian type constants.

"big" endian

GMImageMBS.MultiplicativeGaussianNoise = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.MultiplyCompositeOp = 11

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.NativeEndian = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the endian type constants.

native endian

GMImageMBS.NoCompliance = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.NoCompositeOp = 23

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.NoCompression = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.NoInterlace = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the interlace type constants.

GMImageMBS.NoneDispose = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the gif dispose type constants.

GMImageMBS.NorthEastGravity = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.NorthGravity = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.NorthWestGravity = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.OpacityChannel = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.OptimizeType = 10

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.OutCompositeOp = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.OverCompositeOp = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.OverlayCompositeOp = 31

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

Not yet implemented in GraphicsMagick.

GMImageMBS.PaletteMatteType = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.PaletteType = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.PartitionInterlace = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the interlace type constants.

GMImageMBS.PerceptualIntent = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the intent type constants.

GMImageMBS.PixelsPerCentimeterResolution = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the resolution type constants.

GMImageMBS.PixelsPerInchResolution = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the resolution type constants.

GMImageMBS.PlaneInterlace = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the interlace type constants.

GMImageMBS.PlusCompositeOp = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.PointFilter = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.PoissonNoise = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.PreviousDispose = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the gif dispose type constants.

GMImageMBS.PseudoClass = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the class type constants.

GMImageMBS.QuadraticFilter = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.RedChannel = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.RelativeIntent = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the intent type constants.

GMImageMBS.RightBottomOrientation = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Bottom to top
Frame Direction: Right to left

GMImageMBS.RightTopOrientation = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Top to bottom
Frame Direction: Right to left

GMImageMBS.RLECompression = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.SaturateCompositeOp = 27

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.SaturationIntent = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the intent type constants.

GMImageMBS.ScreenCompositeOp = 30

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

Not yet implemented in GraphicsMagick.

GMImageMBS.SincFilter = 15

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.SouthEastGravity = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.SouthGravity = 8

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.SouthWestGravity = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.StaticGravity = 10

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.SubtractCompositeOp = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.SVGCompliance = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.ThresholdCompositeOp = 22

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.TopLeftOrientation = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Left to right
Frame Direction: Top to bottom

GMImageMBS.TopRightOrientation = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Right to left
Frame Direction: Top to bottom

GMImageMBS.TriangleFilter = 3

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.TrueColorMatteType = 7

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.
Example
Dim mp as new GMImageMBS(new GMGeometryMBS(700, 700), New GMColorRGBMBS(1.0, 0.0, 0.0))
mp.type = mp.TrueColorMatteType
dim p as picture = mp.CopyPicture

break // see in debugger a red picture

GMImageMBS.TrueColorType = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.UnassociatedAlpha = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible alpha type constants.

GMImageMBS.UndefinedChannel = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.UndefinedClass = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the class type constants.

GMImageMBS.UndefinedCompliance = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.UndefinedCompositeOp = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.UndefinedCompression = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

GMImageMBS.UndefinedDispose = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the gif dispose type constants.

GMImageMBS.UndefinedEndian = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the endian type constants.

GMImageMBS.UndefinedFilter = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the filter type constants.

GMImageMBS.UndefinedIntent = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the intent type constants.

GMImageMBS.UndefinedInterlace = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the interlace type constants.

GMImageMBS.UndefinedMode = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the mode type constants.

GMImageMBS.UndefinedOrientation = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the orientation type constants.

Line direction: Unknown
Frame Direction: Unknown

GMImageMBS.UndefinedResolution = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the resolution type constants.

GMImageMBS.UndefinedType = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the image type constants.

GMImageMBS.UnframeMode = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the mode type constants.

GMImageMBS.UniformNoise = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible noise constants.

GMImageMBS.UnspecifiedAlpha = 0

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible alpha type constants.

GMImageMBS.WestGravity = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible gravity constants.

GMImageMBS.X11Compliance = 2

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.XorCompositeOp = 5

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the composite type constants.

GMImageMBS.XPMCompliance = 4

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the Compliance type constants.

GMImageMBS.YellowChannel = 6

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 9.3
One of the possible channel constants.

GMImageMBS.ZipCompression = 9

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 10.2
One of the compression type constants.

The items on this page are in the following plugins: MBS GraphicsMagick Plugin.


The biggest plugin in space...