Jump to content

[SOLVED] Image degradation with 'copy'?


Recommended Posts

Hey!

 

I've been using the copy function to copy an image and delete the old one (to rename it), and I've been noticing that the image quality has degraded after copying it. Is this typical? Is there something I can do about it?

 

Thanks!

FlyingIsFun1217

Link to comment
https://forums.phpfreaks.com/topic/107910-solved-image-degradation-with-copy/
Share on other sites

If you have any resize() function of any kind in your script, you might try revising it. I had a lot of problems with this back in the day when I made 'community sites'. If you're resizing it unproportionally (Ex. Width by .5 and height by .7), its really easy to lose a lot of the original quality, given your uploading to MySQL and not as a hard copy.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.