PluginRepository Methods

FreeImage.NET

PluginRepository Methods

The PluginRepository type exposes the following members.

Methods
  Name Description
Public method Static member Plugin(Int32)
Returns an instance of FreeImagePlugin, representing the format at the given index.
Public method Static member Plugin(String)
Returns an instance of FreeImagePlugin. expression is searched in: Format, RegExpr, ValidExtension and ValidFilename.
Public method Static member Plugin(FREE_IMAGE_FORMAT)
Returns an instance of FreeImagePlugin, representing the given format.
Public method Static member PluginFromFilename
Returns an instance of FreeImagePlugin for the given filename.
Public method Static member PluginFromFormat
Returns an instance of FreeImagePlugin for the given format.
Public method Static member PluginFromMime
Returns an instance of FreeImagePlugin for the given mime.
Top
See Also