grafika
grafika copied to clipboard
New feature: textAligned
Implemented in both GD and Imagick. Will place text on any combination of left, center, right horizontally and top, middle, bottom vertically. Rotation is supported. Calculations are made to ensure no text is clipped outside of the Image.
Also:
- php requirement in composer.json to 7.3 as this is the currently supported
- Added phpunit/phpunit and symfony/var-dumper in composer dev requirements
I've spent a lot longer getting the maths to work for this than I was expecting. I really hope this can be merged, but with no commits in 3 years on this repository :pray: