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? 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. 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 Link to comment https://forums.phpfreaks.com/topic/185327-php-image-copy-quality/#findComment-978436 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.