Search found 1 match
- 2012-12-03T05:25:42-07:00
- Forum: Users
- Topic: How to draw auto fitted text on image
- Replies: 1
- Views: 3016
How to draw auto fitted text on image
Hello. I want to make watermark by text, in such a way that it will fill the image diagonally and dynamically. I have used convert -density 72x72 -colorspace RGB -weight bold -pointsize 20 -draw "gravity center fill '#BEBEBE' rotate 315 text 0,0 'Some Text" inputFile.jpg outputFile.jpg And it is ...