From 243f74cc8cbac3fc86bd699499af3a218ca08fc2 Mon Sep 17 00:00:00 2001 From: Kumataro Date: Sun, 3 Aug 2025 17:00:26 +0900 Subject: [PATCH] doc: Enable GIF support by default on documentation --- .../introduction/config_reference/config_reference.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/config_reference/config_reference.markdown b/doc/tutorials/introduction/config_reference/config_reference.markdown index 67a2c60863..b8b82b19b0 100644 --- a/doc/tutorials/introduction/config_reference/config_reference.markdown +++ b/doc/tutorials/introduction/config_reference/config_reference.markdown @@ -315,7 +315,7 @@ Following formats can be read by OpenCV without help of any third-party library: | [Sun Raster](https://en.wikipedia.org/wiki/Sun_Raster) | `WITH_IMGCODEC_SUNRASTER` | _ON_ | | [PPM, PGM, PBM, PAM](https://en.wikipedia.org/wiki/Netpbm#File_formats) | `WITH_IMGCODEC_PXM` | _ON_ | | [PFM](https://en.wikipedia.org/wiki/Netpbm#File_formats) | `WITH_IMGCODEC_PFM` | _ON_ | -| [GIF](https://en.wikipedia.org/wiki/GIF) | `WITH_IMGCODEC_GIF` | _OFF_ | +| [GIF](https://en.wikipedia.org/wiki/GIF) | `WITH_IMGCODEC_GIF` | _ON_ | ### PNG, JPEG, TIFF, WEBP, JPEG 2000, EXR, JPEG XL support