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évision
Révision précédente
Prochaine révisionLes deux révisions suivantes
logiciel:systeme:fichiers:jhead:start [2022/07/28 13:19] – [Jhead : Outil de manipulation des en-têtes Exif des fichiers Jpeg] adminlogiciel:systeme:fichiers:jhead:start [2022/07/28 13:33] – [Utilisation] admin
Ligne 44: Ligne 44:
  
 ===== Utilisation ===== ===== Utilisation =====
 +
 +++++ 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>
 +++++
  
 Exemple de sortie jhead :<cli prompt='$ '>...@...:~$ jhead 0805-153933.jpg Exemple de sortie jhead :<cli prompt='$ '>...@...:~$ jhead 0805-153933.jpg
Ligne 70: Ligne 89:
 ===== Voir aussi ===== ===== Voir aussi =====
  
-  * **(fr)** [[https://www.sentex.ca/~mwandel/jhead/usage.html]]+  * **(en)** [[https://www.sentex.ca/~mwandel/jhead/]] 
 +  * **(en)** [[https://www.sentex.ca/~mwandel/jhead/usage.html]]
  
 ---- ----
 //Basé sur << [[https://www.sentex.ca/~mwandel/jhead/usage.html|Jhead is a command line driven program for manipulating the non-image parts of Exif flavour JPEG files that most digital cameras produce]] >> par sentex.ca/~mwandel.// //Basé sur << [[https://www.sentex.ca/~mwandel/jhead/usage.html|Jhead is a command line driven program for manipulating the non-image parts of Exif flavour JPEG files that most digital cameras produce]] >> par sentex.ca/~mwandel.//