Add saving to FITS and XISF

This commit is contained in:
2022-04-19 16:57:54 +02:00
parent f68a9c4d7c
commit 92f9920f24
6 changed files with 198 additions and 4 deletions
+2
View File
@@ -73,11 +73,13 @@ public:
uint32_t height() const;
uint32_t size() const;
ImgType type() const;
int dataType() const;
uint32_t norm() const;
void* data();
const void* data() const;
void convertToThumbnail();
float thumbAspect() const;
const cv::Mat& mat() const;
};
#endif // RAWIMAGE_H