[PHP] colored text in images

2006-03-24 Thread Marcus Gnaß
Hi list! I like to generate a larger image from different tiles. Each tile should have a text on it which should be red for better readability. I figured out how to compose the larger image but got stuck when to color the text. I tried the following code: $img = imagecreate($w * 100, $h *

Re: [PHP] colored text in images

2006-03-24 Thread Kevin Kinsey
Marcus Gnaß wrote: Hi list! I like to generate a larger image from different tiles. Each tile should have a text on it which should be red for better readability. I figured out how to compose the larger image but got stuck when to color the text. I tried the following code: $img =

Re: [PHP] colored text in images

2006-03-24 Thread tedd
Hi list! I like to generate a larger image from different tiles. Each tile should have a text on it which should be red for better readability. I figured out how to compose the larger image but got stuck when to color the text. I tried the following code: $img = imagecreate($w * 100, $h *