以像素(pixel)計算圖檔大小,並將圖檔資訊存成圖檔變數
依圖檔變數資訊輸出圖檔,XXX即為圖形格式,需與檔頭的圖形格式相符
關閉圖檔
程式 | <a href=image1.php>連結圖檔</a>
image1.php |
<img src=image1.php>
image2.php |
結果 | 連結圖檔 |
程式 | 結果 |
<img src=image2.php>
image2.php |
程式 | <img src=image3.php> image3.php |
結果 |
程式 | <img src=image4.php> image4.php |
結果 |
程式 | <img src=image5.php> image5.php |
結果 |
程式 | <img src=image6.php> image6.php |
結果 |
程式 | <img src=image7.php> image7.php |
結果 |
程式 | <img src=image8.php> image8.php |
結果 |
程式 | <img src=image10.php> image10.php |
結果 |
程式 | <img src=image9.php> image9.php |
結果 |
By Rick 2003