1. Use imagecreatetruecolor and imageCopyreSampled functions to replace imagecreate and imagecopyresized respectively
2. Add 100 to the third parameter of imagejpeg (for example: imagejpeg($ni,$toFile,100))
Picture:
http://www.bkjia.com/PHPjc/486286.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/486286.htmlTechArticle1. Use imagecreatetruecolor and imageCopyreSampled functions to replace imagecreate and imagecopyresized respectively. 2. Add 100 to the third parameter of imagejpeg. (Example: imagejpeg($ni,$toFile,100)) Image:...