Rename ImageMagick commands page
This commit is contained in:
9
wiki/shell/commands/ImageMagick.mdwn
Normal file
9
wiki/shell/commands/ImageMagick.mdwn
Normal 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 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
|
||||||
|
```
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# 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
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user