iDRS™ SDK 16
Loading...
Searching...
No Matches
CGreyscale_interface.h
Go to the documentation of this file.
1
7#ifndef CGREYSCALE_INTERFACE_H
8
9#define CGREYSCALE_INTERFACE_H
10
12#include "CIDRS_interface.h"
13#include "CImage_interface.h"
14
15#include "idrs_common.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
31CGreyscale CGreyscale_Create(const CIDRS argIDRS, idrs_exception *pargException);
32
41void CGreyscale_Greyscale(const CIDRS argIDRS, CImage argImage, idrs_exception *pargException);
42
51void CGreyscale_Greyscale2(CGreyscale argCGreyscale, CImage argImage, idrs_exception *pargException);
52
60void CGreyscale_Destroy(CGreyscale argCGreyscale, idrs_exception *pargException);
61
62#ifdef __cplusplus
63}
64#endif /* __cplusplus */
65
66#endif /* CGREYSCALE_INTERFACE_H */
void CGreyscale_Greyscale2(CGreyscale argCGreyscale, CImage argImage, idrs_exception *pargException)
Greyscale converts an image to greyscale.
void CGreyscale_Greyscale(const CIDRS argIDRS, CImage argImage, idrs_exception *pargException)
Greyscale converts an image to greyscale.
void CGreyscale_Destroy(CGreyscale argCGreyscale, idrs_exception *pargException)
Destroys a CGreyscale handle.
CGreyscale CGreyscale_Create(const CIDRS argIDRS, idrs_exception *pargException)
Creates a new CGreyscale object.
Interface for CIDRS wrapper.
Interface for CImage wrapper.
Interface for CImageOperation wrapper.
The CGreyscale class offers image greyscale conversion.
The CImage class manages images for iDRS.