opencv/modules/imgcodecs
Kumataro bbfded21ac imgcodecs: tiff: to avoid using TIFFTAG_* directly for imwrite() params.
Normaly, we sets IMWRITE_* flags for imwrite() params.
But imgcodecs expects to use some TIFFTAG_* directory.
This patch introduce IMWRITE_TIFF_ROWSPERSTRIP and
IMWRITE_TIFF_PREDICTOR instead of TIFFTAG_*.
2024-03-23 10:16:30 +09:00
..
include/opencv2 imgcodecs: tiff: to avoid using TIFFTAG_* directly for imwrite() params. 2024-03-23 10:16:30 +09:00
misc Merge pull request #24136 from komakai:visionos_support 2023-12-20 15:35:10 +03:00
perf Merge pull request #22372 from ocpalo:libjpegturbo_nasm 2022-09-14 09:08:28 +03:00
src imgcodecs: tiff: to avoid using TIFFTAG_* directly for imwrite() params. 2024-03-23 10:16:30 +09:00
test imgcodecs: tiff: to avoid using TIFFTAG_* directly for imwrite() params. 2024-03-23 10:16:30 +09:00
CMakeLists.txt Merge pull request #24136 from komakai:visionos_support 2023-12-20 15:35:10 +03:00