Function that retrieves specified information about the current image.
PLUGIN_API int __stdcall ID_GetImageInfo
(
ID_StateHdl hs,
ID_ImageInfo* pii
);
hs
Type: ID_StateHdl
[in] Image state handle; hs is set by the host application to the same value that was passed to it by the plug-in during the relevant call to ID_OpenImage.
pii
Type: ID_ImageInfo*
[out] Image information
For a description of return values, see Return Values.
This function will only be called after a call ID_OpenImage, and before a call to ID_CloseImage.
Header: ID_PlugIn.h