FreeImage.FIFSupportsNoPixels Method

FreeImage.NET

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: Boolean
True if the plugin can load only the header, else false.
See Also