Question

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

Was it helpful?

Solution

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()

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top