Platforms to show: All Mac Windows Linux Cross-Platform
Back to LCMS2IT8MBS class.
LCMS2IT8MBS.Constructor(context as LCMS2ContextMBS = nil)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
LCMS2IT8MBS.DefineDblFormat(Formatter as string)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
It uses the "C" sprintf convention. The default format string is "%.10g".
LCMS2IT8MBS.EnumDataFormat as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Return the column names in table.
Some examples using this method:
LCMS2IT8MBS.EnumProperties as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns array of property name string.
Some examples using this method:
LCMS2IT8MBS.EnumPropertyMulti(Prop as string) as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Prop: A string holding property name
Returns an array with property names.
LCMS2IT8MBS.FindDataFormat(Sample as string) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
First column is 0 (SAMPLE_ID).
Returns column number if found, ‐1 if not found
LCMS2IT8MBS.HeaderIsDictionary(HeaderName as string) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
LCMS2IT8MBS.HeaderList as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
LCMS2IT8MBS.HeadersAsDictionary as dictionary
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Returns nil on any error.
Some examples using this method:
LCMS2IT8MBS.HeaderSubDictionary(HeaderName as string) as dictionary
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Returns nil on any error.
Some examples using this method:
LCMS2IT8MBS.HeaderValue(HeaderName as string) as string
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
LCMS2IT8MBS.TableCount as UInt32
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns the number of tables on success, 0 on error.
Some examples using this method:
LCMS2IT8MBS.ValidKeywords as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Some examples using this method:
LCMS2IT8MBS.ValidSampleIDs as string()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | LCMS2 | MBS Images Plugin | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Some examples using this method:
The items on this page are in the following plugins: MBS Images Plugin.