出力画像が文字化けしていますか?
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php $img=imagecreatefromgif("./images/1.gif");//自己随便找张gif图片 echo "width:".imagesx($img)."px</br>"; echo "height:".imagesy($img)."px</br>"; imagegif($img); imagedestroy($img);