I have came up with this:
montage -background Orange -label "Faerie Dragon" -gravity South test.png -geometry "100%" -font TREBUC.ttf -pointsize 25 out.png
It adds text "Fearie Dragon" with font Trebuchet in size 25 on orange background below the image test.png and doesn't scale original image.
The only problem is: how can I put the text above the image not below? Gravity
option doesn't seem to do anything.