Visible to Intel only — GUID: GUID-C2F32AFC-A390-45A9-8ADF-D398BDC8D39F
iwiResize_GetBorderSize
Syntax
IW_DECL(IppStatus) iwiResize_GetBorderSize(
const IwiResizeSpec *pSpec,
IwiBorderSize *pBorderSize
);
Parameters
pSpec |
Pointer to the Resize internal specification structure. |
pBorderSize |
Pointer to the border size structure. |
Description
This function calculates the size of image borders for the Resize operation.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
Parent topic: Resize