我的环境是linux7.2+mysql4.1+php5.1.6+apache2.
所有的软件都装了可发现GD2只支持GIF,JPEG支持不了,请哪位高手指点一下啊!这是GD的情况:
GD Support  enabled  
GD Version  bundled (2.0.28 compatible)  
GIF Read Support  enabled  
GIF Create Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  
XBM Support  enabled  

解决方案 »

  1.   

    这是编译php情况:
    './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-libxml-dir=/usr/local/lib' '--with-gd' '--with-jpeg' '--with-png' '--with-freetype' '--with-zlib' '--enable-dba' '--with-openssl' '--with-regex=php'
      

  2.   

    http://cn.php.net/manual/zh/ref.image.php
      

  3.   

    GD的问题解决了~~现在出现个ResizeImage生成略图的时候是个黑图这怎么回事