Clones timestamps from CR2 files to jpg files in case the conversion didn't keep them.
Usage:
- Place _copyTimestamps.sh in the folder containing the CR2 files.
NB: The JPG files must be located in a folder named "JPEG" inside the CR2 files folder. Like so:
aFolder/
_copyTimestamps.sh
Picture_001.CR2
Picture_002.CR2
JPEG/
Picture_001.jpg
Picture_002.jpg
- Open a terminal (Newbies: You can just Spotlight "Terminal" on Mac OS)
- Navigate to the folder using cd. If you are new to this, type "cd" in your terminal THEN A SPACE then drag and drop the folder containing the script, the CR2 pictures and the JPEG folder to your terminal window which should write its path after the command. Execute by pressing ENTER
cd ./aFolder/
- Execute the script (type or copy-paste exactly this and press ENTER):
./_copyTimestamps.sh