opencv/modules/imgcodecs/test
Super 082cd7a74e
Merge pull request #25691 from redhecker:gifSupport
[GSoC] Add GIF decode and encode for imgcodecs #25691

this is related to #24855 

we add  gif support for `imread`, `imreadmulti`, `imwrite` and `imwritemulti`

opencv_extra: https://github.com/opencv/opencv_extra/pull/1203

### 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
- [x] 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
2024-12-07 10:17:41 +03:00
..
test_avif.cpp Merge pull request #26181 from sturkmen72:png_exif_test 2024-11-13 16:57:18 +03: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_exif.cpp Enable PNG exif orientation test 2024-09-27 00:04:12 +03:00
test_exr.impl.hpp Merge pull request #26211 from Kumataro:fix26207 2024-10-18 14:44:55 +03:00
test_gif.cpp Merge pull request #25691 from redhecker:gifSupport 2024-12-07 10:17:41 +03:00
test_grfmt.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
test_jpeg.cpp Enable PNG exif orientation test 2024-09-27 00:04:12 +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 Enable PNG exif orientation test 2024-09-27 00:04:12 +03:00
test_precomp.hpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
test_read_write.cpp Merge pull request #26211 from Kumataro:fix26207 2024-10-18 14:44:55 +03:00
test_tiff.cpp Merge pull request #26093 from sturkmen72:related_issue_22090 2024-09-02 15:26:24 +03:00
test_webp.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00