FreeImage.NET Class Library Reference
FreeImageFIFSupportsNoPixels Method |
Checks if a plugin can load only the image header
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FIFSupportsNoPixels( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
Return Value
Type: BooleanTrue if the plugin can load only the header, else false.
See Also