LCMS performance optimizations
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user