The command I'm using is:
Code: Select all
convert -quiet -background none -fill "#000000" -pointsize 40 -size 1170x151 -font "path_to_font" -gravity Center -interline-spacing 0 caption:@"text_file" "path_to_output"
Code: Select all
convert -quiet -background none -fill "#000000" -pointsize 40 -size 1170x151 -font "path_to_font" -gravity Center -interline-spacing 0 caption:@"text_file" "path_to_output"