0
有誰知道在PHP GD中繪製填充路徑的方法嗎?PHP GD:繪製填充路徑?
我可以畫出輪廓沒有問題,用反覆調用imageline
加入了路徑點:
加油吧,雖然如此,它看起來像下面的,我不知道GD提供填充非平凡形狀的任何明顯的方法:
有誰知道在PHP GD中繪製填充路徑的方法嗎?PHP GD:繪製填充路徑?
我可以畫出輪廓沒有問題,用反覆調用imageline
加入了路徑點:
加油吧,雖然如此,它看起來像下面的,我不知道GD提供填充非平凡形狀的任何明顯的方法:
你應該使用imagefilledpolygon
imagefilledpolygon — Draw a filled polygon
Description
bool imagefilledpolygon (resource $image , array $points , int $num_points , int $color)
imagefilledpolygon() creates a filled polygon in the given image.
http://php.net/manual/en/function.imagefilledpolygon.php? – kraysak
太棒了 - 這是一個答案,而不是評論。如果您將它張貼爲答案,我會接受。 – Utkanos