-- Leo's gemini proxy

-- Connecting to republic.circumlunar.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Set the date (EXIF) of a photo on Linux


To set the date when a photo was taken, install ExifTool e.g.:


sudo apt install libimage-exiftool-perl   # If on Ubuntu
sudo dnf install perl-Image-ExifTool.noarch  # If on Fedora

ExifTool


And modify the photo with a command like this:


exiftool -DateTimeOriginal='2020-08-13 12:00 UTC' myphoto.jpg

More info on the Exif tags you can edit is at ExifTool's docs.


Originally posted at 2020-08-13 12:31:38+00:00. Automatically generated from the original post : apologies for the errors introduced.


ExifTool's docs

original post

-- Response ended

-- Page fetched on Sun May 19 07:24:23 2024