Downscale image to max OpenGL texture

This commit is contained in:
2023-02-10 09:11:38 +01:00
parent c47ecbedb8
commit 576df9c196
4 changed files with 20 additions and 3 deletions
+2
View File
@@ -62,6 +62,8 @@ class ImageWidget : public QOpenGLWidget
bool m_sizesDirty;
bool m_srgb;
int m_thumbnailCount;
int m_maxTextureSize;
int m_maxArrayLayers;
QVector<ImageThumb> m_thumnails;
Database *m_database;
public: