7#ifndef CDITHERREMOVAL_INTERFACE_H
9#define 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.