可以改成 imagecreatefromstring(file_get_contents($file));
不用判断文件类型。
imagecreatefromjpeg(): is not a valid PNG file
最新推荐文章于 2023-03-29 10:54:07 发布
可以改成 imagecreatefromstring(file_get_contents($file));
不用判断文件类型。