Search found 2 matches

by jwhitlock
2011-04-24T19:31:30-07:00
Forum: Bugs
Topic: draw "image over" not working in 6.6.9-1
Replies: 7
Views: 19374

Re: draw "image over" not working in 6.6.9-1

Thanks. Yes, I hand-modified the command, and got the quotes wrong around the file name. I edited my post to fix it (it used to say -draw 'image over 0,0 160,120 images/in1.jpg', but the filename images/in1.jpg must be quoted as well). I used a different document for looking at the draw image option...
by jwhitlock
2011-04-24T17:38:48-07:00
Forum: Bugs
Topic: draw "image over" not working in 6.6.9-1
Replies: 7
Views: 19374

draw "image over" not working in 6.6.9-1

Under ImageMagick 6.5.8-10, we run a command like this: convert -size 160x120 xc:black -format png -draw "image over 0,0 160,120 'images/in1.jpg'" out.png This pastes the image 'images/in1.jpg' over the black background. The actual command is much longer, but this is the minimum to reprodu...