Here are some examples to put text overlays on your images on-the-fly.
Using i_o_text
you can specify the text, scale, font and color of the text you would like to put on the image.
Using i_c_x
and i_c_y
you can set the center of the text.
The args are separated using _
and here is the list of args you can use.
blue: args[5]
i_c_y_100,i_c_x_-180,i_o_text_Your-Brand_1.5_4_14_70_160
i_c_y_100,i_c_x_-140,i_o_text_inteliver_2.5_1_14_70_160
You can refer to the text overlay API reference to see all the possible values for arguments.