Interface for CImageSource wrapper.
More...
Go to the source code of this file.
Interface for CImageSource wrapper.
◆ CImageSource_Create()
| CImageSource CImageSource_Create |
( |
CIDRS |
argIDRS, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Create creates a CImageSource object.
- Parameters
-
| argIDRS | - CIDRS handle object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageSource_Destroy()
| void CImageSource_Destroy |
( |
CImageSource |
argCImageSource, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CImageSource handle.
- Parameters
-
| argCImageSource | CImageSource handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageSource_EstimateSourceType()
EstimateSourceType analyzes the image to identify its source.
- Parameters
-
| argCImageSource | CImageSource handle |
| argImage | The image to analyze. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The type of the source for the image.
◆ CImageSource_EstimateSourceType2()
EstimateSourceType analyzes the image file to identify its source.
- Parameters
-
| argCImageSource | CImageSource handle |
| strFilePath | The path to the file. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The type of the source for the image.