7#ifndef CIMAGESOURCE_INTERFACE_H
9#define CIMAGESOURCE_INTERFACE_H
Interface for CIDRS wrapper.
Interface for CImage wrapper.
Interface for CImageIO wrapper.
void CImageSource_Destroy(CImageSource argCImageSource, idrs_exception *pargException)
Destroys a CImageSource handle.
CImageSource CImageSource_Create(CIDRS argIDRS, idrs_exception *pargException)
Create creates a CImageSource object.
enum ImageSource CImageSource_EstimateSourceType2(CImageSource argCImageSource, const idrs_string strFilePath, idrs_exception *pargException)
EstimateSourceType analyzes the image file to identify its source.
enum ImageSource CImageSource_EstimateSourceType(CImageSource argCImageSource, const CImage argImage, idrs_exception *pargException)
EstimateSourceType analyzes the image to identify its source.
Interface for CObjPtr wrapper.
Interface for CPage wrapper.
ImageSource
The image source types iDRS can identify.
Definition EnumDefinitions_interface.h:1988
The CImage class manages images for iDRS.
The CImageSource class offers method to identify the source of an image.
Class that handles a string of characters.