Reorginize code

This commit is contained in:
2025-02-16 15:19:20 +01:00
parent 55439be04c
commit 7510dac82b
17 changed files with 936 additions and 951 deletions
+1 -9
View File
@@ -4,14 +4,7 @@
#include <QRunnable>
#include <QString>
#include <QSemaphore>
#include "imageinfo.h"
class RawImage;
QString makeMaxPath(QString path);
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, bool planar = false);
#include "imageinfodata.h"
class Image;
@@ -26,7 +19,6 @@ public:
void run() override;
};
class ConvertRunable : public QRunnable
{
public: