opencv/modules/imgcodecs/test
Pierre Chatelier 6390b50d6e
Merge pull request #21701 from chacha21:tiff_10_12_14
Add 10-12-14bit (integer) TIFF decoding support

* Add 12bit (integer) TIFF decoding support

An (slow) unpacking step is inserted when the native bpp is not equal to the dst_bpp

Currently, I do not know if there can be several packing flavours in TIFF data.

* added tests

* move sample files to opencv_extra

* added 10b and 14b unpacking

* fix compilation for non MSVC compilers by using more standard typedefs

* yet another typdef usage change to fix buildbot Mac compilation

* fixed unpacking of partial packets

* fixed warnings returned by buildbot

* modifications as suggested by reviewer
2022-03-11 21:07:12 +03:00
..
test_common.cpp
test_common.hpp
test_exr.impl.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-03-06 17:31:08 +00:00
test_grfmt.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-24 16:48:07 +00:00
test_jpeg.cpp
test_main.cpp
test_png.cpp imgcodecs(test): don't include png.h 2021-02-16 13:26:51 +00:00
test_precomp.hpp
test_read_write.cpp feat: change OpenJPEG encoder to lossy with default parameters 2020-08-27 15:11:45 +03:00
test_tiff.cpp Merge pull request #21701 from chacha21:tiff_10_12_14 2022-03-11 21:07:12 +03:00
test_webp.cpp