opencv/modules/imgcodecs/src
nickjackolson 79d4e865fe Add warning message to imread()
Add a warning message using CV_LOG__WARNING().
This way api behaviour is preserved. Outputs are
the same but user gets an extra warning in case
fopen() fails to access image file for some reason.
This would help new users and also debugging
complex apps which use imread()

Signed-off-by: nickjackolson <metedurlu@gmail.com>
2021-11-18 21:19:05 +01:00
..
bitstrm.cpp imgcodecs: fix RBaseStream::setPos() outside of current block 2019-03-31 12:55:32 +00:00
bitstrm.hpp imgcodecs: refactoring, improve code quality 2017-08-16 18:56:41 +03:00
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 imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_exr.cpp EXR reading: support Z channel if no Y channel 2021-06-02 15:53:32 +03:00
grfmt_exr.hpp EXR alpha support for 4 channel reading and writing. Issue https://github.com/opencv/opencv/issues/16115. 2021-03-02 11:49:56 -08:00
grfmt_gdal.cpp refactor: don't use CV_ErrorNoReturn() internally 2018-04-24 15:38:42 +03:00
grfmt_gdal.hpp imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_gdcm.cpp GDCM: several improvements 2016-07-08 16:08:55 +03:00
grfmt_gdcm.hpp imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_hdr.cpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
grfmt_hdr.hpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
grfmt_jpeg2000.cpp Fix build of grfmt_jpeg2000.cpp 2020-07-30 19:23:52 +02:00
grfmt_jpeg2000.hpp imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_jpeg.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_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 Fix modules/ typos 2019-08-16 17:34:29 +03:00
grfmt_pam.hpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
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 imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_pxm.cpp Update grfmt_pxm.cpp 2020-04-11 17:41:51 +03:00
grfmt_pxm.hpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
grfmt_sunras.cpp imgcodecs(sunras): avoid undefined shift 2019-04-02 18:38:01 +03:00
grfmt_sunras.hpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
grfmt_tiff.cpp imgcodecs: add check image.empty() in imwrite()/imencode() 2019-09-22 10:45:00 +00:00
grfmt_tiff.hpp imgcodecs(tiff): sanitize tiff decoder 2019-04-04 14:16:53 +03:00
grfmt_webp.cpp Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 2018-10-31 18:08:24 +03:00
grfmt_webp.hpp imgcodecs(webp): multiple fixes 2018-08-30 20:42:33 +00:00
grfmts.hpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
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 imgcodecs: remove assert() usage 2018-01-09 17:49:38 +03:00
rgbe.cpp Change program type in hdr format files to modern value: RADIANCE so 2019-12-17 20:17:32 -08:00
rgbe.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
utils.cpp Fix swapped channels in BGR* conversion utility function 2020-01-05 00:06:36 +01:00
utils.hpp imgcodecs(tiff): sanitize tiff decoder 2019-04-04 14:16:53 +03:00