isRAW flag on behalf of Olli and Emil

This commit is contained in:
michael
2012-09-07 12:21:51 -04:00
parent c2d16bf2e5
commit 8ad75d0ff7
8 changed files with 152 additions and 76 deletions

View File

@@ -164,6 +164,8 @@ class RawImageSource : public ImageSource {
ImageData* getImageData () { return idata; }
ImageMatrices* getImageMatrices () { return &imatrices; }
bool isRAW() const { return true; }
void setProgressListener (ProgressListener* pl) { plistener = pl; }
void getAutoExpHistogram (LUTu & histogram, int& histcompr);
void getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw);