FreeImagePlugin Methods

FreeImage.NET

FreeImagePlugin Methods

The FreeImagePlugin type exposes the following members.

Methods
  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method SupportsExportBPP
Checks whether this plugin can save bitmaps in the desired bit depth.
Public method SupportsExportType
Checks whether this plugin can save a bitmap in the desired data type.
Public method ToString
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
(Overrides ObjectToString.)
Public method ValidExtension(String)
Checks whether an extension is valid for this format.
Public method ValidExtension(String, StringComparison)
Checks whether an extension is valid for this format.
Public method ValidFilename(String)
Checks whether a filename is valid for this format.
Public method ValidFilename(String, StringComparison)
Checks whether a filename is valid for this format.
Top
See Also