You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 77b3850958 add support for .heic format 2 months ago
.gitignore first version 3 months ago
LICENSE first version 3 months ago
README.md update readme.md 3 months ago
compile.sh add support for .heic format 2 months ago
go.mod add support for .heic format 2 months ago
go.sum add support for .heic format 2 months ago
main.go add support for .heic format 2 months ago

README.md

exif-dates

Simple script to help a friend to set the image date to the file date for all the images of a directory.

Usage

> ./exif-dates -h
version: v0.0.2_2024-01-26
Usage of ./exif-dates:
  -input, -i string
        input directory (default "./")
  -output, -o string
        output directory (default "output")
  -version, -v
        print current version

This will generate a new directory output which contains all the images with the image date as the file date (both file's access and modification times), and also with the image date as the filename.