The FreeImagePlugin type exposes the following members.

Methods

  NameDescription
SupportsExportBPP
Checks whether this plugin can save bitmaps in the desired bit depth.
SupportsExportType
Checks whether this plugin can save a bitmap in the desired data type.
ToString
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
(Overrides Object..::.ToString()()().)
ValidExtensionOverloaded.
ValidFilenameOverloaded.

Properties

  NameDescription
Description
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
Enabled
Gets or sets whether this plugin is enabled.
ExtentsionList
Gets a comma-delimited file extension list describing the bitmap formats this plugin can read and/or write.
FIFormat
Gets the format of this instance.
Format
Gets a string describing the format.
RegExpr
Returns a regular expression string that can be used by a regular expression engine to identify the bitmap. FreeImageQt makes use of this function.
SupportsICCProfiles
Gets whether this plugin can load or save an ICC profile.
SupportsReading
Gets whether this plugin can load bitmaps.
SupportsWriting
Gets whether this plugin can save bitmaps.

See Also