stil / gd-text

PHP class making it easy to type text on pictures. Supports multi-lined text, horizontal and vertical alignment.
400 stars 131 forks source link

Remove some php 8.1 deprecation warnings #65

Open jcogs-design opened 2 years ago

jcogs-design commented 2 years ago

replace some implicit float->int conversions with use of round(x,0)