Getting error on annotate image using custom font
Posted: 2014-12-07T05:26:38-07:00
Hi All,
I am new to imagemagick. We trying to generate thumbnail image from the source and annotate image with custom font for watermarking. We are getting the below error. Need a help to identify the issue fix it in my command.
Version: ImageMagick 6.7.6-5
convert ICT-F0014018.jpg -intent relative -resize "1024x768>" -quality 95 -colorspace sRGB -strip -auto-orient -font "/home/watermark/webfont.ttf" -pointsize 22 -fill "rgba(255,255,255,0.30)" -gravity center -annotate +0+0 "Copyright" ICT-F0014018-screenres.jpg
convert: DelegateLibrarySupportNotBuiltIn `home/watermark/webfont.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1523.
convert: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/591.
convert: DelegateLibrarySupportNotBuiltIn `home/watermark/webfont.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1523
Regards,
Richard
I am new to imagemagick. We trying to generate thumbnail image from the source and annotate image with custom font for watermarking. We are getting the below error. Need a help to identify the issue fix it in my command.
Version: ImageMagick 6.7.6-5
convert ICT-F0014018.jpg -intent relative -resize "1024x768>" -quality 95 -colorspace sRGB -strip -auto-orient -font "/home/watermark/webfont.ttf" -pointsize 22 -fill "rgba(255,255,255,0.30)" -gravity center -annotate +0+0 "Copyright" ICT-F0014018-screenres.jpg
convert: DelegateLibrarySupportNotBuiltIn `home/watermark/webfont.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1523.
convert: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/591.
convert: DelegateLibrarySupportNotBuiltIn `home/watermark/webfont.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1523
Regards,
Richard