FreeImage.FIFSupportsExportType Method

FreeImage.NET

FreeImageFIFSupportsExportType Method
Checks if a plugin can save a bitmap in the desired data type.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FIFSupportsExportType(
	FREE_IMAGE_FORMAT fif,
	FREE_IMAGE_TYPE type
)

Parameters

fif
Type: FreeImageAPIFREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
type
Type: FreeImageAPIFREE_IMAGE_TYPE
The desired image type.

Return Value

Type: Boolean
True if the plugin can save bitmaps as the desired type, else false.
See Also