Merge branch 'master' into blurg-test

This commit is contained in:
H. Utku Maden 2024-07-28 11:36:20 +03:00
commit 3f1875252e

@ -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()
{