Merging Images
Posted: 2015-05-22T03:23:52-07:00
Hello people.
I am new to the ImageMagic and I require your help. I have a folder of images 0-9_0-13.jpg. First number is column and second one is a row.
I'm using this command to merge those images together:
The image comes out all scrambled. The image should look like this:
If anyone could help me I will greatly appreciate it.
I am new to the ImageMagic and I require your help. I have a folder of images 0-9_0-13.jpg. First number is column and second one is a row.
I'm using this command to merge those images together:
Code: Select all
E:\315\001_files\12>montage.exe -tile 1x14 [0-9]_[0-13].jpg miff:- | convert.exe - +append final.jpg
Code: Select all
0x0 1x0 2x0 ... 9x0
0x1 1x1 2x1 ... 9x1
0x2 1x2 2x2 ... 9x2
... ... ... .
0x13 1x13 2x13 9x13