Merge pull request #17761 from mshabunin:test-wo-jpg-png

pull/18084/head
Alexander Alekhin 5 years ago
commit e4887aaa5b
  1. 1
      modules/imgcodecs/test/test_read_write.cpp

@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
#ifdef HAVE_PNG
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
#endif
make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
};
TEST_P(Imgcodecs_Resize, imread_reduce_flags)

Loading…
Cancel
Save