$data = GetImageSize($srcFile); switch ($data[2]) { case 1: //圖片類型,1是GIF圖 $im = @ImageCreateFromGIF($srcFile) ...
www.dugukeji.com