Script that cuts from the top and bottom from image
Moderators: onion2k, General Moderators
Script that cuts from the top and bottom from image
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?