Platforms to show: All Mac Windows Linux Cross-Platform

GM16ImageMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Image is the primary object in Magick++ and represents a single image frame (see image design).
Example
dim c as new GM16ColorMBS("white")
dim g as new GM16GeometryMBS(100,100)
dim image as new GM16ImageMBS(g, c)

With MBS Plugin 14.0 we offer this classes in 8bit (GM prefix) or 16bit (GM16 prefix).

The GM16ImageArrayMBS 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 GM16PixelsMBS 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

Release notes


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


GM16ImageChannelStatisticsMBS   -   GM16ImageStatisticsMBS


The biggest plugin in space...