At 4:08 PM +0200 8/31/06, Emil Edeholt wrote:
Hi

I would like to output an image from php where an input image is textured and wrapped around a frame. Like when you assemble a canvas on a frame (on, not under). So I get a sort of canvas looking texture on the image and that the edges of the image are wrapped around the sides of the frame in a 3d-ish look.

Do you understand what I mean? Is this somehow possible? I guess I would use gd and maybe a transparent png to get the texture, or am I way off? The wrapping thing I have no clue how to make.

Thanks for your time!

Regards Emil

Emil:

Yes, that can be done by simply merging images (i.e., watermark). For example:

http://xn--ovg.com/watermark

The texture image should be to some degree transparent and the frame simply larger OR be added via css.

hth's

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to