https://github.com/arnaucube/exif-dates
  
  
    Simple script to set the img date to the file date for all the images of a directory. 
    https://github.com/arnaucube/exif-dates
  
        Last synced: 8 months ago 
        JSON representation
    
Simple script to set the img date to the file date for all the images of a directory.
- Host: GitHub
- URL: https://github.com/arnaucube/exif-dates
- Owner: arnaucube
- License: gpl-3.0
- Created: 2024-01-04T21:37:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:35:45.000Z (over 1 year ago)
- Last Synced: 2024-12-29T05:12:57.630Z (10 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # 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.