is it possible to combine -draw and -border?
Posted: 2013-12-30T04:35:46-07:00
Hi guys,
I put an image over another, using the draw command, I would like to know if it may be possible to apply to this image one border with the classical bordercolor and border command
this is my example code and guess I should put a white border on the image natuur01.jpg
how could i do?
thanks in advance
I put an image over another, using the draw command, I would like to know if it may be possible to apply to this image one border with the classical bordercolor and border command
this is my example code
Code: Select all
convert -size 600x357 xc:none -draw "image Over 0,0 0,0 'background01.jpg'" -draw "image Over 25,190 0,0 'aktiviteiten01.jpg'" -draw "image Over 200,190 0,0 'cultuur13.jpg'" -draw "image Over 380,190 0,0 'natuur01.jpg'" -draw "image Over 0,0 0,0 'frame.png'" -extent 600x357 -append +repage 638044758.30105944.jpg
how could i do?
thanks in advance