Call to undefined function imagettftext on Mac

原因是gd缺少freetype库。

安装方式
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.1
其中7.1是你安装的php版本号。

个人亲测可用。。
就是安装有点慢。

如果你是用的apache, 参考 https://www.jianshu.com/p/09f3ea8ac32f, 改下配置。
如果你是用的nginx, 更简单。php-fpm指向新的就可以。export PATH="/usr/local/php5/bin:/usr/local/php5/sbin:$PATH 重启php-fpm
这样就可以了。

另有篇文章讲的很细致。
https://newsn.net/say/mac-php-gd-freetype.html