I downloaded your repository and created a script in the root directory with your sample code from the readme. Unfortunately I get the following error message:
image = open(glob.glob(layers[j]+'/*.cr2')[0], 'rb')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
I downloaded your repository and created a script in the root directory with your sample code from the readme. Unfortunately I get the following error message: