Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用:
imagecreatefromjpeg()$path 参数是一个 URL。我将 jpeg 保存为 100 压缩...但我仍然会受到轻微的质量损失...
imagecreatefromjpeg()
有没有办法防止这种情况?
重新保存 jpeg 图像时,质量总是会下降,您应该复制图像文件。
无论压缩如何,所有 jpg 图像都会有伪影。如果这是一张有很多颜色且没有真正锋利边缘的图片,那应该不是问题,但是如果它是徽标或边缘很重要的东西,您应该考虑使用 PNG 替代品。