无法确定远程图像的格式

时间:2017-08-14 06:13:21

标签: php phpthumb

我正在尝试通过phpthumb库调整本地图像的大小,并为特定图像提供以下异常:

Exception Object
(
[message:protected] => Could not determine format of remote image: http://localhost/brandmenowcrm/upload/products/UC102 Yellow.jpg
[string:Exception:private] => 
[code:protected] => 0
[file:protected] => /var/www/html/brandmenowcrm/application/third_party/phpthumb/ThumbBase.inc.php
[line:protected] => 193
)

当我在浏览器中检查此图像时,它正在成功运行。 enter image description here

1 个答案:

答案 0 :(得分:1)

我建议您检查get_headers函数以验证文件的格式(例如:content_type)。

此外,如果您使用的是http://localhost/brandmenowcrm/upload/products/UC102 Yellow.jpg,请尝试使用绝对文件路径而不是URL。