路径问题 修改路径例如:
//生成图片
$editor = Grafika::createEditor();
$image = Grafika::createBlankImage(300,300);
$font = ROOT_PATH."/extend/newimages/PingFangMedium.ttf";
$editor->fill($image ,new Color("#fff"));
$editor->text($image ,'lynn',30,30,30,new Color("#eee"),$font);