Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
New to ImageMagick so bear with me. I am using the convert command (see below) to overlay a picture on a background image, resize it, add some text and a white border around the picture. However I want to lighten the picture that I am overlaying. I have played about with the -modulate switch but it only ever lightens the entire image. Is it possible to do it in a single command or will I need to do it in 2 steps (not ideal as I don't really want to duplicate or modify the original image)?
./myscript.sh: line 6: syntax error near unexpected token `('
./myscript.sh: line 6: (`picture.jpg'[570x760]' -geometry +90+73 -modulate 160) -composite \'
Tried brackets in a simpler script but got the same syntax error. Is this right? I'm using Ubuntu 9.04. Don't expect so but do I need to enable brackets ? Any suggestions?
Thanks for the -region switch Magick. I'll give that a try next.