Refractor LoadRunable

This commit is contained in:
2024-02-04 00:09:46 +01:00
parent 53c9a58125
commit 90035f44ed
2 changed files with 50 additions and 83 deletions
+3
View File
@@ -5,8 +5,11 @@
#include <QString>
#include "imageinfo.h"
class RawImage;
bool readFITSHeader(const QString &path, ImageInfoData &info);
bool readXISFHeader(const QString &path, ImageInfoData &info);
bool loadImage(const QString &path, ImageInfoData &info, std::shared_ptr<RawImage> &rawImage);
class Image;