Histogram equalization better in linear colorspace? #31
Replies: 2 comments
-
|
Thank you for the suggestion. I'm always open to having a second opinion on the inversion algorithm, so if you ever finish developing your inversion algorithm, and would like to share your findings, please do! And I can certainly add using an OLED to the README. Here are some of my comments on the issue of colour spaces:
Let me know your thoughts! |
Beta Was this translation helpful? Give feedback.
-
|
So I've been playing around with this problem a little bit. For me, using a linear colour space has mixed results. In general, I get a much lower brightness on the raw scan, and colours look a lot flatter in the final image. I think there needs to be some conversion to bring it back into sRGB colour space, so I've been trying to reverse engineer how the I've gotten as far as finding the method that deals with For now, if those settings work for you, then stick with it. But I don't think I'll change it in the main branch until we figure out definitively what's going on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not an expert, but I'm also busy developing my own negative inversion algorithm (in the beginners phase). One of the key elements, as I understand, is to do the leveling operations in linear colorspace.
I've eagerly downloaded your neat application and tested it on a number of raw digitized negatives, and then looked at your code and modified it to eliminate all non-linearity in the raw conversion and (at least on my scans) this seems to improve the colors a lot!
I also learnt (and tested) that using an (am)oled display as backlight for digitizing gives better color separation than a full-spectrum light, because of the specific red, green and blue frequencies it's emitting. If you confirm this, it may be a good hint to put in the README!
Here are the changes that I made to make the raw conversion linear:
This is what I was recently reading on this topic:
A Better Light Source For Scanning Color Negative Film and Tri-Color Scanning, Color Negative Film & Color Spaces
Thanks for your contribution to analog photography!
Best regards,
Vic
Beta Was this translation helpful? Give feedback.
All reactions