FreeImage.NET Class Library Reference
PluginRepository Methods |
The PluginRepository type exposes the following members.
Methods
Name | Description | |
---|---|---|
Plugin(Int32) |
Returns an instance of FreeImagePlugin,
representing the format at the given index.
|
|
Plugin(String) |
Returns an instance of FreeImagePlugin.
expression is searched in:
Format, RegExpr,
ValidExtension and ValidFilename.
|
|
Plugin(FREE_IMAGE_FORMAT) |
Returns an instance of FreeImagePlugin, representing the given format.
|
|
PluginFromFilename |
Returns an instance of FreeImagePlugin for the given filename.
|
|
PluginFromFormat |
Returns an instance of FreeImagePlugin for the given format.
|
|
PluginFromMime |
Returns an instance of FreeImagePlugin for the given mime.
|
See Also