Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

im = raw.postprocess #5

Closed
zhangyulee opened this issue Apr 8, 2019 · 1 comment
Closed

im = raw.postprocess #5

zhangyulee opened this issue Apr 8, 2019 · 1 comment

Comments

@zhangyulee
Copy link

How to understand im = raw.postprocess(use_camera_wb=True, half_size=False, no_auto_bright=True, output_bps=16)

@lavi135246
Copy link
Owner

The variable raw is a rawpy.RawPy class object. The function postprocess is one of its function.
For more information you may visit the following links:
https://letmaik.github.io/rawpy/api/rawpy.RawPy.html
https://letmaik.github.io/rawpy/api/rawpy.Params.html#rawpy.Params

Also, you may search with the keywords python rawpy postprocess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants