GM16ImageMBS constants

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to GM16ImageMBS class.

GM16ImageMBS.AbsoluteIntent = 3

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

GM16ImageMBS.AddCompositeOp = 8

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

GM16ImageMBS.AllChannels = 10

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

GM16ImageMBS.AllCompliance = &hffff

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

GM16ImageMBS.AssociatedAlpha = 1

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

GM16ImageMBS.AtopCompositeOp = 4

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

GM16ImageMBS.BackgroundDispose = 2

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

GM16ImageMBS.BesselFilter = 14

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

GM16ImageMBS.BilevelType = 1

Type Topic Plugin Version
const GraphicsMagick MBS GraphicsMagick Plugin 14.1
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 GM16ImageMBS(Pic)

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

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

GM16ImageMBS.BlackChannel = 8

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

GM16ImageMBS.BlackmanFilter = 7

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

GM16ImageMBS.BlueChannel = 5

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

GM16ImageMBS.BottomLeftOrientation = 4

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

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

GM16ImageMBS.BottomRightOrientation = 3

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

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

GM16ImageMBS.BoxFilter = 2

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

GM16ImageMBS.BumpmapCompositeOp = 12

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

GM16ImageMBS.BZipCompression = 2

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

GM16ImageMBS.CatromFilter = 11

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

GM16ImageMBS.CenterGravity = 5

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

GM16ImageMBS.ClearCompositeOp = 18

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

GM16ImageMBS.ColorizeCompositeOp = 28

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

GM16ImageMBS.ColorSeparationMatteType = 9

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

GM16ImageMBS.ColorSeparationType = 8

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

GM16ImageMBS.ConcatenateMode = 3

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

GM16ImageMBS.CopyBlackCompositeOp = 35

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

GM16ImageMBS.CopyBlueCompositeOp = 16

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

GM16ImageMBS.CopyCompositeOp = 13

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

GM16ImageMBS.CopyCyanCompositeOp = 32

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

GM16ImageMBS.CopyGreenCompositeOp = 15

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

GM16ImageMBS.CopyMagentaCompositeOp = 33

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

GM16ImageMBS.CopyOpacityCompositeOp = 17

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

GM16ImageMBS.CopyRedCompositeOp = 14

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

GM16ImageMBS.CopyYellowCompositeOp = 34

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

GM16ImageMBS.CubicFilter = 10

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

GM16ImageMBS.CyanChannel = 2

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

GM16ImageMBS.DarkenCompositeOp = 24

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

GM16ImageMBS.DifferenceCompositeOp = 10

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

GM16ImageMBS.DirectClass = 1

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

GM16ImageMBS.DisplaceCompositeOp = 20

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

GM16ImageMBS.DissolveCompositeOp = 19

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

GM16ImageMBS.DivideCompositeOp = 36

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

GM16ImageMBS.EastGravity = 6

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

GM16ImageMBS.FaxCompression = 3

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

GM16ImageMBS.ForgetGravity = 0

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

GM16ImageMBS.FrameMode = 1

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

GM16ImageMBS.GaussianFilter = 8

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

GM16ImageMBS.GaussianNoise = 1

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

GM16ImageMBS.GrayChannel = 11

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

GM16ImageMBS.GrayscaleMatteType = 3

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

GM16ImageMBS.GrayscaleType = 2

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

GM16ImageMBS.GreenChannel = 3

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

GM16ImageMBS.Group4Compression = 4

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

GM16ImageMBS.HammingFilter = 6

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

GM16ImageMBS.HanningFilter = 5

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

GM16ImageMBS.HermiteFilter = 4

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

GM16ImageMBS.HueCompositeOp = 26

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

GM16ImageMBS.ImpulseNoise = 3

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

GM16ImageMBS.InCompositeOp = 2

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

GM16ImageMBS.JPEGCompression = 5

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

GM16ImageMBS.LanczosFilter = 13

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

GM16ImageMBS.LaplacianNoise = 4

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

GM16ImageMBS.LeftBottomOrientation = 8

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

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

GM16ImageMBS.LeftTopOrientation = 5

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

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

GM16ImageMBS.LightenCompositeOp = 25

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

GM16ImageMBS.LineInterlace = 2

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

GM16ImageMBS.LosslessJPEGCompression = 6

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

GM16ImageMBS.LSBEndian = 1

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

"little" endian

GM16ImageMBS.LuminizeCompositeOp = 29

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

GM16ImageMBS.LZWCompression = 7

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

GM16ImageMBS.MagentaChannel = 4

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

GM16ImageMBS.MatteChannel = 9

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

GM16ImageMBS.MinusCompositeOp = 7

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

GM16ImageMBS.MitchellFilter = 12

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

GM16ImageMBS.ModulateCompositeOp = 21

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

