Merge branch 'master' into blurg-test

This commit is contained in:
2024-07-28 11:36:20 +03:00

View File

@@ -22,7 +22,7 @@ namespace Dashboard.Media.Color
Height = height;
Depth = depth;
buffer = new byte[width * height * depth];
buffer = new byte[(long)width * height * depth * format.BytesPerPixel()];
}
~QImageBuffer()
{