From 9dde2ab53c8e2c97647164fce89cf149260fbc8f Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sun, 12 Jan 2025 11:50:34 +0100 Subject: implement calibration --- src/dumps.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/dumps.h (limited to 'src/dumps.h') diff --git a/src/dumps.h b/src/dumps.h new file mode 100644 index 0000000..8aa8dc9 --- /dev/null +++ b/src/dumps.h @@ -0,0 +1,6 @@ +#pragma once + +#include "pixels.h" + +QList openDump(const QString &dumpPath = ""); +std::optional openRawProfile(const QString &filePath); -- cgit v1.2.3-70-g09d2