可以改成 imagecreatefromstring(file_get_contents($file));
不用判断文件类型。
imagecreatefromjpeg(): is not a valid PNG file
最新推荐文章于 2023-05-16 22:45:06 发布
可以改成 imagecreatefromstring(file_get_contents($file));
不用判断文件类型。