GM16ImageMBS.MSBEndian = 2

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

"big" endian

GM16ImageMBS.MultiplicativeGaussianNoise = 2

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

GM16ImageMBS.MultiplyCompositeOp = 11

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

GM16ImageMBS.NativeEndian = 3

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

native endian

GM16ImageMBS.NoCompliance = 0

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

GM16ImageMBS.NoCompositeOp = 23

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

GM16ImageMBS.NoCompression = 1

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

GM16ImageMBS.NoInterlace = 1

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

GM16ImageMBS.NoneDispose = 1

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

GM16ImageMBS.NorthEastGravity = 3

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

GM16ImageMBS.NorthGravity = 2

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

GM16ImageMBS.NorthWestGravity = 1

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

GM16ImageMBS.OpacityChannel = 7

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

GM16ImageMBS.OptimizeType = 10

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

GM16ImageMBS.OutCompositeOp = 3

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

GM16ImageMBS.OverCompositeOp = 1

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

GM16ImageMBS.OverlayCompositeOp = 31

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

Not yet implemented in GraphicsMagick.

GM16ImageMBS.PaletteMatteType = 5

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

GM16ImageMBS.PaletteType = 4

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

GM16ImageMBS.PartitionInterlace = 4

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

GM16ImageMBS.PerceptualIntent = 2

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

GM16ImageMBS.PixelsPerCentimeterResolution = 2

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

GM16ImageMBS.PixelsPerInchResolution = 1

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

GM16ImageMBS.PlaneInterlace = 3

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

GM16ImageMBS.PlusCompositeOp = 6

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

GM16ImageMBS.PointFilter = 1

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

GM16ImageMBS.PoissonNoise = 5

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

GM16ImageMBS.PreviousDispose = 3

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

GM16ImageMBS.PseudoClass = 2

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

GM16ImageMBS.QuadraticFilter = 9

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

GM16ImageMBS.RedChannel = 1

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

GM16ImageMBS.RelativeIntent = 4

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

GM16ImageMBS.RightBottomOrientation = 7

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

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

GM16ImageMBS.RightTopOrientation = 6

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

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

GM16ImageMBS.RLECompression = 8

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

GM16ImageMBS.SaturateCompositeOp = 27

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

GM16ImageMBS.SaturationIntent = 1

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

GM16ImageMBS.ScreenCompositeOp = 30

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

Not yet implemented in GraphicsMagick.

GM16ImageMBS.SincFilter = 15

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

GM16ImageMBS.SouthEastGravity = 9

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

GM16ImageMBS.SouthGravity = 8

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

GM16ImageMBS.SouthWestGravity = 7

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

GM16ImageMBS.StaticGravity = 10

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

GM16ImageMBS.SubtractCompositeOp = 9

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

GM16ImageMBS.SVGCompliance = 1

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

GM16ImageMBS.ThresholdCompositeOp = 22

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

GM16ImageMBS.TopLeftOrientation = 1

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

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

GM16ImageMBS.TopRightOrientation = 2

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

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

GM16ImageMBS.TriangleFilter = 3

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

GM16ImageMBS.TrueColorMatteType = 7

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

break // see in debugger a red picture

GM16ImageMBS.TrueColorType = 6

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

GM16ImageMBS.UnassociatedAlpha = 2

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

GM16ImageMBS.UndefinedChannel = 0

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

GM16ImageMBS.UndefinedClass = 0

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

GM16ImageMBS.UndefinedCompliance = 0

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

GM16ImageMBS.UndefinedCompositeOp = 0

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

GM16ImageMBS.UndefinedCompression = 0

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

GM16ImageMBS.UndefinedDispose = 0

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

GM16ImageMBS.UndefinedEndian = 0

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

GM16ImageMBS.UndefinedFilter = 0

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

GM16ImageMBS.UndefinedIntent = 0

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

GM16ImageMBS.UndefinedInterlace = 0

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

GM16ImageMBS.UndefinedMode = 0

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

GM16ImageMBS.UndefinedOrientation = 0

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

Line direction: Unknown
Frame Direction: Unknown

GM16ImageMBS.UndefinedResolution = 0

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

GM16ImageMBS.UndefinedType = 0

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

GM16ImageMBS.UnframeMode = 2

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

GM16ImageMBS.UniformNoise = 0

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

GM16ImageMBS.UnspecifiedAlpha = 0

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

GM16ImageMBS.WestGravity = 4

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

GM16ImageMBS.X11Compliance = 2

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

GM16ImageMBS.XorCompositeOp = 5

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

GM16ImageMBS.XPMCompliance = 4

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

GM16ImageMBS.YellowChannel = 6

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

GM16ImageMBS.ZipCompression = 9

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

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


💬 Ask a question or report a problem