Platforms to show: All Mac Windows Linux Cross-Platform

Back to GM16CoderInfoMBS class.

GM16CoderInfoMBS.description as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Format description (e.g. "CompuServe graphics interchange format").
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)

(Read and Write property)

GM16CoderInfoMBS.isMultiFrame as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Format supports multiple frames.
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)

(Read and Write property)

GM16CoderInfoMBS.isReadable as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Format is readable.
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)

(Read and Write property)

GM16CoderInfoMBS.isWritable as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Format is writeable.
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)

(Read and Write property)

GM16CoderInfoMBS.ModuleName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 18.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Name of loadable module.

(Read and Write property)

GM16CoderInfoMBS.name as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Format name (e.g. "GIF").
Example
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim coder as GM16CoderInfoMBS = coders(0) // pick first one

MsgBox coder.name

(Read and Write property)

GM16CoderInfoMBS.Note as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 18.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Usage note for user.

(Read and Write property)

GM16CoderInfoMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 18.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Support library version.

(Read and Write property)

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


The biggest plugin in space...