I'm trying to use ImageMagick command "montage". And I'm unable to use the @input.txt thing with it. IM always tells me that this image is not found. When I use only 'input.txt', I got a beautiful image with the text from the file, which is not what I'm looking for.
This is what I have on my console :
Code: Select all
montage @tiles.txt result.jpg
montage: unable to open image `@tiles.txt': Aucun fichier ou dossier de ce type @ blob.c/OpenBlob/2480.
montage: missing an image filename `result.jpg' @ montage.c/MontageImageCommand/1683.
IM : ImageMagick 6.5.7-8 2012-08-17 Q16
Thanks for any help
EDIT : tried space and newline between file names in the input file, did not change anything...
EDIT again : it as working before, I don't know why it's not working anymore, I didn't do any change on my computer. Maybe I use a bad command now, and not before. I can't understand where is the problem... :/