Visible to Intel only — GUID: GUID-84835C98-5DEB-4A49-BA73-8B78A9382930
iwiImage_Release
Syntax
IW_DECL(IppStatus) iwiImage_Release(
IwiImage *pImage
);
Parameters
pImage |
Pointer to the IwiImage structure. |
Description
This function releases image data that is allocated with iwiImage_Alloc.
Return Values
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Image