-kerning not works in ver 6.4.7

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
cuongvt

-kerning not works in ver 6.4.7

Post by cuongvt »

Hi,
convert -pointsize 12 -kerning 1 label:Anthony label_kerning_1.gif
not works. It throwed:
"convert: unrecognized option `-kerning' @ convert.c/ConvertImageCommand/2698."
any ideas?
regards
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -kerning not works in ver 6.4.7

Post by magick »

Try ImageMagick 6.4.7-10, the latest release. The -kerning option works for us.
cuongvt

Re: -kerning not works in ver 6.4.7

Post by cuongvt »

I confirmed that -kerning is not in latest IM 6.4.7-10, at least in Freebsd, and in winxp also
I'm using latest Q16 version in both OSs.
Ver in windows I just downloaded and started using from yesterday.
localhost% convert -pointsize 12 -kerning 1 label:Anthony label_kerning_1.gif
convert: unrecognized option `-kerning' @ convert.c/ConvertImageCommand/2698.
localhost% convert | grep kerning
localhost% convert -version
Version: ImageMagick 6.4.7 2008-12-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

localhost% convert | grep spac
-colorspace type alternate image colorspace
-quantize colorspace reduce colors in this colorspace
This means we must wait ver 6.4.8???
letter-spacing's really important...
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -kerning not works in ver 6.4.7

Post by magick »

Apparently you must wait for the ImageMagick 6.4.8-0 release to use kerning and interword spacing-- the wait is over. 6.4.8-0 is ready for download now.
cuongvt

Re: -kerning not works in ver 6.4.7

Post by cuongvt »

Thanks for fast response
vuthecuong

Re: -kerning not works in ver 6.4.7

Post by vuthecuong »

kerning works in 6.4.8.
thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: -kerning not works in ver 6.4.7

Post by anthony »

Examples of usage is in IM Examples, though it may take a day for them all to appear.

http://www.imagemagick.org/Usage/text/#kerning
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply