Platforms to show: All Mac Windows Linux Cross-Platform
GMImageChannelStatisticsMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | Yes | Yes | Yes | Yes | No |
Example:
dim f as FolderItem = SpecialFolder.Desktop.Child("test.jpg")
dim g as new GMImageMBS(f)
dim stat as GMImageStatisticsMBS = g.statistics
dim gs as GMImageChannelStatisticsMBS = stat.blue
MsgBox "blue channel: "+str(gs.minimum)+"-"+str(Gs.maximum)+", mean "+str(gs.mean)
- 5 properties
- property maximum as Double
- property mean as Double
- property minimum as Double
- property standardDeviation as Double
- property variance as Double
- method Constructor
This class has no sub classes.
Some properties using for this class:
- GMImageStatisticsMBS.blue as GMImageChannelStatisticsMBS
- GMImageStatisticsMBS.green as GMImageChannelStatisticsMBS
- GMImageStatisticsMBS.opacity as GMImageChannelStatisticsMBS
- GMImageStatisticsMBS.red as GMImageChannelStatisticsMBS
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.
Links
MBS FileMaker tutorial videos