No description
  • Go 89.8%
  • Shell 10.2%
Find a file
arnaucube 77b3850958 add support for .heic format
- change img lib to support heic format
- for images without exif data or exif.time=0, don't change their name
- print number of converted & total images
- print list of unconverted files
2024-02-13 20:34:10 +01:00
.gitignore first version 2024-01-04 22:50:09 +01:00
compile.sh add support for .heic format 2024-02-13 20:34:10 +01:00
go.mod add support for .heic format 2024-02-13 20:34:10 +01:00
go.sum add support for .heic format 2024-02-13 20:34:10 +01:00
LICENSE first version 2024-01-04 22:50:09 +01:00
main.go add support for .heic format 2024-02-13 20:34:10 +01:00
README.md update readme.md 2024-01-26 22:28:23 +01:00

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.