FormatCorePlugin_GetImageInformation

Definition

Get image information.

int32_t FormatCorePlugin_GetImageInformation(

  FC_ImageHandle handle,

  FC_ImageInformation *info

);

Arguments

[IN]handle

Handle to a reader instance that previously opened an image.

[OUT]info

An FC_ImageInformation to be filled in by the plugin.

Return Value

FORMATCORE_SUCCESS or FORMATCORE_FAILURE.

Remarks

Is called after Open. Should return the image information structure.