we have been using php image intervention generate images using combination of background image, template(frame) , text. issue when using text()
method (with properties ofcourse). text appears have smeared @ edges. here steps follow
- create canvas using
canvas()
method - add background image using
insert()
method canvas - add template using
insert()
method canvas - finally add font using
text()
method canvas properties file, size, color etc
Comments
Post a Comment