Manipuler des images en ligne de commande

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

1 Introduction

Il est parfois très utile de pouvoir manipuler les images en ligne de commande. Pour de l'automatisation de tâches par exemple.

2 Installation

Pour les manipulations suivantes, nous allons avoir besoin d'ImageMagick :

Command apt-get
apt-get install imagemagick

3 Utilisation

3.1 Obtenir des informations sur une image

Command identify
identify -format "%wx%h" /path/to/image.jpg