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

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

Syntax

C#
public bool SupportsExportBPP(
	int bpp
)
Visual Basic (Declaration)
Public Function SupportsExportBPP ( _
	bpp As Integer _
) As Boolean
Visual C++
public:
bool SupportsExportBPP(
	int bpp
)

Parameters

bpp
Type: System..::.Int32
The desired bit depth.

Return Value

True if this plugin can save bitmaps in the desired bit depth, else false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also