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

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool FIFSupportsExportType(
	FREE_IMAGE_FORMAT fif,
	FREE_IMAGE_TYPE type
)
Visual Basic (Declaration)
Public Shared Function FIFSupportsExportType ( _
	fif As FREE_IMAGE_FORMAT, _
	type As FREE_IMAGE_TYPE _
) As Boolean
Visual C++
public:
static bool FIFSupportsExportType(
	FREE_IMAGE_FORMAT fif, 
	FREE_IMAGE_TYPE type
)

Parameters

fif
Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
type
Type: FreeImageAPI..::.FREE_IMAGE_TYPE
The desired image type.

Return Value

True if the plugin can save bitmaps as the desired type, else false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also