montage: unable to read font `(null)' @ error/annotate.c/RenderFreetype/1316.
Posted: 2016-08-08T21:01:13-07:00
Using montage triggers a warning or error:
The image output seems fine but the command line output still seems strange.
Arch Linux 64bit.
This might have to do with the fact that montage does (or only did in the past) add annoataions (or labels?) to images automatically, if they have a title in their exif metadata. I used to have to use the following to remove the metadata to surpress such labels.
I'm just mentioning it, even though I haven't tested it recently and it's not the problemhere but might be related.
Code: Select all
$ montage a.jpg b.jpg test.jpg
montage: unable to read font `(null)' @ error/annotate.c/RenderFreetype/1316.
Code: Select all
$ montage --version
Version: ImageMagick 6.9.5-5 Q16 x86_64 2016-08-07 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib
This might have to do with the fact that montage does (or only did in the past) add annoataions (or labels?) to images automatically, if they have a title in their exif metadata. I used to have to use the following to remove the metadata to surpress such labels.
Code: Select all
exiftool -all= file.png -overwrite_original