We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a15369 + e812942 commit e4887aaCopy full SHA for e4887aa
modules/imgcodecs/test/test_read_write.cpp
@@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
31
#ifdef HAVE_PNG
32
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
33
#endif
34
+ make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
35
};
36
37
TEST_P(Imgcodecs_Resize, imread_reduce_flags)
0 commit comments