[ImageMagaick]convert: delegate library support not built-inの対処法

convertコマンドのannotateオプションで写真に文字入れしようとしたらエラーが出ました。
$ convert  -pointsize 240 -gravity south -font Times-Roman -annotate 0 "aaaaa" -fill red flower.jpg out.jpg
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n021003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1537.
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n021003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1537.

解決方法

"freetype"というのをインストールしたら解決しました。
sudo yum -y install freetype freetype-devel
カテゴリ: