图像干预GD驱动程序getMimeType

时间:2015-05-01 18:59:57

标签: php image laravel intervention

我目前正将Intervention Image整合到Laravel 4.2中。 通过执行以下操作,我收到“Command(getMimeType)不可用于驱动程序(Gd)”的错误

Image::make(Input::file($image_file))

这是如何运作的?

1 个答案:

答案 0 :(得分:0)

  1. 检查php.ini是否为uncomment扩展名“php_fileinfo”或签入phpinfo()。
  2. 在php脚本中打印:

    print_r (gd_info());

    如果你看到:

    [GIF Read Support] => 0
    [GIF Create Support] => 0

    这可能意味着您使用上面指定的旧版本扩展名。