I'm posting my imagemagick problem after a long days of research and many testing...
Could not succeed in making what I want... And really I need your help... snif....
So here's what I want to do with a couple of images: I want to create an image with 2 lines of 3 images and a line with one image that is centered in the bottom of all (want to do it with just one command Line in... guess what... wait for it.... Windows :p)
Here's the command line I'm using... (Yeah I know I'm a newbie.... but trying to make something cool )
Code: Select all
montage -background black ( Image1 Image2 Image3 Image4 Image5 Image6 -resize 330x220+0+0 ) ( logo-small.png -gravity south ) -tile 3x -geometry +0+0 -border 5 -bordercolor black planchetest1024x720.png
Thanks in advance guys