Pedro Côrte-Real

Results 138 comments of Pedro Côrte-Real

It's hard to tell from that backtrace what's happening as there are no line numbers here: ```rust 13: chimper::main ``` Could you try with `cargo install --debug chimper` instead?

It's not clear what you are describing

Thanks for the report. I don't know your level of experience with RAW files so forgive me in advance if this is too basic of an explanation. Two things are...

Almost all cameras have a large JPG in the raw thumbnail. That's often what's used to display on the camera screen when you are in RAW only mode and on...

Raws are a matter of interpretation. For me the image on the left is better but raws are not about the defaults, but letting the user change things at will....

I'm all for good defaults and the curve I set is pretty crude. Feel free to change the curve to something you think is more reasonable and do a PR...

I don't know what I was smoking at the time but the original curve made no sense. I've set what looks like a more reasonable default curve in imagepipe. You...

Transferred the issue to imagepipe as that's where the curve code now is.

The red is a different issue. The camera probably used a different whitebalance and/or color matrix. The comparison there would have to be to the Adobe tools to be meaningful...

See the `whitelevels` and `blacklevels` fields. They give you the minimum and maximum values per channel. You can also use `imagepipe` to process the image for you or to just...