Page 1 of 1

Auto size caption cuts off when all UPPERCASE

Posted: 2016-09-12T20:36:22-07:00
by visualcondition
Hi, I'm using the latest 6.9.5-9 release on Linux. I have text that when lowercase, always renders fine. However, when it's all caps, often (but not always) it will cut off on the top or bottom, depending on the dimensions, font, and text length.

Code: Select all

convert -size 1100x700 -background transparent -font "Helvetica_LT_Std_Roman.otf" -gravity center caption:"“I LOVE YOU THE MORE IN THAT I BELIEVE YOU HAD LIKED ME FOR MY OWN SAKE AND FOR NOTHING ELSE.”"  tmp-img-0.png
Image

Image

Re: Auto size caption cuts off when all UPPERCASE

Posted: 2016-09-13T04:10:59-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.

Re: Auto size caption cuts off when all UPPERCASE

Posted: 2016-09-13T07:02:06-07:00
by visualcondition
Wonderful thank you!