Decent image upload & manipulation scripts?

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
thisismyurl
Forum Newbie
Posts: 15
Joined: Wed Dec 03, 2008 8:00 am

Decent image upload & manipulation scripts?

Post by thisismyurl »

Hi all, I'm wondering if anybody can recommend a decent tool for uploading and resizing/cropping images similar to the one Facebook runs? What I need to do is accept graphics from a user's computer and resize it to be a 100px x 100px thumbnail without stretching or distorting. PHP or JS would be preferred but Java is fine. Any suggestions would be appreciated. Chris
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Decent image upload & manipulation scripts?

Post by jaoudestudios »

Facebook has a fancy java applet.

I have posted some links in my forum, which are very useful... http://www.forum.jaoudestudios.com/view ... f=13&t=183

I know JQuery has a lot of fancy javascript ones.
Post Reply