Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre
2019-08-06 15:19:38 +02:00
16 changed files with 52 additions and 31 deletions

View File

@@ -63,7 +63,7 @@ public:
}
void getScanline (int row, unsigned char* buffer, int bps, bool isFloat = false) const override;
void setScanline (int row, unsigned char* buffer, int bps, unsigned int numSamples) override;
void setScanline (int row, const unsigned char* buffer, int bps, unsigned int numSamples) override;
// functions inherited from IImagefloat:
MyMutex& getMutex () override