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
User avatar
Xelmepa
Forum Commoner
Posts: 41
Joined: Sat Aug 24, 2002 3:02 pm
Location: Athens, Greece
Contact:

Image Resize Script

Post by Xelmepa »

Hi,

I have been looking for a php image resize script.
I have only found one that literally resizes images (will resize a 1024x768 image only to 800x600 and not 800x500 or anything different than the standard analogy.

I am looking for a script that will let you input any size.

Thank you very much.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

You can look into [php_man]GD[/php_man]

or you can head over to hotscripts.com if your not wanting to make your own
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

Post by dethron »

Post Reply