GD v2.3.3 Release Notes

Release Date: 2021-09-12 // over 2 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