Merge branch 'master' into spot-removal-tool
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
return 8 * sizeof(unsigned char);
|
||||
}
|
||||
virtual void getScanline (int row, unsigned char* buffer, int bps);
|
||||
virtual void setScanline (int row, unsigned char* buffer, int bps, float *minValue = NULL, float *maxValue = NULL);
|
||||
virtual void setScanline (int row, unsigned char* buffer, int bps, float *minValue = nullptr, float *maxValue = nullptr);
|
||||
|
||||
// functions inherited from IImage*:
|
||||
virtual MyMutex& getMutex ()
|
||||
|
Reference in New Issue
Block a user