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
vendordirectory.
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(nowlibraryinstead ofproject); also fixedext-gdconstraint
New Contributors
- @tito10047 made their first contribution in #6
Full Changelog: v4.0.0...v4.1.0