omicronpersei8 imagemagick.org writes:
> > convert -gravity Center -draw 'text 0,0
"Foo"' x1.png x2.png
>
> Try
>
> convert x1.png +repage -gravity Center -draw 'text
0,0 "Foo"' x2.png
Hmm... That worked. But I wonder why it was needed to
begin with --
is the canvas preset at some random size? Also, why is this
not
working? --
convert x1.png -repage 0x0 -gravity Center -draw 'text 0,0
"Foo"' x2.png
Actually, I'd expect that adding the image would set the
canvas size
accordingly, so that
convert x1.png -gravity Center -draw 'text 0,0
"Foo"' x2.png
works. (Which is different only in the arguments order, and
I did try
it when I was trying to fix things.)
--
((lambda (x) (x x)) (lambda (x) (x x)))
Eli Barzilay:
http://www.barzilay.org/
Maze is Life!
_______________________________________________
Magick-users mailing list
Magick-users imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick
-users
|