CLI composite confusion: works in 6.1.7, broke in 6.3.3
Posted: 2007-06-21T17:31:57-07:00
Hey all,
I'm having a problem with this code:
This works fine under Convert version 6.1.7
but under version 6.3.3 I get an error: convert: missing an image filename `output.jpg'. What am I doing wrong?
I'm somewhat new to ImageMagick, so go easy on me!
Thanks in advance,
jonathan
I'm having a problem with this code:
Code: Select all
convert rose: -composite netscape: -compose Multiply -gravity center -composite -quality 70 output.jpg
but under version 6.3.3 I get an error: convert: missing an image filename `output.jpg'. What am I doing wrong?
I'm somewhat new to ImageMagick, so go easy on me!
Thanks in advance,
jonathan