Why on screen label always show text Adobe RGB? #988
Replies: 10 comments 29 replies
|
It is the current color space selected in the export panel. This is NOT the same as the “working space”. It is the color space your file will be exported to. |
|
I fixed a bug with this (#976) which is in v0.55.0. Do you still see this issue in that version? |
|
I just tested, it seems like it does not check if there is a custom output space. |
|
So a different bug: The HUD color-space label only ever reads the Color Space dropdown value — it never checks the separate custom Output ICC override, so if you've set one, the label keeps showing the dropdown text instead of the profile you actually picked. |
|
do we need that hud info at all ? :) |
|
@radioproektor 1. Why "Same as Source" = Adobe RGB. NegPy never converts your buffer into a separate "source" space and back — for the negative/print path, color comes straight from the density/paper model, not a camera→target conversion. The buffer's numbers already are the working space. "Same as Source" just means "don't retarget," and the buffer's already Adobe RGB, so that's what shows. This is not actually a bug, but a bit confusing. |
|
I think we can remove it from HUD completely so it doesn't create the confusion, mode stays but color space gets removed or replaced with another info. Any suggestions? |
|
Maybe it is more logical to rename "Color space" to "Output ICC" |







Uh oh!
There was an error while loading. Please reload this page.
Why on screen label always show text Adobe RGB? My source image profile is not Adobe RGB. Is this a bug?

All reactions