grafika icon indicating copy to clipboard operation
grafika copied to clipboard

New feature: textAligned

Open avgeeklucky opened this issue 4 years ago • 0 comments

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:

avgeeklucky avatar Apr 04 '20 16:04 avgeeklucky