Open
Description
I am loading a Raw image (stored as tiff) however the default Raw pattern RGGB:
array([[0, 1],
[3, 2]], dtype=uint8)
is not the correct one. I would need GBRG corresponding to something like:
array([[1, 3],
[0, 2]], dtype=uint8)
However I haven't found a way how to set this manually in rawpy.