Outils pour utilisateurs

Outils du site


informatique:imagemagick:re-orienter_une_image

Ré-orienter une image

# Cré une nouvelle image
convert -rotate 90 climbing.jpg rotate.jpg

# Modifie l'image
mogrify -rotate 90 climbing.jpg

Résultat :

Pour effectuer plusieurs actions modifiant la taille de l'image, il faut utiliser +repage entre les différentes actions pour avoir le résultat escompté. Par exemple, pour retailler l'image après une rotation :

convert climbing.jpg -background Black -rotate 45 +repage -gravity Center -crop 200x200+0+0 rotate.crop.jpg

Sans +repage :

Avec +repage :

informatique/imagemagick/re-orienter_une_image.txt · Dernière modification : 2024/12/04 06:09 de alexis