Page 1 of 1
Looking for example code that resizes images (.jpg ...)
Posted: Fri Jan 08, 2010 3:20 pm
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?
Re: Looking for example code that resizes images (.jpg ...)
Posted: Fri Jan 08, 2010 3:23 pm
by arbitter
You want to store the file on your server or is it only to display the picture?
Re: Looking for example code that resizes images (.jpg ...)
Posted: Fri Jan 08, 2010 4:10 pm
by flying_circus
gimp or Microsoft Image Resizer are both free tools you may use to resize jpg images.
Re: Looking for example code that resizes images (.jpg ...)
Posted: Sat Jan 09, 2010 11:00 am
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.