GD v2.3.3 Release Notes
Release Date: 2021-09-12 // over 3 years ago-
๐ Changed
- ๐ support for the legacy/testing gd image formats is disabled by default
๐ Fixed
- โก๏ธ #759 update cmake to generate config.h in the build dir
- ๐ #756 2.3.3 release
- #750 gdPutBuf return value check
- ๐ #729 HEIF builds fail with latest distros
- โ #678 segfault in heif tests due to missing label.heic
- #677 Test failure avif/compare_avif_to_png with libavif-0.8.2
- #661 imagecopyresampled() produce artifacts on transparent PNG
- ๐ #611 Fixes to build v2.3.0 on Windows with MinGW-w64
- โก๏ธ #415 optimize option in gif animation causes segfault
- 0๏ธโฃ #331 _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS
- #320 gdImageRotateInterpolated() converts the source image to truecolor
- ๐ #249 CMake and Makefiles build broken on Windows
- #93 gdImageScaleTwoPass() looses top row and left column
Previous changes from v2.3.2
-
๐ Fixed
- gif: allow decodin when both Global and Local Colormaps (#494)
โ Added
- ๐ avif: Support for AVIF images via libavif (#557)
- ๐ heif: Support for HEIF/AVIF images via libheif (#395) (#557)
- ๐ webp: Drop ../deps/ search when building with cmake
- ๐ Windows: Remove unused snprintf fallback