jarvis Posted December 16, 2009 Share Posted December 16, 2009 Hi, When I copy an image, my script then has the following to copy the image to it's location: ImageJPEG($im, "categories/".$gal."/t_".$fn); To improve the quality, do I simply add a third parameter for the quality level? i.e. ImageJPEG($im, "categories/".$gal."/t_".$fn, 75); Either 75 - 100 with 100 being best, is that right? Quote Link to comment https://forums.phpfreaks.com/topic/185327-php-image-copy-quality/ Share on other sites More sharing options...
cags Posted December 16, 2009 Share Posted December 16, 2009 Yes. Quote Link to comment https://forums.phpfreaks.com/topic/185327-php-image-copy-quality/#findComment-978417 Share on other sites More sharing options...
jarvis Posted December 16, 2009 Author Share Posted December 16, 2009 Thanks Cags Quote Link to comment https://forums.phpfreaks.com/topic/185327-php-image-copy-quality/#findComment-978436 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.