Script that cuts from the top and bottom from image

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
mahler
Forum Newbie
Posts: 1
Joined: Mon Nov 10, 2008 6:24 am

Script that cuts from the top and bottom from image

Post by mahler »

I want to create a script that cuts from the top and bottom of an image (and maybe left or right) but does not resize the photo in any way. Can I do this with imagecopyresampled() ? If not what functions should I use?
Post Reply