我想创建一个矩形但我现在知道坐标是什么
x0,y0 x1,y1
在imagemagic中代表。
喜欢这个吗?
x1_________y1
| |
| |
|_________|
x0 y0
答案 0 :(得分:2)
以25,25
为x0,y0
,175,175
为x1,y1
...
convert -size 200x200 xc:white \
-fill white -stroke red -strokewidth 4 \
-draw 'rectangle 25,25,175,175' out.png
这是一个基本的坐标系。您只需要提供两个x / y点来确定绘制矩形的位置。
请参阅Primitive Draw Commands和Magick Vector Graphics docs&实例
答案 1 :(得分:0)
这真的是一个问题吗?你甚至懒得阅读它顶部的php.net页面? http://php.net/manual/en/imagickdraw.rectangle.php