Page 1 of 1

Identify to identify fonts

Posted: 2007-01-26T13:47:57-07:00
by riegel
Does Image Magick have any way to identify Fonts? I know it wasn't possible a year or so ago, but wondered if that kind of functionality might have been added.

If not anyone have a method for identifying font names from the font files?

Thanks for any ideas,


Terry

Posted: 2007-01-28T21:42:16-07:00
by anthony

Code: Select all

identify -list type
If you IM is recent you can also use

Code: Select all

identify -list list
to see what other thinsg you can list (mostly command line options that are available).