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