$img = imagecreatefrompng("a1.png"); 
echo "图像宽度:",imagesx( $img );
echo "图像高度:",imagesy( $img );

imagecreatefromjpeg()

imagecreatefromgif()

imagecreatetruecolor()、等函数返回的图像资源