opencv/modules/imgcodecs/test
thewoz afb91b552e
Merge pull request #24415 from thewoz:imread
Add imread #24415

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [X] I agree to contribute to the project under Apache 2 License.
- [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [X] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake

Hello everyone,
I created this new version of the imread function and I think it can be very useful in several cases.
It is actually passed to it object on which you want to upload the image.
The advantages can be different like in case one needs to open several large images all the same in sequence.
one can use the same pointer and the system would not allocate memory each time.
2024-03-29 10:51:19 +03:00
..
test_avif.cpp imgcodecs: suppress warning at test_avif.cpp 2023-12-29 12:58:24 +09:00
test_common.cpp imgcodecs(test): rework common I/O test, added grayscale mode 2020-03-27 21:34:51 +00:00
test_common.hpp imgcodecs(test): rework common I/O test, added grayscale mode 2020-03-27 21:34:51 +00:00
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 Do not release user-provided buffer, if decoder failed. 2024-01-27 13:33:39 +03:00
test_jpeg.cpp Merge pull request #22064 from Kumataro:3.4-fix22052 2022-06-20 21:42:50 +03:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_png.cpp Merge pull request #24415 from thewoz:imread 2024-03-29 10:51:19 +03:00
test_precomp.hpp Merge pull request #16309 from ganesh-k13:bugfix/imdecode-resize 2020-01-20 14:00:45 +03:00
test_read_write.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-12-03 12:39:41 +00:00
test_tiff.cpp imgcodecs: tiff: to avoid using TIFFTAG_* directly for imwrite() params. 2024-03-23 10:16:30 +09:00
test_webp.cpp imgcodecs(webp): multiple fixes 2018-08-30 20:42:33 +00:00