Platforms to show: All Mac Windows Linux Cross-Platform

GMImageMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Image is the primary object in Magick++ and represents a single image frame (see image design).
Example:
dim c as new GMColorMBS("white")
dim g as new GMGeometryMBS(100,100)
dim image as new GMImageMBS(g, c)
Notes:
With MBS Plugin 14.0 we offer this classes in 8bit (GM prefix) or 16bit (GM16 prefix).

The GMImageArrayMBS class must be used to operate on image sequences or images (e.g. of format GIF, TIFF, MIFF, Postscript, & MNG) which are comprized of multiple image frames. Individual frames of a multi-frame image may be requested by adding array-style notation to the end of the file name (e.g. "animation.gif[3]" retrieves the fourth frame of a GIF animation. Various image manipulation operations may be applied to the image. Attributes may be set on the image to influence the operation of the manipulation operations. The GMPixelsMBS class provides low-level access to image pixels.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Videos


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


GMImageChannelStatisticsMBS   -   GMImageStatisticsMBS


💬 Ask a question or report a problem
The biggest plugin in space...