Documentation
annotate
usage
<annotate text="string" color="color" font-size="number" position="{topleft,topcenter,topright,center,bottomleft,bottomcenter,bottomright}" [margin-left="number"] [margin-right="number"] [margin-top="number"] [margin-bottom="number"] font="filename"/>
paramètres
text: the text you want to position over the image
color: the color of the text, as an hexadecimal code
font-size: the size of the font, in pixels.
position: the position of the text in the image
font: the filename of the font you want to use. This font should be in a format supported by Freetype and should be copied in the directory /Library/fonts/ (use a FTP/SFTP application to transfer your file).
margin-left (optional): margin at the left of the text, in pixels.
margin-right (optional): margin at the right of the text, in pixels.
margin-top (optional): margin at the top of the text, in pixels.
margin-bottom (optional): margin at the bottom of the text, in pixels.
retourne
The original image with a text over it.
exemples
<annotate font-size="18" font="Interstate Bold" text="http://www.nectil.com" color="white" position="center"/>