This commit is contained in:
yggdrasil75
2025-12-26 12:50:19 -05:00
parent 1888bf6858
commit 7252c655a2
3 changed files with 4 additions and 4 deletions

View File

@@ -48,11 +48,11 @@ public:
colormap colorFormat = colormap::RGB;
compresstype cformat = compresstype::RAW;
const size_t& getWidth() {
const size_t& getWidth() const {
return width;
}
const size_t& getHeight() {
const size_t& getHeight() const {
return height;
}
frame() {};