Need cool image resize script

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
MiniMonty
Forum Contributor
Posts: 196
Joined: Thu Sep 03, 2009 9:09 am
Location: UK

Need cool image resize script

Post by MiniMonty »

Hi all,

nearing the end of a fairly big (for me) project and one of the final tidy-ups is to run a
neat resize script (ideally as an include).
Wondering if anyone can point me to a tutorial or download for something that will do this:

recognise whether an image is portrait or landscape, resize it accordingly to a maximum
width OR height (depending on portrait or landscape) and keep the aspect ratio. Needs
to keep the original image name.

I searched the forum and found LOTS of people looking for the same kind of thing but no
joy in any working code :|

Thanks in advance
Best wishes
Monty
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need cool image resize script

Post by requinix »

Have you tried searching the Internet? I'm not kidding.
Post Reply