Search found 1 match
- 2013-05-20T07:47:51-07:00
- Forum: Bugs
- Topic: convert -draw text fails if the text starts with a digit
- Replies: 4
- Views: 14019
Re: convert -draw text fails if the text starts with a digit
I want to print the file name of an image on the image. When the file name begins with a number -draw text fails. Below is how to do that out of a BASH shell script with parameterization. The key is to make a new environment variable with quotes Ron #!/bin/bash # this works convert -fill white ...