Skip to content

Clones timestamps from CR2 files to jpg files in case the conversion didn't keep them

Notifications You must be signed in to change notification settings

robinmayol/copyTimestamps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

copyTimestamps

Clones timestamps from CR2 files to jpg files in case the conversion didn't keep them.

Usage:

  1. 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

  1. Open a terminal (Newbies: You can just Spotlight "Terminal" on Mac OS)
  2. 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/
  3. Execute the script (type or copy-paste exactly this and press ENTER):
    ./_copyTimestamps.sh

About

Clones timestamps from CR2 files to jpg files in case the conversion didn't keep them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages