How can I get a raw file into an Image Object of Pillow python library ?
when i try the following code :
path = '/Users/me/Desktop/SonyRX100III_raw.ARW'
img = Image.open(path)
I get this error
OSError: cannot identify image file '/Users/me/Desktop/SonyRX100III_raw.ARW'