[PHP] Texture and wrap

2006-08-31 Thread Emil Edeholt
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

Re: [PHP] Texture and wrap

2006-08-31 Thread Emil Edeholt
Hi Thanks, but what I meant with wrapping around a frame was this: http://www.proformat.se/gfx/pic_006_kilram.jpg Not just a normal frame around the image. Emil Emil: Yes, that can be done by simply merging images (i.e., watermark). For example: http://xn--ovg.com/watermark The texture

Re: [PHP] Texture and wrap

2006-08-31 Thread tedd
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

Re: [PHP] Texture and wrap

2006-08-31 Thread tedd
Emil: To continue top posting. Dude, an image is an image. You're not wrapping anything -- you're just producing an image that looks a certain way. My first example did not just put a frame around an image, it merged two images. If I had wanted to put a frame around your image, I would

Re: [PHP] Texture and wrap

2006-08-31 Thread Jon Anderson
Emil Edeholt wrote: 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

Re: [PHP] Texture and wrap

2006-08-31 Thread Emil Edeholt
Hi again Sorry if I was unclear what I wanted was of course what Jon Anderson said. I wanted what was pictured in the image I posted (the look of wrapping a canvas over a frame) with some kind of fake or simple 3d rendering. The pear libs for doing it seems like what I was looking for, I

Re: [PHP] Texture and wrap

2006-08-31 Thread Micky Hulse
tedd wrote: http://xn--ovg.com/pframes Whoa, nice work Tedd! :) Very cool. Gives me some fun ideas... thanks for sharing. Cheers, Micky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Texture and wrap

2006-08-31 Thread Robert Cummings
On Thu, 2006-08-31 at 16:23 -0700, Micky Hulse wrote: tedd wrote: http://xn--ovg.com/pframes Whoa, nice work Tedd! :) Very cool. Gives me some fun ideas... thanks for sharing. Tedd, I'm very disappointed that it doesn't render properly in Opera 9. What is with the lockout Opera users

Re: [PHP] Texture and wrap

2006-08-31 Thread tedd
At 7:31 PM -0400 8/31/06, Robert Cummings wrote: On Thu, 2006-08-31 at 16:23 -0700, Micky Hulse wrote: tedd wrote: http://xn--ovg.com/pframes Whoa, nice work Tedd! :) Very cool. Gives me some fun ideas... thanks for sharing. Tedd, I'm very disappointed that it doesn't render properly