Uploaded pics get resized but the quality is awful!

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
Rawhead
Forum Newbie
Posts: 11
Joined: Wed Aug 07, 2002 3:46 pm
Location: Houston, Tx
Contact:

Uploaded pics get resized but the quality is awful!

Post by Rawhead »

Hi I have a project in PHP, my script takes an uploaded pic, resize it 3 times and then deletes the original, My question is about the quality of the pics after resizing. They seem to degradate after the re-sizing. Is there a quick pre-made solution for this? Where can I find it? For more info on this or to see the script, contact me. Rawhead@rawhead.net
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You'll get more help if you do actually give more information and perhaps some of your script so we can see what you've actually done.

If you're looking for pre-made scripts try http://www.hotscripts.com.

Mac
User avatar
Rawhead
Forum Newbie
Posts: 11
Joined: Wed Aug 07, 2002 3:46 pm
Location: Houston, Tx
Contact:

Post by Rawhead »

Thanks!! Actually, your suggestion was quite helpful! Imagemagick should do the trick!
Post Reply