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.
当我尝试使用本机 php 函数保存图像时,imagecreatefromjpeg有时会出现以下错误:
imagecreatefromjpeg
gd-jpeg, libjpeg: recoverable error: Warning: unknown JFIF revision number 2.01
我的理解(我可能错了)是 JFIF 版本高于原生 php 函数支持的版本。
我如何处理图像或至少优雅地失败?(今天页面显示 HTTP 500 错误)