convert -gravity misalignment
Posted: 2017-01-07T12:42:04-07:00
If I run the following command (copied/edited from video-contact-sheet) using imagemagick 6.9.6.8 or before, it produces neatly aligned rows of text. However since 6.9.7.1 the text to the right is cut off at the top.
Is it possible to attach the output of each version for comparison?
Code: Select all
$ NL='
'
$ convert \( -size 1795x1 xc:white +size -font /usr/share/fonts/TTF/DejaVuSans.ttf -pointsize 14 -background white -fill black \( -gravity West \( label:Filename: label:FILENAME +append \) -font /usr/share/fonts/TTF/DejaVuSans.ttf label:'File size: SIZE' label:'Length: LENGTH' -append -crop 1813x69+0+0 \) -append \( -size 1813x69 -gravity East -fill black -annotate +0-1 "Dimensions: RESOLUTION${NL}Format: FORMAT${NL}FPS: FPS" \) -bordercolor white -border 9 \) out.png