Problem with montage `cat files.txt` or montage @files.txt
Posted: 2017-07-08T08:41:47-07:00
Hello,
i have a not really problem with only one tile by the ImageMagick command "montage".
Thats my command and the error:
Thats the files.txt:
When i use the command without the "0001.jpg", than it's without a problem.
files-b.txt:
And than this works without problem:
Thats only a hint. My project is finished.
i have a not really problem with only one tile by the ImageMagick command "montage".
Thats my command and the error:
Code: Select all
montage `cat files.txt` -mode Concatenate -tile 20x1 big.jpg
montage: unable to open image 'images/0001.jpg': No such file or directory @ error/blob.c/OpenBlob/3093.
Code: Select all
images/0001.jpg
images/0002.jpg
images/0003.jpg
images/0004.jpg
...
images/0020.jpg
files-b.txt:
Code: Select all
images/0002.jpg
images/0003.jpg
images/0004.jpg
...
images/0020.jpg
Code: Select all
montage `cat files-b.txt` -mode Concatenate -tile 19x1 big-b.jpg
Code: Select all
montage 0001.jpg big-b.jpg -mode Concatenate -tile x1 big-a.jpg