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.
我目前正在将干预图像集成到 Laravel 4.2。通过执行以下操作,我收到“命令(getMimeType)不适用于驱动程序(Gd)”的错误
Image::make(Input::file($image_file))
这真的如何运作?
在 php 脚本中打印:
print_r (gd_info());
如果你看到:
[GIF 阅读支持] => 0 [GIF 创建支持] => 0
这可能意味着您使用上面指定的旧版本扩展名。