-kerning not recognized

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?".
Post Reply
jcr

-kerning not recognized

Post by jcr »

Hello,

I am running Imagemagick 6.6.3 compiled from source on a Centos 5 box
The command

Code: Select all

montage  -fill "#000000" -background white -font 'Futura-Lt-Light' -pointsize 13 -kerning 3  label:"home"  label:"beach"  label:"bull run"  label:"farm"  label:"fighters"  label:"contact"  +set label -mode Concatenate -tile 1x6 -geometry '+0+10' button_navigation_normal.png
returns
unrecognized option `-kerning' @ error/montage.c/MontageImageCommand/1669.

Any idea where the problem is?

thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -kerning not recognized

Post by fmw42 »

Same on Mac OSX Tiger IM 6.6.3.1 Q16

kerning is relatively new to convert and probably has not been incorporated into montage.
Post Reply