I'm trying to run convert on my ubuntu box and i'm getting
convert -background white -pointsize 20 -gravity center label:"test" /var/www/html/test.png
Code: Select all
convert-im6.q16: unable to read font `(null)' @ error/annotate.c/RenderFreetype/1362.
convert-im6.q16: no images defined `/var/www/html/hello.png' @ error/convert.c/ConvertImageCommand/3258.
Code: Select all
Path: System Fonts
Font: DejaVu-Sans
family: DejaVu Sans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
Font: DejaVu-Sans-Bold
family: DejaVu Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
Font: DejaVu-Sans-Mono
family: DejaVu Sans Mono
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
Font: DejaVu-Sans-Mono-Bold
family: DejaVu Sans Mono
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf
Font: DejaVu-Serif
family: DejaVu Serif
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf
Font: DejaVu-Serif-Bold
family: DejaVu Serif
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf
Font: FontAwesome
family: FontAwesome
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf
apt-get install ghostscript
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
ghostscript is already the newest version (9.25~dfsg+1-0ubuntu0.18.04.1).