Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
logiciel:systeme:fichiers:jhead:start [2022/07/28 13:23] – [Voir aussi] adminlogiciel:systeme:fichiers:jhead:start [2022/07/28 13:33] – [Utilisation] admin
Ligne 46: Ligne 46:
  
 ++++ Options de ligne de commande | ++++ Options de ligne de commande |
 +<WRAP list-deep>
 +  - **Métadonnées générales**
 +    ? -te <name>
 +    : Transplant Exif header from image <name> into specified image. This option is useful if you like to edit the photos but still want the Exif header on your photos. As most photo editing programs will wipe out the Exif header, this option can be used to re-transplant them back in after editing the photos.
 +This feature has an interesting 'relative path' option for specifying the thumbnail name. Whenever the <name> contains the characters '&i', jhead will substitute the original filename for this name. This allows creating a 'relative name' when doing a whole batch of files. For example, the incantation:
 +
 +  ?
 +    jhead -te "originals\&i" *.jpg
 +
 +would transfer the Exif header for each .jpg file in the originals directory by the same name, Both Win32 and most UNIX shells treat the '&' character in a special way, so you have to put quotes around that command line option for the '&' to even be passed to the program. 
 +  - **Manipulation de date/heure**
 +  - **Manipulation des miniatures**
 +  - **Manipulation des balises de rotation**
 +  - **Contrôle de la verbosité de la sortie**
 +  - **Correspondance et sélection de fichiers**
 +</WRAP>
 ++++ ++++