The PluginRepository type exposes the following members.

Methods

  NameDescription
PluginOverloaded.
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.

Properties

  NameDescription
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)

See Also