Imagemagick: dibuja la forma en relación con la posición de otra forma
Frecuentes
Visto 254 veces
0
In Imagemagick is it possible to draw a shape or text and place it relative to another shapes position instead of the canvas relative position.
I won't know the size of each shape.
Gracias.
1 Respuestas
1
do you mean the repage option? http://www.imagemagick.org/script/command-line-options.php?#repage
contestado el 03 de mayo de 12 a las 16:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas php imagemagick exec or haz tu propia pregunta.
Hmm possibly. Any idea if there are examples of it's usage? - eek
So repage works on setting the canvas position in the center of the previous shape drawn. It is possible to use gravity in repage? Say I wanted the second shape to be drawn immediately to the left or right of the previous shape. - eek