我在functions.php中使用这段代码add_image_size('shop-size', 400, 400,我看着它创建一个400x259的图像,并进行缩放。该再生插件甚至表示,它将进行400x400裁剪,以适应商店规模,然后继续不这样做。<?php if (extension_loaded('<e
当我尝试使用它来测试上传时,我得到了以下错误:-
NotSupportedException in Driver.php line 16: GD Library extension not availablewith this PHP installation.因此,正如我所做的那样,我使用sudo apt-get install libgd3安装了GD库,使用sudo apt-get php5.6-gd安装了php驱动程序。编辑1.我使用以下命令查看php</