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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | ImageMagick7 | MBS GraphicsMagick Plugin | 20.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.