adding support for 16-bit 4 channel tiffs
authorKobi Gurkan <kobigurk@gmail.com>
Sun, 27 Jul 2014 14:09:05 +0000 (17:09 +0300)
committerKobi Gurkan <kobigurk@gmail.com>
Sun, 27 Jul 2014 14:09:05 +0000 (17:09 +0300)
commitfc8f0e341b2b33d8f116e215b180b8474c7fb537
tree8f74763ca47bb6345e86e16783cdbef088639956
parent7da0e37ba8a46db1a6c6a42a626aa579f212571a
adding support for 16-bit 4 channel tiffs

- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write
modules/imgcodecs/src/grfmt_tiff.cpp
modules/imgcodecs/test/test_grfmt.cpp