mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
c9481b0fd7
Some TIFF images consist of only one strip. The magic value 2**32-1 for the "rows per strip" tag reflects that fact, effectively meaning "infinite". Conflicts: modules/highgui/src/grfmt_tiff.cpp modules/highgui/test/test_grfmt.cpp fix whitespace fix compile error