Changes

From Gramps

Fr:Manuel wiki pour Gramps 5.1 - Gramplets

351 bytes added, 08:52, 9 February 2021
Mise à jour
{{-}}
== Image Metadata Métadonnées image == {{stub|fr}} 
[[Image:ImageMetadata-Detached_gramplet-42-fr.png|thumb|right|250px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Image Metadata Gramplet]]
Le Gramplet Métadonnées image propose une interface pour voir les [https://fr.wikipedia.org/wiki/Exchangeable_image_file_format données Exif] de vos images (*.jpg, *.png. *.tiff, *.exv, *.nef, *.psd, *.pgf).
{{-}}
Voir aussi le greffon tiers :
* [[Edit Image Exif Metadata]]
=== Prérequis ===
{{man tip|Note spéciale|Pour utiliser ce Gramplet/greffon, vous devez téléharger et installer [http://tilloy.net/dev/pyexiv2/ pyexiv2]<br> ou installer pyexiv2 à partir de vos dépôts Linux.<br> Utilisateurs MS-Windows user : cela dépend de votre installeur.<br> Ubuntu : utilisez les dépôts Universe pour trouver pyexiv2.<br>Voir aussi [[GEPS_029:_GTK3-GObject_introspection_Conversion#GExiv2_for_Image_metadata|GExiv2 pour les métadonnées image]]}}
'''Special Note: Before being able to use this gramplet/ addon, you will need to download and install [http://tilloy.net/dev/pyexiv2/ pyexiv2] or install Une fois installé pyexiv2 from your local Linux repository. Windows user, there is an voir plus bas les instructions pour télécharger et installer for you. Ubuntu, use the Universe repository to find pyexiv2.'''<br> The Image Metadata Gramplet offers an easy interface to add, edit, and remove Image Exif Metadata from your images (*.jpg, *.png. *.tiff, *.exv, *.nef, *.psd, *.pgf). Once you have installed pyexiv2, see above for directions to download and install this addon..ce greffons.<br>
Pyexiv2 can be used from the command line interface peut aussi être utilisé en ligne de commande (cli) as well, and from within a python et dans un scriptPython :<br>
# import the importer la bibliothèque pyexiv2 library#: from de pyexiv2 import importer ImageMetadata, ExifTag# specify your indiquer votre image#: image = ImageMetadata("/home/userutilisateur/image.jpg")# read the lire l'image
#: image.read()
Les référence pour les étiquettes de métadonnées Exif, IPTC, XMP metadata reference tags can be found peuvent être trouvées [http://www.exiv2.org/metadata.html hereici].<br>
ExampleExemple :
<hr>
image["Exif.Image.Artist"] # ArtistArtiste<br>
Smith and Johnson's Photography Studio<br>
image["Exif.Image.DateTime"] # DateTimeDate et Heure<br>
1826 Apr 12 14:00:00<br>
image["Exif.Image.DateTime"] = datetime.datetime.now() # Add DateTimeAjouter date et heure<br>
image.write() # write the Metadataécrire les métadonnées<br>
== Scénario d'usage ==
857
edits

Navigation menu