8 lines
265 B
Markdown
8 lines
265 B
Markdown
# Création d'une image à partir d'un texte
|
||
|
||
Commande que j'ai utilisé pour faire mon [image d’adresse mail](/ben_email.png):
|
||
|
||
```
|
||
convert -size 150x25 xc:transparent -font 'Ubuntu' -pointsize 18 -fill black -draw "text 0,18 'ben@nospam.net'" ben_email.png
|
||
```
|