Skip to content

v4.1.0

Latest

Choose a tag to compare

@nicoverbruggen nicoverbruggen released this 13 Mar 13:55
· 1 commit to main since this release

New Features

  • Configurable line height for TrueType multiline text — Added a lineHeight multiplier property to ImageGenerator. Defaults to 1.4 (matching GD's native spacing).
  • When installing the package, certain folders are now excluded, which means less space taken up by your vendor directory.

Bug Fixes

  • Fixed an issue with TrueType font rendering introduced in v4.0. (see #5, thanks @tito10047!)
  • Fixed image stream corruption due to echo imagepng()
  • Fixed text centering for TrueType fonts which did not account for the baseline offset
  • Fixed some potential crashes due to missing validation (hex conversion, request handling in sample server)
  • Fixed package type in composer.json (now library instead of project); also fixed ext-gd constraint

New Contributors

Full Changelog: v4.0.0...v4.1.0