Hi!

On Fri, Apr 25, 2008 at 12:19 PM, Yuzem <[EMAIL PROTECTED]> wrote:
>  I have tested it here and it outputs the same message, even with Debian's
>  > 6.4.0.9
>  > I couldn't find something similar at
>  > http://www.imagemagick.org/Usage/compose/ (using convert input1 -composite
>  > input2 -composite outpt)
>
>  Here: http://www.imagemagick.org/Usage/layers/#convert

If you look at the examples, you will see that they have this format:

convert input1 input2 -composite (inputn -composite)* output

For two images it would be:

convert input1 input2 -composite output

For 3 images:

convert input1 input2 -composite input3 -composite output

Lets use this example:

  convert -size 100x100 xc:skyblue \
          balloon.gif  -geometry 40x40+5+10   -composite \
          medical.gif  -geometry      +35+30  -composite \
          present.gif  -geometry 24x24+62+50  -composite \
          shading.gif  -geometry 16x16+10+55  -composite \
          compose_resize.gif

xc:skyblue is also an image (an all blue).

it seems that it's still valid what I said before.

Best regards,
Nelson

-- 
imagemagick convert -composite option not working
https://bugs.launchpad.net/bugs/221857
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to