Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
imfPlugins [-extension string] [-keyword string] [-multiFrameSupport string] [-pluginName string] [-readSupport string] [-writeSupport string] [string]
imfPlugins is NOT undoable, queryable, and NOT editable.
This command queries all the available imf plugins for its
name, keyword or image file extension.
Only one of the attributes (name, keyword or extension) can be queried at a time.
If no flags are specified, this command returns a list of all available plugin
names.
In query mode, return type is based on queried flag.
imf
extension, keyword, multiFrameSupport, pluginName, readSupport, writeSupport
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
imfPlugins -q;
// returns a list of all imf plugin names
imfPlugins -q -ext pluginName;
// returns image file extension of the plugin
imfPlugins -q -key pluginName;
// returns IMF keyword of the plugin
imfPlugins -q -pn imfKeyWord;
// returns plugin name corresponding to imf keyword
imfPlugins -q -ws imfKeyWord;
// returns true if this plugin key supports write operations
imfPlugins -q -rs imfKeyWord;
// returns true if this plugin key supports read operations
imfPlugins -q -mfs imfKeyWord;
// returns true if this plugin key supports multiframe input/output