FreeImage.FIFSupportsExportBPP Method

FreeImage.NET

FreeImageFIFSupportsExportBPP Method
Checks if a plugin can save bitmaps in the desired bit depth.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FIFSupportsExportBPP(
	FREE_IMAGE_FORMAT fif,
	int bpp
)

Parameters

fif
Type: FreeImageAPIFREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
bpp
Type: SystemInt32
The desired bit depth.

Return Value

Type: Boolean
True if the plugin can save bitmaps in the desired bit depth, else false.
See Also