我在我的本地主机上安装了WAMPSERVER2.0,并启用了php_gd2扩展,但是当我试图保存jpeg图像时,我得到了这个异常:
Your GD installation does not support JPG image types如何开启JPG镜像?
发布于 2009-10-25 21:41:12
你可能想看看其他开发人员在PHP手册上的评论。
http://www.php.net/manual/en/function.imagecreatefromjpeg.php#74891
和
http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832
这与libjpeg有关。
https://stackoverflow.com/questions/1620928
复制相似问题