opencv/modules/imgcodecs/src
Kumataro dd7b9000ad
Merge pull request #22064 from Kumataro:3.4-fix22052
* imgcodecs: jpeg: add IMWRITE_JPEG_SAMPLING_FACTOR parameter

* fix compile error

* imgcodecs: jpeg: add CV_LOG_WARNING() and fix how to initilize Mat

* imgcodecs: jpeg: fix for C++98 mode.

* samples: imgcodec_jpeg: Remove license
2022-06-20 21:42:50 +03:00
..
bitstrm.cpp
bitstrm.hpp
exif.cpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
exif.hpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
grfmt_base.cpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
grfmt_base.hpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
grfmt_bmp.cpp 32bit rgb bmp file should not copy data as rgba 2021-10-21 16:47:27 +08:00
grfmt_bmp.hpp
grfmt_exr.cpp imgcodecs: disable OpenEXR in runtime for 3rdparty source code 2021-12-23 10:41:18 +00:00
grfmt_exr.hpp cmake: use find_package(OpenEXR) to support OpenEXR 3+ 2021-12-24 00:21:48 +00:00
grfmt_gdal.cpp
grfmt_gdal.hpp
grfmt_gdcm.cpp
grfmt_gdcm.hpp
grfmt_hdr.cpp
grfmt_hdr.hpp
grfmt_jpeg2000.cpp Fix build of grfmt_jpeg2000.cpp 2020-07-30 19:23:52 +02:00
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp Merge pull request #22064 from Kumataro:3.4-fix22052 2022-06-20 21:42:50 +03:00
grfmt_jpeg.hpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
grfmt_pam.cpp imgcodecs: add runtime checks to validate input 2022-02-15 16:33:35 +00:00
grfmt_pam.hpp
grfmt_png.cpp Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 2021-02-09 10:35:27 -08:00
grfmt_png.hpp
grfmt_pxm.cpp Update grfmt_pxm.cpp 2020-04-11 17:41:51 +03:00
grfmt_pxm.hpp
grfmt_sunras.cpp
grfmt_sunras.hpp
grfmt_tiff.cpp Apply TIFFTAG_PREDICTOR option for LZW, DEFLATE and ADOBE_DEFLATE compression cases for smaller files. 2022-05-13 09:44:25 +03:00
grfmt_tiff.hpp
grfmt_webp.cpp
grfmt_webp.hpp
grfmts.hpp
ios_conversions.mm add if block for indexed color images 2020-06-23 21:36:47 +09:00
loadsave.cpp Add warning message to imread() 2021-11-18 21:19:05 +01:00
precomp.hpp
rgbe.cpp Change program type in hdr format files to modern value: RADIANCE so 2019-12-17 20:17:32 -08:00
rgbe.hpp
utils.cpp Fix swapped channels in BGR* conversion utility function 2020-01-05 00:06:36 +01:00
utils.hpp