1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Update grfmt_gif.cpp

This commit is contained in:
Suleyman TURKMEN
2025-05-10 16:06:06 +03:00
committed by GitHub
parent 16a3d37dc1
commit 9d07c25175
+1 -1
View File
@@ -130,7 +130,7 @@ bool GifDecoder::readData(Mat &img) {
globalColorTable[bgColor * 3 + 1], // G
globalColorTable[bgColor * 3 + 0], // R
0); // A
restore = Mat(width, height, CV_8UC4, background);
restore = Mat(height, width, CV_8UC4, background);
}
else
{