2014-07-22 111 views
0

有誰知道在PHP GD中繪製填充路徑的方法嗎?PHP GD:繪製填充路徑?

我可以畫出輪廓沒有問題,用反覆調用imageline加入了路徑點:

enter image description here

加油吧,雖然如此,它看起來像下面的,我不知道GD提供填充非平凡形狀的任何明顯的方法:

enter image description here

+0

http://php.net/manual/en/function.imagefilledpolygon.php? – kraysak

+0

太棒了 - 這是一個答案,而不是評論。如果您將它張貼爲答案,我會接受。 – Utkanos

回答

1

你應該使用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.