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 * 10
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 = imagecreate(
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 * 10
3 matches
Mail list logo