FreeImage.NET Class Library Reference
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: BooleanTrue if this plugin can save bitmaps in the desired bit depth, else false.
See Also