Platforms to show: All Mac Windows Linux Cross-Platform

GM16CoderInfoMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class used to get information about all registered coders.
Example
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string

for each coder as GM16CoderInfoMBS in coders
names.Append coder.name
next

MsgBox Join(names,EndOfLine)

The CoderInfo class provides the means to provide information regarding GraphicsMagick support for an image format (designated by a magick string). It may be used to provide support for a specific named format (provided as an argument to the constructor), or as an element of a container when format support is queried using the coderInfoList() templated function.

This class has no sub classes.

Some examples using this class:


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


GM16BlobMBS   -   GM16ColorGrayMBS


The biggest plugin in space...