首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
imagefilltoborder
imagefilltoborder
區域填充到指定顏色的邊界為止
名稱:
imagefilltoborder
分類:
圖像處理GD
所屬語言:
php
一句話介紹:
區域填充到指定顏色的邊界為止
相關內容
imagefilltoborder 和imagecopymerge 混合使用案例
2
imagefilltoborder 在透明背景上的應用注意事項
4
imagefilltoborder 函數常見錯誤及調試方法
2
imagefilltoborder 和imagefilledrectangle 區別解析
5
PHP imagefilltoborder 函數繪製區域填充示例
5
同類函數
imagepolygon
imagepolygon
繪製多邊形
imagesetclip
imagesetclip
設置剪切矩形
imagegrabscreen
imagegrabscreen
捕獲整個屏幕
imagelayereffect
imagelayereffect
設置alpha混合標誌以使用分層效果
imagefilter
imagefilter
對圖像應用濾鏡
imagefontheight
imagefontheight
獲取字體高度
image_type_to_extension
image_type_to_extension
獲取圖像類型的文件擴展名
imagecreatefromwebp
imagecreatefromwebp
從文件或URL創建新圖像
熱門文章
imagefilltoborder 在透明背景上的應用注意事項
imagefilltoborder 和imagecopymerge 混合使用案例
imagefilltoborder 函數常見錯誤及調試方法
imagefilltoborder 和imagefilledrectangle 區別解析
PHP imagefilltoborder 函數繪製區域填充示例