我在我的localhost上安装了WAMPSERVER 2.0且启用了php_gd2扩展名,但是当我尝试保存jpeg图像时,我得到了这个例外:
Your GD installation does not support JPG image types
如何启用JPG图像?
答案 0 :(得分:1)
您可能希望查看其他开发人员对PHP手册的评论。
http://www.php.net/manual/en/function.imagecreatefromjpeg.php#74891
和
http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832
与libjpeg
有关