Patterned text using php GD library

后端 未结 2 1716
既然无缘
既然无缘 2021-01-02 06:11

Im trying to create something that looks like this using php gd library:

\"alt

I\'ve figured out

2条回答
  •  春和景丽
    2021-01-02 06:49

    Yes, this is possible. To do it, you need to uses masks. This website has a nice example: http://www.phpbuilder.com/columns/cash20030526.php3?print_mode=1. Scroll to the bottom of the page, to the "Textures" section for their solution.

提交回复
热议问题