resizable images

This commit is contained in:
Kueffner, Maximilian
2025-03-17 17:33:31 +01:00
parent 8d8480bac1
commit ee39b254b4
5 changed files with 101 additions and 27 deletions
+2
View File
@@ -25,6 +25,8 @@ class CvMatRender
CvMatRender() = default;
explicit CvMatRender(const std::shared_ptr<pixelarium::imaging::Image>& img);
GLuint* Render();
GLuint* Render(float factor);
GLuint* Render(size_t width, size_t height);
private:
cv::Mat _img;