Montage title is ignored

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
nicoco
Posts: 2
Joined: 2018-01-11T06:47:26-07:00
Authentication code: 1152

Montage title is ignored

Post by nicoco »

Well the title states it all. Ran different tests, montage does not display any error messages, but the title just doesn't appear any more on the final image anymore. It used to work fine on Fedora 26, but I had the bad idea of upgrading.

Code: Select all

$ montage --version
Version: ImageMagick 6.9.9-27 Q16 x86_64 2017-12-23 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP 
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib

$ montage registration_montage.png -title "TEST TITLE" -geometry +0+0 test.png
The resulting image is exactly like the original image.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Montage title is ignored

Post by fmw42 »

The title shows up fine for me on IM 6.9.9.33 Q16 Mac OSX with the following command:

Code: Select all

montage logo: -title "TEST TITLE" -geometry +0+0 test.png
Perhaps you need to update your IM version. If my command fails after updating, then please upload your input image to some free hosting service and put the URL here.
nicoco
Posts: 2
Joined: 2018-01-11T06:47:26-07:00
Authentication code: 1152

Re: Montage title is ignored

Post by nicoco »

Thanks for your answer.

No title, even with your test command.

I suck too bad to compile it myself, so I guess I'll just wait for the fedora maintainers to do it. 8)
Post Reply