Cropping an image

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

Cropping an image

Post by jaymoore_299 »

I want to be able to have an uploaded image cropped to a fixed ratio, which I would then resize. Anyone know of a free script that can do this?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

check out onion's tutorial viewtopic.php?t=41743

it preserves the aspect ratio but it's not hard to modify that
Post Reply