imagemagick
Articles
- Graphics from the command line, 16/07/03
- More graphics from the command line, 16/03/04
- HowTo - Batch Image Resize on Linux, 16/11/07
convert img.png -resize 48 img2.jpg
Pour assembler plusieurs images:
montage -adjoin -geometry 256x256>+4+3 pic1.jpg pic2.jpg pic3.png pic4.png resultat.jpg
Ajouter un bord blanc de 15 pixels autour d'une image :
convert image1.jpg -bordercolor White -border 15x15 image2.jpg
Pour ajouter du texte, voir ici : https://karttur.github.io/setup-theme-blog/blog/add-text-to-image/
imagemagick.txt · Last modified: 2021/12/25 10:43 by carl