ImageMagic坐标代表什么

时间:2016-06-01 13:00:10

标签: php math imagemagick coordinates

我想创建一个矩形但我现在知道坐标是什么

  

x0,y0 x1,y1

在imagemagic中代表。

喜欢这个吗?

x1_________y1
|         |
|         |
|_________|
x0         y0

2 个答案:

答案 0 :(得分:2)

25,25x0,y0175,175x1,y1 ...

为例
convert -size 200x200 xc:white \
        -fill white -stroke red -strokewidth 4 \
        -draw 'rectangle 25,25,175,175' out.png

x0,y0,x1,y1

这是一个基本的坐标系。您只需要提供两个x / y点来确定绘制矩形的位置。

请参阅Primitive Draw CommandsMagick Vector Graphics docs&实例

答案 1 :(得分:0)

这真的是一个问题吗?你甚至懒得阅读它顶部的php.net页面? http://php.net/manual/en/imagickdraw.rectangle.php