Filelist (@list.txt) quote escape
Posted: 2016-12-18T13:59:54-07:00
Hello,
I have some trouble figuring the escape type needed in the following case:
I've tried everything, (backlash escape, backlash + quotes) but I can't get it to work.
Using imagemagick 6.9.6 on Gentoo
I have some trouble figuring the escape type needed in the following case:
Code: Select all
$ ls -1 --quoting-style=literal test*
test "'.png
test.png
$ cat list.txt
'test "'\''.png'
test.png
$ montage @list.txt out.png
montage: unable to open image `test "': No such file or directory @ error/blob.c/OpenBlob/2705.
montage: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.
Using imagemagick 6.9.6 on Gentoo
Code: Select all
$ convert -version
Version: ImageMagick 6.9.6-6 Q16 x86_64 2016-12-03 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo fftw fontconfig freetype jng jp2 jpeg ltdl png rsvg tiff webp x zlib