FormatCorePlugin_CloseImage

Definition

Close image.

int32_t FormatCorePlugin_CloseImage(

  FC_ImageHandle handle

);

Arguments

[IN]handle

Handle to a reader instance that previously opened an image.

Return Value

FORMATCORE_SUCCESS or FORMATCORE_FAILURE.

Remarks

Closes an image and is called once reading of the image is complete. Handles may be reused, this function should set the handle to a reusable state (FormatCorePlugin_OpenImage may be called again using the same handle).