Caption cutting text

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
chaosct
Posts: 1
Joined: 2013-04-01T11:06:39-07:00
Authentication code: 6789

Caption cutting text

Post by chaosct »

Hi!

I am getting partial text when using caption and the font Impact. Example:

Code: Select all

$ convert -fill white -stroke black -background blue -size 380x120 -font impact.ttf caption:BUT\ WHEN\ I\ DO\ THEY\ ONLY\ USE\ THE\ URL meme.jpg
results in:
Image

(note the missng last word "URL")

my convert version is:

Code: Select all

$ convert --version
Version: ImageMagick 6.8.4-3 2013-03-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib mpeg fontconfig freetype jng jpeg lcms png ps tiff x xml zlib

I'm using this font: https://github.com/chaosct/meme-creator ... impact.ttf
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Caption cutting text

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.4-6 Beta available by sometime tomorrow. Thanks.
Post Reply