mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
e9e6b1e22c
Extend the signature of imdecodemulti() #24405 (Edited after addressing Reviewers' comments.) Add an argument to `imdecodemulti()` to enable optional selection of pages of multi-page images. Be default, all pages are decoded. If used, the additional argument may specify a continuous selection of pages to decode. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [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] I agree to contribute to the project under Apache 2 License. - [X] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
test_avif.cpp | ||
test_common.cpp | ||
test_common.hpp | ||
test_exr.impl.hpp | ||
test_grfmt.cpp | ||
test_jpeg.cpp | ||
test_main.cpp | ||
test_png.cpp | ||
test_precomp.hpp | ||
test_read_write.cpp | ||
test_tiff.cpp | ||
test_webp.cpp |