Platforms to show: All Mac Windows Linux Cross-Platform
GMImageMBS.borderGeometryDefault as String
Function:
The default geometry description for border.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.cacheThreshold(threshold as UInt32)
Function:
Pixel cache threshold in megabytes.
Notes: Once this memory threshold is exceeded, all subsequent pixels cache operations are to/from disk. This setting is shared by all Image objects.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: 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
Function:
Queries current font map in use.
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
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
Function:
The default geometry description for frame.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.IsLoggingEnabled as Boolean
Function:
Checks whether logging is enabled.
Notes: Returns true if we log GraphicsMagick usage.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Returns true if we log GraphicsMagick usage.
GMImageMBS.JasperLibVersion as string
Function:
Queries version string for jasper library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.LibVersion as String
Function:
Returns the version string of the GraphicsMagick library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.LoadIconvLibrary(path as String, byref Error as String) as boolean
Function:
Loads the iconv library.
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
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
Function:
Queries the version text of the GraphicsMagick library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.PNGLibVersion as string
Function:
Queries PNG library version string.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 17.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.QuantumDepth as Integer
Function:
Returns the quantum depth.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.raiseGeometryDefault as String
Function:
The default geometry description for raise.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.ReleaseDate as String
Function:
Returns the release date of the used graphics magick library.
Notes: We update the library only when someone needs an update, so if you need, please contact us.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: We update the library only when someone needs an update, so if you need, please contact us.
GMImageMBS.SetLogEventMask(events as String)
Function:
Set log event mask.
Example:
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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
Function:
Queries version string for tiff library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GMImageMBS.ZLibVersion as string
Function:
Queries version string for zlib library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.

Links
MBS Xojo Plugins