12 #ifndef IMG_FILE_FILTER_LUT_H
13 #define IMG_FILE_FILTER_LUT_H
31 virtual const char *
className()
const {
return "IMG_FileFilterLUT"; }
33 void init(
const char *lutname,
const char *lut_scope,
34 fpreal gamma,
const char *gamma_scope);
44 void applyGammaLUT(
void *dest,
const void *sdata,
45 const IMG_Plane &pi,
bool dogamma,
bool dolut);
virtual void computeCommonData()
virtual int writePlaneScanline(const void *data, int y, const IMG_Plane &pi)
Describes the format and layout of a single plane in an image The plane specifies the format and name...
Generic interface for reading and writing image files. This class handles the reading and writing of ...
virtual const char * className() const
virtual const void * readPlaneScanline(int y, const IMG_Plane &pi)