opencv/modules/imgcodecs/src
Kumataro a63ede6b1d
Merge pull request #26930 from Kumataro:fix26924
Imgcodecs: gif: support Disposal Method #26930

Close https://github.com/opencv/opencv/issues/26924

### 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.
- [x] The feature is well documented and sample code can be built with the project CMake
2025-02-26 17:15:41 +03:00
..
apple_conversions.h CHange import order to avoid apple check error 2021-02-05 23:24:56 -05:00
apple_conversions.mm Merge pull request #18547 from mtfrctl:objc-conversions-macosx 2020-10-14 16:58:06 +00:00
bitstrm.cpp Merge pull request #26152 from sturkmen72:m_buf_supported 2024-09-17 09:34:38 +03:00
bitstrm.hpp Merge pull request #26152 from sturkmen72:m_buf_supported 2024-09-17 09:34:38 +03:00
exif.cpp Fix: 6 typos 2024-03-26 02:32:54 +01:00
exif.hpp Fix: 6 typos 2024-03-26 02:32:54 +01:00
grfmt_avif.cpp Merge pull request #26872 from sturkmen72:ImageEncoders_revisions 2025-02-04 12:21:55 +03:00
grfmt_avif.hpp Merge pull request #26872 from sturkmen72:ImageEncoders_revisions 2025-02-04 12:21:55 +03:00
grfmt_base.cpp Merge pull request #26872 from sturkmen72:ImageEncoders_revisions 2025-02-04 12:21:55 +03:00
grfmt_base.hpp Merge pull request #26872 from sturkmen72:ImageEncoders_revisions 2025-02-04 12:21:55 +03:00
grfmt_bmp.cpp Fix integer overflow in in cv::BmpDecoder::readHeader 2025-01-03 08:59:43 +01:00
grfmt_bmp.hpp Merge pull request #23446 from tantei3:bmp_fix 2023-04-06 14:34:36 +03:00
grfmt_exr.cpp imgcodecs: fix EXR tests 2025-01-03 09:53:01 +09:00
grfmt_exr.hpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
grfmt_gdal.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +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_gif.cpp Merge pull request #26930 from Kumataro:fix26924 2025-02-26 17:15:41 +03:00
grfmt_gif.hpp Merge pull request #26930 from Kumataro:fix26924 2025-02-26 17:15:41 +03:00
grfmt_hdr.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
grfmt_hdr.hpp imgcodecs: ensure parameters are key-value pairs, fix HDR encoder 2022-11-20 13:08:46 +00:00
grfmt_jpeg2000_openjpeg.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
grfmt_jpeg2000_openjpeg.hpp Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream 2020-12-23 12:33:33 +00:00
grfmt_jpeg2000.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
grfmt_jpeg2000.hpp imgcodecs: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
grfmt_jpeg.cpp Merge pull request #25864 from vrabaud:legacy 2024-07-05 08:53:28 +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_jpegxl.cpp Merge pull request #26844 from Kumataro:fix26843 2025-01-27 17:18:28 +03:00
grfmt_jpegxl.hpp Merge pull request #26844 from Kumataro:fix26843 2025-01-27 17:18:28 +03:00
grfmt_pam.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +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_pfm.cpp Merge pull request #26152 from sturkmen72:m_buf_supported 2024-09-17 09:34:38 +03:00
grfmt_pfm.hpp Merge pull request #12192 from pasbi:pfm 2018-08-13 13:14:12 +03:00
grfmt_png.cpp Merge pull request #26915 from mshabunin:fix-png-be 2025-02-13 16:58:15 +03:00
grfmt_png.hpp minor improvement for better code readibility 2025-01-24 15:31:53 +03:00
grfmt_pxm.cpp Improved error handling in image codecs. 2024-08-01 08:34:29 +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_spng.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
grfmt_spng.hpp spng encoder/decoder added as optional png codec 2022-08-29 00:03:43 +03:00
grfmt_sunras.cpp Merge pull request #26152 from sturkmen72:m_buf_supported 2024-09-17 09:34:38 +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 Merge pull request #26211 from Kumataro:fix26207 2024-10-18 14:44:55 +03:00
grfmt_tiff.hpp Improved error handling in image codecs. 2024-08-01 08:34:29 +03:00
grfmt_webp.cpp GIF APNG WEBP AVIF revisions 2025-01-03 14:29:18 +03:00
grfmt_webp.hpp GIF APNG WEBP AVIF revisions 2025-01-03 14:29:18 +03:00
grfmts.hpp Merge pull request #26379 from cdcseacave:jxl_codec 2024-12-31 11:56:35 +03:00
ios_conversions.mm fix build of dynamic framework for visionos 2024-04-01 22:19:47 +09:00
loadsave.cpp imgcodecs: tiff: refactor reading scanlines test 2025-02-10 08:40:28 +09:00
macosx_conversions.mm CHange import order to avoid apple check error 2021-02-05 23:24:56 -05:00
precomp.hpp fix legacy constants 2022-01-03 15:08:10 +03:00
rgbe.cpp Merge pull request #25931 from zihaomu:clean_code 2024-07-18 17:18:37 +03:00
rgbe.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
utils.cpp Merge pull request #25809 from zihaomu:imread_rgb_flag 2024-07-03 10:58:25 +03:00
utils.hpp Fixed several cases of unaligned pointer cast 2024-12-02 16:15:23 +03:00