iwiResize_GetBorderSize
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 isNULL.