How to insert rotate images or text over a image?
Posted: 2007-02-02T19:28:22-07:00
Hello,
I want to insert a rotate image over another image but the command that i'm using don't work. I use:
The problem is that the images that will be rotated, don't appear, nor rotated.
What is happening?
NOTE: I have the same problem inserting text with -draw "rotate degrees text..."
Thanks
I want to insert a rotate image over another image but the command that i'm using don't work. I use:
Code: Select all
convert FONDO.jpg -draw "image Over 35,110 0,0 out.jpg" -draw "image Over 35,860 0,0 out.jpg" -draw "image Over 35,1610 0,0 out.jpg" -draw "image Over 35,2360 0,0 out.jpg" -draw "rotate 90 image Over 1580,110 0,0 out.jpg" -draw "rotate 90 image Over 1580,1650 0,0 out.jpg" salida.jpg
What is happening?
NOTE: I have the same problem inserting text with -draw "rotate degrees text..."
Thanks