How to edit detailed image metadata (exif)?

Solution 1:

Try ExifTool.

ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files. ExifTool supports many different metadata formats including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker notes of many digital cameras.ExifTool

To install, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install exiftool

Solution 2:

From the project's website: pyExifToolGui is a graphical frontend for the excellent open source command line tool ExifTool by Phil Harvey. pyExifToolGui is a python pySide QT4 script program that reads and writes all kind of metadata tags from/to image files. A strong point of this software is the ability to write the data, copied or not from a source image (reference image), to multiple images at once.

https://hvdwolf.github.io/pyExifToolGUI/

Solution 3:

You can use DigiKam to edit exif metadata (how-to) and apply one edit to multiple pictures

Solution 4:

GIMP 2.9.4 and later has a built-in metadata editor. It is accessed by selecting Image -> Metadata -> Edit Metadata. The GIMP Metadata Editor can edit a wide variety of image metadata fields including GPS metadata. To write metadata click the Write Metadata button in the lower right corner of the Metadata Editor window.

enter image description here
GIMP 2.10

GIMP 2.10 can be installed as a snap package in all currently supported versions of Ubuntu or as an apt package in Ubuntu 18.10 and later.

Image::ExifTool (libimage-exiftool-perl) is a library and program (exiftool) to read and write metadata information in multimedia files. To install libimage-exiftool-perl in all currently supported versions of Ubuntu open the terminal and type:

sudo apt install libimage-exiftool-perl  

To show an image's metadata run this command:

exiftool /path/to/file