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.
嗨,我有一个使用 phpThumb 的 wordpress 主题。并且某些图像在 IE7 中没有显示。png透明度似乎有问题......该怎么办?是否有要传递给脚本的参数,以便即使质量较低但正常的情况下它也会删除透明度并显示图片?非常感谢
如果您遇到同样的问题,请禁用 imageMagick 以及 phpThumb.class.php 行
1089 找到
return $WriteConvert;
并替换为
return false;