API Reference
The main entry point to start working with RAW images is rawpy.imread().
It returns a rawpy.RawPy object on which all further operations have to be
performed.
- rawpy.imread(pathOrFile: str | BinaryIO, shot_select: int = 0) RawPy
Convenience function that creates a
rawpy.RawPyinstance, opens the given file, and returns therawpy.RawPyinstance for further processing.- Parameters:
- Returns:
RawPy instance with the opened RAW image
- Return type: