Interface for CImageOperationUtils wrapper.
More...
Go to the source code of this file.
|
| CImageOperationUtils | CImageOperationUtils_Create (const CIDRS argIdrs, idrs_exception *pargException) |
| | Creates a new CImageOperationUtils object.
|
| |
| void | CImageOperationUtils_ExtractArea (CImageOperationUtils argCImageOperationUtils, CImage argImageTarget, const CPolygon argPolygon, const CImage argImage, idrs_exception *pargException) |
| | Extracts the given area from the image to the target image.
|
| |
| void | CImageOperationUtils_ExtractArea2 (CImageOperationUtils argCImageOperationUtils, CImage argImageTarget, const CPolygon argPolygon, const CPage argPage, IDRS_BOOL const bExtractFromBlackAndWhiteImage, idrs_exception *pargException) |
| | Extracts the given area from an image of the page.
|
| |
| void | CImageOperationUtils_ExtractArea3 (CImageOperationUtils argCImageOperationUtils, CImage argImageTarget, const IDRS_RECT *rc, const CImage argImage, idrs_exception *pargException) |
| | Extracts the given area from the image to the target image.
|
| |
| void | CImageOperationUtils_ExtractArea4 (CImageOperationUtils argCImageOperationUtils, CImage argImageTarget, const IDRS_RECT *rc, const CPage argPage, IDRS_BOOL const bExtractFromBlackAndWhiteImage, idrs_exception *pargException) |
| | Extracts the given area from an image of the page.
|
| |
| void | CImageOperationUtils_Destroy (CImageOperationUtils argCImageOperationUtils, idrs_exception *pargException) |
| | Destroys a CImageOperationUtils handle.
|
| |
Interface for CImageOperationUtils wrapper.
◆ CImageOperationUtils_Create()
| CImageOperationUtils CImageOperationUtils_Create |
( |
const CIDRS |
argIdrs, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Creates a new CImageOperationUtils object.
- Parameters
-
| argIdrs | The iDRS |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CImageOperationUtils object.
◆ CImageOperationUtils_Destroy()
| void CImageOperationUtils_Destroy |
( |
CImageOperationUtils |
argCImageOperationUtils, |
|
|
idrs_exception * |
pargException |
|
) |
| |
◆ CImageOperationUtils_ExtractArea()
Extracts the given area from the image to the target image.
- Parameters
-
| argCImageOperationUtils | CImageOperationUtils handle |
| argImageTarget | The image to create. |
| argPolygon | The area to extract. |
| argImage | The image to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageOperationUtils_ExtractArea2()
Extracts the given area from an image of the page.
- Parameters
-
| argCImageOperationUtils | CImageOperationUtils handle |
| argImageTarget | The image to create. |
| argPolygon | The area to extract. |
| argPage | The page to process. |
| bExtractFromBlackAndWhiteImage | If IDRS_TRUE, the image is extracted from the page's black and white image. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageOperationUtils_ExtractArea3()
Extracts the given area from the image to the target image.
- Parameters
-
| argCImageOperationUtils | CImageOperationUtils handle |
| argImageTarget | The image to create. |
| rc | The area to extract. |
| argImage | The image to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageOperationUtils_ExtractArea4()
Extracts the given area from an image of the page.
- Parameters
-
| argCImageOperationUtils | CImageOperationUtils handle |
| argImageTarget | The image to create. |
| rc | The area to extract. |
| argPage | The page to process. |
| bExtractFromBlackAndWhiteImage | If IDRS_TRUE, the image is extracted from the page's black and white image. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |