php - Text smearing with Image Intervention -


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

  1. create canvas using canvas() method
  2. add background image using insert() method canvas
  3. add template using insert() method canvas
  4. finally add font using text() method canvas properties file, size, color etc

attaching reference final imageenter image description here


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -

python - Alternative to referencing variable before assignment -