Platforms to show: All Mac Windows Linux Cross-Platform

GM16ImageChannelStatisticsMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The statistics for image channel.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.jpg")
dim g as new GM16ImageMBS(f)
dim stat as GM16ImageStatisticsMBS = g.statistics
dim gs as GM16ImageChannelStatisticsMBS = stat.blue

MsgBox "blue channel: "+str(gs.minimum)+"-"+str(Gs.maximum)+", mean "+str(gs.mean)

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some properties using for this class:


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


GM16ImageArrayMBS   -   GM16ImageMBS


The biggest plugin in space...