iDRS™ SDK 16
Loading...
Searching...
No Matches
CDitherRemoval_interface.h
Go to the documentation of this file.
1
7#ifndef CDITHERREMOVAL_INTERFACE_H
8
9#define CDITHERREMOVAL_INTERFACE_H
10
12
13#include "idrs_common.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
29CDitherRemoval CDitherRemoval_Create(const CIDRS argIDRS, idrs_exception *pargException);
30
41void CDitherRemoval_RemoveDither(const CDitherRemoval argCDitherRemoval, CImage argImage, idrs_exception *pargException);
42
50void CDitherRemoval_Destroy(CDitherRemoval argCDitherRemoval, idrs_exception *pargException);
51
52#ifdef __cplusplus
53}
54#endif /* __cplusplus */
55
56#endif /* CDITHERREMOVAL_INTERFACE_H */
void CDitherRemoval_RemoveDither(const CDitherRemoval argCDitherRemoval, CImage argImage, idrs_exception *pargException)
RemoveDither applies the dither removal algorithm to the supplied image. The result will be stored in...
void CDitherRemoval_Destroy(CDitherRemoval argCDitherRemoval, idrs_exception *pargException)
Destroys a CDitherRemoval handle.
CDitherRemoval CDitherRemoval_Create(const CIDRS argIDRS, idrs_exception *pargException)
Creates a new CDitherRemoval object.
Interface for CImageOperation wrapper.
CDitherRemoval attempts to perform the reversal of image dithering, which is a common technique for p...
The CImage class manages images for iDRS.