Search found 1 match
- 2014-02-18T15:28:38-07:00
- Forum: MagickWand
- Topic: How to set font color for caption image?
- Replies: 12
- Views: 49222
How to set font color for caption image?
I'm trying too generate one image with caption: //Command line convert composite.png -gravity south -size 70x -font Montserrat-Bold.tff -pointsize 8 -fill "#cecece" -background transparent caption:"My amazing caption" -composite result.png This work fine! And my code representation is: MagickWand ...