shame on me.
I had the $NAME at two places in the script and only changed 1 to have the quotes.
Problem solved thx
Search found 3 matches
- 2011-09-06T22:33:54-07:00
- Forum: Users
- Topic: use convert in script to create piclture abels with a space
- Replies: 4
- Views: 7363
- 2011-09-06T07:10:09-07:00
- Forum: Users
- Topic: use convert in script to create piclture abels with a space
- Replies: 4
- Views: 7363
Re: use convert in script to create piclture abels with a sp
Magick thanks for you quick responce. I have tried convert -background white -fill black -font DejaVu-Sans-Book -size 415x47 label:"$NAME" ./Images/NAME.jpg and convert -background white -fill black -font DejaVu-Sans-Book -size 415x47 label:'$NAME' ./Images/NAME.jpg but both give me the same error ...
- 2011-09-06T06:47:48-07:00
- Forum: Users
- Topic: use convert in script to create piclture abels with a space
- Replies: 4
- Views: 7363
use convert in script to create piclture abels with a space
I using convert in a shell (bash) script to create picture labels the command I use in the script is convert -background white -fill black -font DejaVu-Sans-Book -size 415x47 label:$NAME ./Images/NAME.jpg If $NAME contains "Boer" then the line works correct. If $NAME contains " Christabell Sunday" i ...