PHP圖像處理 imagestring添加圖片水印

<?php header("Content-Type: text/html;charset=utf-8"); //指定圖片路徑 $src = '001.png'; //獲取圖片信息 $info = getimagesize($src); //獲取圖片擴展名 $type = image_type_to_extension($info[2],false); //動態的把圖片導入內存中 $fun =
相關文章
相關標籤/搜索