Platforms to show: All Mac Windows Linux Cross-Platform
GM16CoderInfoMBS.description as string
Function:
Format description (e.g. "CompuServe graphics interchange format").
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string
for each coder as GM16CoderInfoMBS in coders
names.Append coder.name+" "+coder.description
next
MsgBox Join(names,EndOfLine)
GM16CoderInfoMBS.isMultiFrame as boolean
Function:
Format supports multiple frames.
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string
for each coder as GM16CoderInfoMBS in coders
names.Append coder.name+" "+str(coder.isMultiFrame)
next
MsgBox Join(names,EndOfLine)
GM16CoderInfoMBS.isReadable as boolean
Function:
Format is readable.
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string
for each coder as GM16CoderInfoMBS in coders
names.Append coder.name+" "+str(coder.isReadable)
next
MsgBox Join(names,EndOfLine)
GM16CoderInfoMBS.isWritable as boolean
Function:
Format is writeable.
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string
for each coder as GM16CoderInfoMBS in coders
names.Append coder.name+" "+str(coder.isWritable)
next
MsgBox Join(names,EndOfLine)
GM16CoderInfoMBS.ModuleName as String
Function:
Name of loadable module.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 18.4 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
GM16CoderInfoMBS.name as string
Function:
Format name (e.g. "GIF").
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim coder as GM16CoderInfoMBS = coders(0) // pick first one
MsgBox coder.name
GM16CoderInfoMBS.Note as String
Function:
Usage note for user.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 18.4 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
GM16CoderInfoMBS.Version as String
Function:
Support library version.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | GraphicsMagick | MBS GraphicsMagick Plugin | 18.4 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.
Links
MBS Xojo Plugins