Platforms to show: All Mac Windows Linux Cross-Platform

The module ImageMagick7MBS

module ImageMagick7MBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The module for global functions.

The MBS Plugin can load 8, 16, 32 or 64 bit ImageMagick libraries with or without HDRI support. We detect what library is loaded and adjust in various functions. Check QuantumDepth, QuantumSize and HDRI properties.

All class names have currently 7 in the class name to give users of the older classes time for the transition.
Currently we use ImageMagick 7.0.9. The plugin may work with older/newer versions of 7.x.

We do have functions to use Xojo pictures with CopyPicture and SetPicture. Those move pixels as they are, so it is up to you to do proper color management. As Xojo pictures are just 8bit RGB, you may loose information on conversion. ExportPixels and ImportPixels functions can move pixel data into/from memory blocks.

Best to avoid Xojo pictures and load image here, modify it and save it again.

Some examples which use this module:

Blog Entries

Release notes

  • Version 20.0
    • Added new ImageMagick 7.x classes. ImageMagick7MBS and related classes. Works with 8 to 64-bit quantum depth and HDRI support.

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


The biggest plugin in space...