Add autotrech to conversion

This commit is contained in:
2025-03-01 14:24:28 +01:00
parent 617abf7afe
commit 13e1abf07e
5 changed files with 122 additions and 47 deletions
+3
View File
@@ -10,6 +10,7 @@
#ifndef NO_QT
#include <QImage>
#endif
#include "mtfparam.h"
extern int THUMB_SIZE;
extern int THUMB_SIZE_BORDER;
@@ -127,6 +128,8 @@ public:
void setICCProfile(const LibXISF::ByteArray &icc);
void convertTosRGB();
void generateLUT();
void applySTF(const MTFParam &mtfParams);
MTFParam calcMTFParams(bool linked = false, bool debayer = false) const;
const std::vector<uint16_t>& getLUT() const;
};