Code: Select all
printf '\u0C15\u0C48' | convert -font Lohit-Telugu -pointsize 100 label:@- wrongOutput.png
Code: Select all
printf '<span font="100"> \u0C15\u0C48 </span>' | convert pango:@- correctOutput.png
OS: Fedora 21
ImageMagick: 6.8.8-10
Terminal : Gnome
Since "label", "annotate" supports more options compared to "pango", can anyone suggest how this task can be achieved with "label" ?
-Mohan G