opencv/modules/highgui
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host.
Use correct integer types for arguments to TIFFGetField to avoid corruption
of values and failed loads of TIFF file when using cv::imread().

Added test where both big and little endian TIFF files are read using imread().

Fixed build of 3rdparty libtiff on big endian hosts.

Reduced memory required during decode_tile16384x16384 test by not converting
large grayscale test image to color image during read.
2014-02-12 21:21:06 +11:00
..
doc Merge pull request #1845 from StevenPuttemans:bugfix_3306 2013-11-29 23:08:20 +04:00
include/opencv2/highgui Delete end comma in enumerations 2013-12-18 11:46:52 +04:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src Fix reading of 16-bit TIFF images on big endian host. 2014-02-12 21:21:06 +11:00
test Fix reading of 16-bit TIFF images on big endian host. 2014-02-12 21:21:06 +11:00
CMakeLists.txt All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00