Page 2 of 2

Posted: 2006-09-01T00:20:08-07:00
by Greg Coats
Still looking for an example that works under Mac OS X for drawing text with ImageMagick.

Re: Simple Text Label Examples Fails

Posted: 2012-01-23T03:58:34-07:00
by Prisoner-x
Hello new to ImageMagick and I'm having a problem displaying this font.
  • Font: Nanum-Brush-Script-Regular
  • family: Nanum Brush Script
  • style: Normal
  • stretch: Normal
  • weight: 400
  • glyphs: /Library/Fonts/NanumScript.ttc
This is what I'm using

Code: Select all

date "+%d" | /usr/local/bin/convert -rotate 90 -background none -fill black -font Nanum Brush Script Regular -channel RGBA -blur 0x6 -pointsize 144 -density 200 label:@- -trim ~/Documents/Nerdz/date.png
:!:
Sorry, I figured out that I needed to use it like this -font Nanum-Pen-Script-Regular