letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

rawpy._rawpy.LibRawFileUnsupportedError: b'Unsupported file format or not RAW file' #146

Open xingbod opened 3 years ago

xingbod commented 3 years ago

I have a raw file without any header, when I try to load with rawpy, it says:

rawpy._rawpy.LibRawFileUnsupportedError: b'Unsupported file format or not RAW file'

Does anyone know how to solve it?

xingbod commented 3 years ago

Here I attached the raw file

https://drive.google.com/file/d/1CYPAS3wy48zj4Ib_QMDDWzkidZrn7I5F/view?usp=sharing

kmilos commented 3 years ago

https://github.com/letmaik/rawpy/search?q=raw+header&type=issues

Yet another duplicate of #126? @letmaik Maybe a time for doc update or a FAQ? ;)