vote up 1 vote down star

I want to crop images using the GD, but I want it to crop around a particular shape rather than just a square.

Is this possible?

flag

74% accept rate
1  
I don't believe it's possible to crop an image to a non-rectangular shape. Though you could in some manner use the shape as a mask and make the outside of that mask non-visible/alpha channel, maybe. – ricebowl Aug 31 at 0:02

1 Answer

vote up 1 vote down

One way to do it would be to create a mask in the desired square size, containing a alpha channel that is transparent. And then laying it over the original image, that way you would be able to crop a circle.

link|flag

Your Answer

Get an OpenID
or

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