LCMS performance optimizations

This commit is contained in:
Oliver Duis
2011-04-09 17:49:44 +02:00
parent 31791b268f
commit 6024cb817a
6 changed files with 84 additions and 44 deletions

View File

@@ -58,7 +58,7 @@ class Image16 : public ImageIO, public IImage16 {
Image16* copy ();
Image8* to8() const;
Imagefloat* tofloat() const;
Imagefloat* tofloat() const;
Image16* rotate (int deg);
Image16* hflip ();
@@ -87,6 +87,8 @@ class Image16 : public ImageIO, public IImage16 {
virtual unsigned short** getRPlane () { return r; }
virtual unsigned short** getGPlane () { return g; }
virtual unsigned short** getBPlane () { return b; }
};
void ExecCMSTransform(cmsHTRANSFORM hTransform);
};
};
#endif