MBS Plugin Documentation

Search:

Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchie

New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0

The list of the   themes,   classes,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

GIFMBS.Add(block as GifBlockMBS)
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Adds a block to this gif object.
GIFMBS.Block(index as integer) as GifBlockMBS
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The blocks attached to this gif object.
Notes: Index is 0 based.
class GIFMBS
class, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: A class for reading or writing gif files.
Notes: There are patents on the lzw compression used in this class for writing gif files. This patents may be timeout out for some countries, but please check for your target countries.
GIFMBS.Count as Integer
property, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Number of blocks attached to this gif object.
Notes: (Read only property)
GIFMBS.Header as String
property, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The header string for this gif object.
Notes:
e.g. "GIF89a"
(Read and Write property)
GIFMBS.MakeFirstMask as picture
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Searches the first picture in this gif object and returns the matching mask.
Notes: Returns nil on any error.
GIFMBS.MakeFirstPicture as picture
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Searches the first picture in this gif object and returns this picture.
Notes:
Returns nil on any error.
There is not always a mask available!
GIFMBS.MakeFirstPictureWithMask as picture
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Searches the first picture in this gif object and returns this picture with mask (if exists).
Notes:
Returns nil on any error.
There is not always a mask available!
GIFMBS.Print(file as folderitem) as boolean
method, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Writes out some debug information about the gif object into a text file.
Notes: Returns true on success.
GIFMBS.Screen as GifScreenMBS
property, Pictures Import and Export, MBS GIF Plugin (GIF), class GIFMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The screen object attached to this gif object.
Notes: (Read and Write property)

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