Rename ImageMagick commands page

This commit is contained in:
ben
2025-10-17 08:46:36 +02:00
parent b97647f41c
commit 5ac8412eed
2 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
# ImageMagick
## Création d'une image à partir d'un texte
Utilisé pour générer l'image de l'adresse mail du wiki ([image dadresse 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
```

View File

@@ -1,7 +0,0 @@
# Création d'une image à partir d'un texte
Commande que j'ai utilisé pour faire mon [image dadresse 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
```