Libraw doesn't use camera-provided white balance
up vote
0
down vote
favorite
I tried this:
LibRaw iProcessor;
iProcessor.open_file(filename);
iProcessor.unpack();
iProcessor.imgdata.params.use_auto_wb = 1;
iProcessor.imgdata.params.use_camera_wb = 1;
iProcessor.dcraw_process();
iProcessor.raw2image();
But this produces a wrong white balance (always too green).
libraw
add a comment |
up vote
0
down vote
favorite
I tried this:
LibRaw iProcessor;
iProcessor.open_file(filename);
iProcessor.unpack();
iProcessor.imgdata.params.use_auto_wb = 1;
iProcessor.imgdata.params.use_camera_wb = 1;
iProcessor.dcraw_process();
iProcessor.raw2image();
But this produces a wrong white balance (always too green).
libraw
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I tried this:
LibRaw iProcessor;
iProcessor.open_file(filename);
iProcessor.unpack();
iProcessor.imgdata.params.use_auto_wb = 1;
iProcessor.imgdata.params.use_camera_wb = 1;
iProcessor.dcraw_process();
iProcessor.raw2image();
But this produces a wrong white balance (always too green).
libraw
I tried this:
LibRaw iProcessor;
iProcessor.open_file(filename);
iProcessor.unpack();
iProcessor.imgdata.params.use_auto_wb = 1;
iProcessor.imgdata.params.use_camera_wb = 1;
iProcessor.dcraw_process();
iProcessor.raw2image();
But this produces a wrong white balance (always too green).
libraw
libraw
edited Nov 11 at 16:19
asked Nov 11 at 16:12
Stefan Monov
7,01743977
7,01743977
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Figured it out. I had to remove the "raw2image" part.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Figured it out. I had to remove the "raw2image" part.
add a comment |
up vote
0
down vote
Figured it out. I had to remove the "raw2image" part.
add a comment |
up vote
0
down vote
up vote
0
down vote
Figured it out. I had to remove the "raw2image" part.
Figured it out. I had to remove the "raw2image" part.
answered Nov 23 at 11:53
Stefan Monov
7,01743977
7,01743977
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53250619%2flibraw-doesnt-use-camera-provided-white-balance%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown