Utilitaire de gestion des images pour Gnome (2006)
Le but de ce petit programme développé en python, est de traiter des images par lots à la sortie d’un appareil photo numérique. Les principales fonctions sont les suivantes :
- Changement de nom (renommage)
- Rotation (avec lecture des tags EXIF pour les appareils qui le supportent)
- Changement de taille (redimensionnement) avec largeur max / hauteur max et agrandissement éventuel
Copie d’écran
Download
Date |
Version |
Archive |
Commentaire |
26/08/2006 |
1.1 |
|
Installation (README file)
README GTK Batch Resizer
Version Française dessous…—English—
Version : 1.1
Licence : GPL V2
Author : Anthony Levaufre <anthony@nonsenz.org>
URL : http://w3.nonsenz.orgPre-requisite
python >=2.4
python-glade2
python-gtk2
python-imaging (PIL)Install :
Untar batch-resizer where you want:
$tar -xzvf batch-resizer.tgz -C yourpathTo run Batch Resizer :
python yourpath/batch-resizer/batch-resizer.py
—Français—
Pré-requis :
python >=2.4
python-glade2
python-gtk2
python-imaging (PIL)Installation :
Décompressez l’archive où vous voulez :
$tar -xzvf batch-resizer.tgz -C votrecheminPour lancer Batch Resizer :
python votrechemin/batch-resizer/batch-resizer.py