Handle MAX_PATH every where

This commit is contained in:
2025-01-26 15:54:28 +01:00
parent fc36024eee
commit 0ff2001797
4 changed files with 40 additions and 11 deletions
+1
View File
@@ -8,6 +8,7 @@
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);