Add RawImage::convertToType()

This commit is contained in:
2024-10-29 19:42:36 +01:00
parent 3635ac00cb
commit 8f7f527732
2 changed files with 96 additions and 34 deletions
+1
View File
@@ -103,6 +103,7 @@ public:
void setPlanar();
void convertToThumbnail();
void convertToGLFormat();
void convertToType(RawImage::DataType type);
float thumbAspect() const;
bool pixel(int x, int y, double &r, double &g, double &b) const;
void resize(uint32_t w, uint32_t h);