Forum Moderators: coopster

Message Too Old, No Replies

cropping an image

         

asantos

3:19 pm on Feb 2, 2007 (gmt 0)

10+ Year Member



Is there a way to crop an image in php? i cant find the function at php.net

whoisgregg

4:29 pm on Feb 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Crop to a certain size? Or trim the edges? The imagecopy [php.net] manual page has good examples for cropping in the comments. A trimming function is posted in the comments on the Image [php.net] manual page. :)

asantos

2:33 pm on Feb 3, 2007 (gmt 0)

10+ Year Member



Thanks for the links! Im checking them right now.