Looking for example code that resizes images (.jpg ...)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
glen09
Forum Newbie
Posts: 6
Joined: Mon Feb 02, 2009 2:37 pm

Looking for example code that resizes images (.jpg ...)

Post by glen09 »

I need to reduce the size of an image (JPG) and want to keep the image as clear as possible.
Any existing free packages there?
arbitter
Forum Newbie
Posts: 24
Joined: Tue Dec 29, 2009 10:04 am

Re: Looking for example code that resizes images (.jpg ...)

Post by arbitter »

You want to store the file on your server or is it only to display the picture?
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: Looking for example code that resizes images (.jpg ...)

Post by flying_circus »

gimp or Microsoft Image Resizer are both free tools you may use to resize jpg images.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Looking for example code that resizes images (.jpg ...)

Post by greyhoundcode »

Have a look at this Sitepoint article, might be what you are looking for if you are hoping to accomplish the task dynamically with PHP.
Post Reply