Annotate errors - windows 7 x64
Posted: 2014-08-07T11:25:49-07:00
I am using a command
convert "badlands.jpg" -pointsize 14 -mattecolor grey -background ^
grey -frame 3x3+0+3 -gravity South -splice 0x15 -frame 6x6+3+0 ^
-annotate +0+8 Testofannotate frame_montage.gif
which works fine.
However, if I add spaces and single-quotes, I get errors:
convert "badlands.jpg" -pointsize 14 -mattecolor grey -background ^
grey -frame 3x3+0+3 -gravity South -splice 0x15 -frame 6x6+3+0 ^
-annotate +0+8 'Test of annotate' frame_montage.gif
I get 'Test placed on the image, and errors in the log:
convert.exe: unable to open image 'of'': No such file or directory @ error/blob.c/OpenBlob/2658
I pretty much took this directly from the page http://www.imagemagick.org/Usage/crop/#frame
so it's odd that I get the error with the space. No space, no error.
In addition, the use of the @ char to use an external file does not work.
convert "badlands.jpg" -pointsize 14 -mattecolor grey -background ^
grey -frame 3x3+0+3 -gravity South -splice 0x15 -frame 6x6+3+0 ^
-annotate +0+8 Testofannotate frame_montage.gif
which works fine.
However, if I add spaces and single-quotes, I get errors:
convert "badlands.jpg" -pointsize 14 -mattecolor grey -background ^
grey -frame 3x3+0+3 -gravity South -splice 0x15 -frame 6x6+3+0 ^
-annotate +0+8 'Test of annotate' frame_montage.gif
I get 'Test placed on the image, and errors in the log:
convert.exe: unable to open image 'of'': No such file or directory @ error/blob.c/OpenBlob/2658
I pretty much took this directly from the page http://www.imagemagick.org/Usage/crop/#frame
so it's odd that I get the error with the space. No space, no error.
In addition, the use of the @ char to use an external file does not work.