I would like to create some text and place it on an image. This works...
Code: Select all
convert -font TRAJANPB.TTF -pointsize 72 -fill black -annotate +28+68 'Journey' -blur 0x3 -font TRAJANPB.TTF -pointsize 72 -fill white -annotate +25+65 'Journey' logo.jpg logoshadow.jpg
I am not sure how to get it to apply the -blur 0x3 to the text only.
Any help will be greatly appreciated.
Terry Riegel