FreeImage.NET Class Library Reference
PluginRepository Class |
Class representing all registered FreeImagePlugin in FreeImage.
Inheritance Hierarchy
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static class PluginRepository
The PluginRepository type exposes the following members.
Properties
Name | Description | |
---|---|---|
BMP |
Windows or OS/2 Bitmap File (*.BMP)
| |
BuiltInPlugins |
Gets a list of built-in plugins.
| |
CUT |
Dr. Halo (*.CUT)
| |
DDS |
DirectDraw Surface (*.DDS)
| |
EXR |
OpenEXR format (*.EXR)
| |
FAXG3 |
Raw Fax format CCITT G3 (*.G3)
| |
FIFCount |
Gets the number of registered plugins.
| |
GIF |
Graphics Interchange Format (*.GIF)
| |
HDR |
High Dynamic Range (*.HDR)
| |
ICO |
Independent JPEG Group (*.JPG, *.JIF, *.JPEG, *.JPE)
| |
IFF |
Amiga IFF (*.IFF, *.LBM)
| |
J2K |
JPEG-2000 format (*.J2K, *.J2C)
| |
JNG |
JPEG Network Graphics (*.JNG)
| |
JP2 |
JPEG-2000 format (*.JP2)
| |
JPEG |
Independent JPEG Group (*.JPG, *.JIF, *.JPEG, *.JPE)
| |
KOALA |
Commodore 64 Koala format (*.KOA)
| |
LBM |
Amiga IFF (*.IFF, *.LBM)
| |
LocalPlugins |
Gets a list of local plugins.
| |
MNG |
Multiple Network Graphics (*.MNG)
| |
PBM |
Portable Bitmap (ASCII) (*.PBM)
| |
PBMRAW |
Portable Bitmap (BINARY) (*.PBM)
| |
PCD |
Kodak PhotoCD (*.PCD)
| |
PCX |
Zsoft Paintbrush PCX bitmap format (*.PCX)
| |
PFM |
Portable FloatMap (*.PFM)
| |
PGM |
Portable Graymap (ASCII) (*.PGM)
| |
PGMRAW |
Portable Graymap (BINARY) (*.PGM)
| |
PICT |
Macintosh PICT (*.PICT)
| |
PluginList |
Gets a readonly collection of all plugins.
| |
PNG |
Portable Network Graphics (*.PNG)
| |
PPM |
Portable Pixelmap (ASCII) (*.PPM)
| |
PPMRAW |
Portable Pixelmap (BINARY) (*.PPM)
| |
PSD |
Adobe Photoshop (*.PSD)
| |
RAS |
Sun Rasterfile (*.RAS)
| |
RAW |
RAW camera image (*.*)
| |
ReadablePlugins |
Gets a list of plugins that are able to read.
| |
ReadOnlyPlugins |
Gets a list of plugins that are only able to
read but not to write.
| |
SGI |
Silicon Graphics SGI image format (*.SGI)
| |
StupidPlugins |
Gets a list of plugins that are not able to
read or write.
| |
TARGA |
truevision Targa files (*.TGA, *.TARGA)
| |
TIFF |
Tagged Image File Format (*.TIF, *.TIFF)
| |
WBMP |
Wireless Bitmap (*.WBMP)
| |
WriteablePlugins |
Gets a list of plugins that are able to write.
| |
WriteOnlyPlugins |
Gets a list of plugins that are only able to
write but not to read.
| |
XBM |
X11 Bitmap Format (*.XBM)
| |
XPM |
X11 Pixmap Format (*.XPM)
|
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