Helper to rename files from a game cam based on when the picture was taking, using the EXIF metadata.
- open a terminal to the folder containing images you want to rename
docker run --rm -v "$PWD:/app/images" ghcr.io/lazy-electron-consulting/image-renamer /app/images
You can pass --help
to see other options.