mirror of
https://github.com/arnaucube/exif-dates.git
synced 2026-01-12 17:01:28 +01:00
77b385095850e08a5873401f8bd44cfbb4d5387d
- 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
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
- Get the binary from https://github.com/arnaucube/exif-dates/releases
- Execute the binary
> ./exif-dates
> ./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.
Languages
Go
89.8%
Shell
10.2%