plugin_init


Description:


public void plugin_init (int max_width)

This function facilitates a plugin's need to create any internal caches before anything else is done.

This function must exist in each plugin and is called immediately after the plugin is loaded. Conversely, plugin_shutdown is called before tear down of the plugin system or plugin itself.

Parameters:

max_width

The maximum width that an image is allowed to be


Namespace: MediaArt
Package: libmediaart-1.0