FreeImage.NET Class Library Reference
FreeImagePlugin Methods |
The FreeImagePlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
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 ObjectToString.) |
|
ValidExtension(String) |
Checks whether an extension is valid for this format.
|
|
ValidExtension(String, StringComparison) |
Checks whether an extension is valid for this format.
|
|
ValidFilename(String) |
Checks whether a filename is valid for this format.
|
|
ValidFilename(String, StringComparison) |
Checks whether a filename is valid for this format.
|
See Also