Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMImageMBS class.

GMImageMBS.borderGeometryDefault as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The default geometry description for border.

GMImageMBS.cacheThreshold(threshold as UInt32)

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Pixel cache threshold in megabytes.

Once this memory threshold is exceeded, all subsequent pixels cache operations are to/from disk. This setting is shared by all Image objects.

GMImageMBS.FontMap as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 20.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries current font map in use.

The MBS Plugin provides to GraphicsMagick the font map to use.
This is a XML defining which fonts are available.
Use this function to learn what fonts may be available or debug to see why a font doesn't load.

GMImageMBS.frameGeometryDefault as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The default geometry description for frame.

GMImageMBS.IsLoggingEnabled as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Checks whether logging is enabled.

Returns true if we log GraphicsMagick usage.

GMImageMBS.JasperLibVersion as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries version string for jasper library.

GMImageMBS.LibVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the version string of the GraphicsMagick library.

GMImageMBS.LoadIconvLibrary(path as String, byref Error as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the iconv library.

The GraphicsMagick classes may use libiconv for text encoding conversion.
If you explicitly need, you can load the library on start of solution.

MBS Plugin may try to load iconv.dll/dylib/so automatically when first iconv function is called.

GMImageMBS.MagickVersion as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the version text of the GraphicsMagick library.

GMImageMBS.PNGLibVersion as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 17.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries PNG library version string.

GMImageMBS.QuantumDepth as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the quantum depth.

GMImageMBS.raiseGeometryDefault as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The default geometry description for raise.

GMImageMBS.ReleaseDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the release date of the used graphics magick library.

We update the library only when someone needs an update, so if you need, please contact us.

GMImageMBS.SetLogEventMask(events as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Set log event mask.
Example
GMImageMBS.SetLogEventMask("coder,annotate")

Defines which events are logged.
By default logging goes to stderr, so on macOS you may need to run your app via Terminal to see logs there.

List of events includes: none, Configure, Annotate, Render, Transform, Locale, Coder, X11, Cache, Blob, Deprecate, User, Resource, TemporaryFile, Exception, Option, Information, Warning, Error, FatalError and All.

GMImageMBS.TIFFLibVersion as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries version string for tiff library.

GMImageMBS.WebPVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 23.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns version of WebP library.

Should be a version string like "1.3.0".

GMImageMBS.ZLibVersion as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GraphicsMagick MBS GraphicsMagick Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries version string for zlib library.

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


The biggest plugin in space...