Simple Text Label Examples Fails

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Greg Coats
Posts: 31
Joined: 2004-10-28T11:18:28-07:00
Location: Virginia, USA

Post by Greg Coats »

Still looking for an example that works under Mac OS X for drawing text with ImageMagick.
Prisoner-x
Posts: 1
Joined: 2012-01-23T03:44:35-07:00
Authentication code: 8675308

Re: Simple Text Label Examples Fails

Post 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
Post Reply