Quantcast
Channel: Active questions tagged fonts - Super User
Viewing all articles
Browse latest Browse all 298

How to fix error unable to read font in ImageMagick/Debian?

$
0
0

I'm running ImageMagick in WSL Debian and Ubuntu. I'm trying to write some text with ImageMagick but I getting font errors in both WSL linux versions:

$ magick -background lightblue -fill blue -font arial -pointsize 72 label:Anthony label.gifmagick: unable to read font arial @ warning/annotate.c/RenderType/1024.magick: unable to read font arial @ error/annotate.c/RenderFreetype/1654.

The commands below doesn´t list anything.

$ convert -list font$ identify -list font$

And this others prints

$ ls /usr/local/share/fonts/$ ls /etc/fontsconf.avail  conf.d  fonts.conf

Current IM version. Thanks for any help.

$ magick -versionVersion: ImageMagick 7.1.1-19 Q16-HDRI x86_64 21601 https://imagemagick.orgCopyright: (C) 1999 ImageMagick Studio LLCLicense: https://imagemagick.org/script/license.phpFeatures: Cipher DPC HDRI OpenMP(4.5)Delegates (built-in): fftw freetype jbig jng jpeg lcms lzma png tiff webp xml zlibCompiler: gcc (12.2)

Viewing all articles
Browse latest Browse all 298

Trending Articles