Fixed bug with combination of cbdl and ciecam, cleaned code, made SSE version for lab2rgb
This commit is contained in:
@@ -48,11 +48,11 @@ public:
|
||||
{
|
||||
return height;
|
||||
}
|
||||
int getWidth ()
|
||||
int getWidth () const
|
||||
{
|
||||
return width;
|
||||
}
|
||||
int getHeight ()
|
||||
int getHeight () const
|
||||
{
|
||||
return height;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user