We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8935efb commit aadae22Copy full SHA for aadae22
1 file changed
src/test/OpenEXRCoreTest/compression.cpp
@@ -688,9 +688,9 @@ struct pixels
688
}
689
690
};
691
-static const int IMG_WIDTH = 1371;
+static const int IMG_WIDTH = 2049; // large enough to trigger a multi-page chunk in gdeflate
692
static const int IMG_HEIGHT = 159;
693
-static const int IMG_STRIDE_X = 1376;
+static const int IMG_STRIDE_X = 2064;
694
static const int IMG_DATA_X = 17;
695
static const int IMG_DATA_Y = 29;
696
0 commit comments