Merge branch 'dev' into libraw-copylib
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
unsigned iso;
|
||||
int rating;
|
||||
bool isHDR;
|
||||
bool isDNG;
|
||||
bool isPixelShift;
|
||||
int sensortype;
|
||||
rtengine::IIO_Sample_Format sampleFormat;
|
||||
@@ -115,6 +116,7 @@ public:
|
||||
int getRating () const override { return rating; } // FIXME-piotr : missing rating
|
||||
bool getPixelShift () const override { return isPixelShift; }
|
||||
bool getHDR() const override { return isHDR; }
|
||||
bool getDNG() const override { return isDNG; }
|
||||
std::string getImageType() const override { return isPixelShift ? "PS" : isHDR ? "HDR" : "STD"; }
|
||||
rtengine::IIOSampleFormat getSampleFormat() const override { return sampleFormat; }
|
||||
std::uint32_t getFixBadPixelsConstant() const override;
|
||||
|
Reference in New Issue
Block a user