1

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'
Jongware
  • 22,200
  • 8
  • 54
  • 100
  • possible duplicate of [How to read a raw image using PIL?](http://stackoverflow.com/questions/3397157/how-to-read-a-raw-image-using-pil) – ngulam Oct 08 '14 at 10:40
  • no, the methode fromstring() is deprecated, also i don't wana care about the mode of photo or the size before getting the Image Object –  Oct 08 '14 at 10:51

0 Answers0