I'd like to take an image and turn the corners over to make a box (like a canvas painting)

i have gd library, imagemagick installed on the server and imagick php extension installed.

is it possible? any help appreciated

link|improve this question

60% accept rate
3  
Kindly consider accepting answers to questions you pose. – Upper Stage Sep 20 '10 at 16:55
I will accept answers I accept, seems pretty logical – mononym Mar 22 at 15:17
feedback

1 Answer

up vote 0 down vote accepted

turn the corners over

You're gonna need to explain this a little better. You can overlay a frame onto an image with the GD functions. Check out imagecopymerge()

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.