resize image without loosing quality
Moderator: General Moderators
resize image without loosing quality
Hi, is there any code we can resize( normal and thumbnail) image like facebook without loosing quality or any third party tool . Please let me know i am stuck on my project.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: resize image without loosing quality
If you use GD, you have to use imagecopyresampled and not imagecopyresized. And you have to keep the image ratio!
ImageMagik usually produces images with higher quality
ImageMagik usually produces images with higher quality