Bash script to strip EXIF metadata and rename image files to random 8-character strings
- exiftool: Required for metadata removal.
Process a single file:
./script.sh -f image.jpgProcess a directory: (Must use full path, relative paths do not work yet)
./script.sh -d ./photos