I want to write a function the creates a new image composited from a 3x3 tile. The idea is that the center tile will be a photo, and the surrounding eight images will constitute a border and shadow to the composited image. So... The eight "border/shadow" images will always be the same, but the center image will be unique.

Anyways, I've been playing with GD functions for a little while, and would appreciate any suggestions on how to accomplish this. I haven't been able to find a good tutorial on this kind of thing specifically—compositing tiles of images into a single image.

Any ideas?

...Rene
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to