1 2 3 4 5 6
#pragma once #include "pixels.h" QList<Pixels> openDump(const QString &dumpPath = ""); std::optional<Pixels> openRawProfile(const QString &filePath);