Interface for CResize wrapper.
More...
Go to the source code of this file.
|
| CResize | CResize_Create (const CIDRS argIDRS, idrs_exception *pargException) |
| | Creates a new CResize object.
|
| |
| void | CResize_Resize (const CResize argCResize, CImage argImage, IDRS_UINT const uiPercentage, idrs_exception *pargException) |
| | Resize resizes the image.
|
| |
| void | CResize_Resize2 (const CResize argCResize, CImage argImage, IDRS_UINT const uiNewWidth, IDRS_UINT const uiNewHeight, idrs_exception *pargException) |
| | Resize resizes the image.
|
| |
| void | CResize_ResizeToResolution (const CResize argCResize, CImage argImage, IDRS_UINT const uiTargetResolution, idrs_exception *pargException) |
| | Resize resizes the image to a new target resolution.
|
| |
| void | CResize_Destroy (CResize argCResize, idrs_exception *pargException) |
| | Destroys a CResize handle.
|
| |
Interface for CResize wrapper.
◆ CResize_Create()
| CResize CResize_Create |
( |
const CIDRS |
argIDRS, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Creates a new CResize object.
- Parameters
-
| argIDRS | The iDRS |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CResize object.
◆ CResize_Destroy()
| void CResize_Destroy |
( |
CResize |
argCResize, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CResize handle.
- Parameters
-
| argCResize | CResize handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CResize_Resize()
| void CResize_Resize |
( |
const CResize |
argCResize, |
|
|
CImage |
argImage, |
|
|
IDRS_UINT const |
uiPercentage, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Resize resizes the image.
- Parameters
-
| argCResize | CResize handle |
| argImage | The image to resize |
| uiPercentage | The resize percentage. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CResize_Resize2()
| void CResize_Resize2 |
( |
const CResize |
argCResize, |
|
|
CImage |
argImage, |
|
|
IDRS_UINT const |
uiNewWidth, |
|
|
IDRS_UINT const |
uiNewHeight, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Resize resizes the image.
- Parameters
-
| argCResize | CResize handle |
| argImage | The image to resize |
| uiNewWidth | The new width. |
| uiNewHeight | The new height. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CResize_ResizeToResolution()
| void CResize_ResizeToResolution |
( |
const CResize |
argCResize, |
|
|
CImage |
argImage, |
|
|
IDRS_UINT const |
uiTargetResolution, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Resize resizes the image to a new target resolution.
- Parameters
-
| argCResize | CResize handle |
| argImage | The image to resize |
| uiTargetResolution | The new resolution. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |