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

NewPictureEditor24MBS(pic as picture) as PictureEditor24MBS
global method, Graphics & Pictures, MBS Picture Plugin (PictureEditor), Plugin version: 6.5, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Creates a new picture editor editing the given picture.
Notes:
Returns nil on failure.
Works currently only for bitmap images on Mac OS and Windows.

use PictureEditor24MBS for 24 bit pictures and PictureEditor32MBS for 32 bit pictures. If one fails you can try the other one.
NewPictureEditor32MBS(pic as picture) as PictureEditor32MBS
global method, Graphics & Pictures, MBS Picture Plugin (PictureEditor), Plugin version: 6.5, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Creates a new picture editor editing the given picture.
Notes:
Returns nil on failure.
Works currently only for bitmap images on Mac OS and Windows.

use PictureEditor24MBS for 24 bit pictures and PictureEditor32MBS for 32 bit pictures. If one fails you can try the other one.

Some examples using this method:

NewPictureReaderMBS(pic as picture) as PictureReaderMBS
global method, Graphics & Pictures, MBS Picture Plugin (PictureEditor), Plugin version: 6.5, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Creates a new picture reader.
Notes:
Returns nil on failure.
Please report if nil is returned as it should work always (except for low memory).

Some examples using this method:

NewPictureWriterMBS(width as integer, height as integer) as PictureWriterMBS
global method, Graphics & Pictures, MBS Picture Plugin (PictureEditor), Plugin version: 6.5, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Creates a new picture writer.
Notes: Returns nil on failure (low memory).

Some examples using this method:

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