opencv/modules/imgcodecs
Andreas Stührk c9481b0fd7 Don't allocate lots of memory when reading TIFFs with infinite rows per strip.
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
2015-05-24 14:06:20 +02:00
..
include/opencv2 fixing old variables in documentation and transfering to the new interface 2015-05-05 15:05:39 +02:00
misc/java/test Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
perf Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
src Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 2015-05-24 14:06:20 +02:00
test Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 2015-05-24 14:06:20 +02:00
CMakeLists.txt Added support for 'imgcodecs' module: 2015-03-31 16:31:37 +03:00