[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

filigranes avec imagemagick



bonjour,

je rechercher la fonction me permettant de mettre des
filigranes dans une image ....


#!/bin/bash
for each in *.jpg
do
    convert $each -size 10x20 xc:White -background White -append -gravity SouthEast -font NewCenturySchlbk-Italic -pointsize 18 -draw "text 5,5 'Tu écrit ton texte ici   '" $each
done


source :
https://forum.ubuntu-fr.org/viewtopic.php?id=301750


comment faire pour avoir le texte en filigrane à 45° avec une police cursive

merci
slt
bernard


Reply to: