FreeImagePlugin.SupportsExportBPP Method

FreeImage.NET

FreeImagePluginSupportsExportBPP Method
Checks whether this plugin can save bitmaps in the desired bit depth.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool SupportsExportBPP(
	int bpp
)

Parameters

bpp
Type: SystemInt32
The desired bit depth.

Return Value

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