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.

20 lines
688 B

4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
  1. # exif-dates
  2. Simple script to help a friend to set the image date to the file date for all the images of a directory.
  3. #### Usage
  4. - Get the binary from https://github.com/arnaucube/exif-dates/releases
  5. - Execute the binary `> ./exif-dates`
  6. ```
  7. > ./exif-dates -h
  8. version: v0.0.2_2024-01-26
  9. Usage of ./exif-dates:
  10. -input, -i string
  11. input directory (default "./")
  12. -output, -o string
  13. output directory (default "output")
  14. -version, -v
  15. print current version
  16. ```
  17. 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.