I'm trying to add 4 text lines to a given graphic file. Everything works fine as long as I use the -draw "text .." operator.
But as the length of the fourth line is unknown the word wrap or auto size funktion of e.g. a "caption:" would be great to use.
All examples from the ImageMagick ' Text to Image Handling' page are working flawless on a pc with "ImageMagick 6.7.7-10 2016-11-29 Q16" installed, on another pc (and this is the important one) with a newer version "ImageMagick 6.8.9-9 Q16 x86_64 2015-01-05" all examples containig a generator (?) or in my words containing a setting followed by a colon (label:, caption:, xc:, pango: etc.) are not working.
The simple command (found here in another thread):
Code: Select all
convert -size 1656x250 label:"what what what what what what what what" test.jpg
Code: Select all
convert: UnableToOpenBlob `what what what what what what what what': No such file or directory @ error/blob.c/OpenBlob/2709.
convert: NoDecodeDelegateForThisImageFormat `LABEL' @ error/constitute.c/ReadImage/501.
convert: NoImagesDefined `test.jpg' @ error/convert.c/ConvertImageCommand/3210.
All other examples bring similar messages.
Does anybody kow where this aversion to a colon may come from?
I have to say that bot pc's are running linux, the second is a HTPC that comes with BusyBox as shell.
Thanks in advance
Alex