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?
Looking for example code that resizes images (.jpg ...)
Moderator: General Moderators
Re: Looking for example code that resizes images (.jpg ...)
You want to store the file on your server or is it only to display the picture?
- 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 ...)
gimp or Microsoft Image Resizer are both free tools you may use to resize jpg images.
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: Looking for example code that resizes images (.jpg ...)
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.