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.
I have a powershell script that uses the name of the file as a watermark over the image. First I generate a caption then use composite to place it over the image. The problem is "caption" is no longer expanding to a new line in the latest ImageMagick-7.0.3-7-Q16-x64-dll.
The full name of the image is this: tex1_124x40_3a277be1b9da51b7_2d0d8f84dc3ccc36_8
But this is the result:
Using ImageMagick-7.0.1-6-Q16-x64-dll there is no problem.
And this is the full command I'm using in PowerShell.
I actually did make a mistake, I forgot that $FontSize is actually calculated differently so 8 is incorrect for pointsize. Reusing your example it should be....
I never did get to try the beta version with the patch, but I just wanted to point out this is still an issue in the latest version (ImageMagick 7.0.4-5).