Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Patterned text using php GD library

Tags:

php

gd

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

alt text

I've figured out how to create simple text using gd library, but im stuck on how to put a patterned text in it.

Anybody have any idea on how to do this?

like image 687
likebeats Avatar asked Dec 28 '10 22:12

likebeats


1 Answers

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.

like image 189
Chris Laplante Avatar answered Oct 04 '22 13:10

Chris Laplante