Merge pull request #22404 from Kumataro:3.4-fix22388_2
authorKumataro <Kumataro@users.noreply.github.com>
Mon, 3 Oct 2022 15:24:15 +0000 (00:24 +0900)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 15:24:15 +0000 (18:24 +0300)
commit2f79b1b0877b194f461de0fb73ee4e7ab01a90fa
tree9e2a029c413679281c385d78ed3dfad55896661d
parent572d4f44912b49d4befd3ecb0d642c726fc6cd73
Merge pull request #22404 from Kumataro:3.4-fix22388_2

* imgcodecs: tiff: Reduce memory usage to read 16bit image.

* imgcodecs: tiff: Reduce memory usage to read 8bit images

* imgcodecs: tiff: split basic test and full test.

* imgcodecs: tiff: fix to warning C4244

* imgcodecs: tiff: fix to warning C4244
modules/imgcodecs/src/grfmt_tiff.cpp
modules/imgcodecs/test/test_tiff.cpp