-
Notifications
You must be signed in to change notification settings - Fork 29
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
TIFF output is low contrast and soft #74
Comments
The default settings in ACR are +50 brightness and +25 contrast. LR On dom, 2015-08-16 at 12:12 -0700, Roland Karlsson wrote:
|
It does also look soft, i.e. unsharp. |
Tested to increase contrast and brightness in Photoshop. |
ACR does sharpening by default too. On dom, 2015-08-16 at 13:10 -0700, Roland Karlsson wrote:
|
On 2015-08-16 22:41, Erik Karlsson wrote:
|
I think I know what is wrong. And, it is my fault. I did change the setting for TIFF to sRGB, but I have not added any profile. So, the TIFF is probably read as it is linear. Then the bright parts are compressed. The image will then be very bright and also low contrast. Exactly what we see. So, either we add a profile, or we code it linear. Linear sRGB is a quite exotic thing though :) Actually, I find no good references to any standardised linear RGB space. I saw some references to "Linear ISO RGB", but I could not find what it was. So ... I assume adding a profile is the only reasonable option. That sharpening is necessary is another thing though. But, that is probably true. And that ACR applies sharpening is probably because Bayer CFA always needs sharpening. |
Really? Is there any software that by default reads TIFF files as I think it's simply that zero for sharpness, contrast and brightens in On mar, 2015-08-18 at 01:01 -0700, Roland Karlsson wrote:
|
You are right. Linear data is very dark. I know that from loading RAW data.
OK - but this is very confusing. Why is the RAW data so low contrast? Are we doing something wrong when scaling the image |
I don't think we're doing anything wrong. Since it's done by default in On mar, 2015-08-18 at 02:53 -0700, Roland Karlsson wrote:
|
Ah! But I am thinking like this. Assume everything was linear (which it is So, if everything is linear from sensor to storage in computer, then no So, what is different here? It is the gamma coding! So, how can gamma coding My guess is that gamma coding is, in principle, broken, You can only gamma I am not sure that it is this that is the actual problem. But, it is quite I have a hard time visualising what it means that a gamma encoded file is Life would be much more easy if data were coded linear everywhere. |
The problem is that reality has a much greater dynamic range than a Gamma encoding has nothing to do with this. It's just a way to store On mar, 2015-08-18 at 03:31 -0700, Roland Karlsson wrote:
|
Actually, gamma encoding might be the problem. Photoshop uses gamma encoding internally. The work space is sRGB or AdobeRGB. And, Photoshop do not convert to linear before doing manipulations. So - if the dynamic range before doing gamma coding was too large strange /Roland |
New Friends, Not to jump in your technical discussion, but on one point I have some info that MAY be helpful. Laurence taught me that in-camera X3F processing includes some sharpening adjustment. For everything up to the SD15, his first step in SPP is to put sharpening at -0.7; that, per Laurence, is actually ZERO sharpening adjustment. It is similar for the SD1/M, but not exactly the same, per Laurence. He taught me to go with -0.4 or -0.5 correction to ZERO for the SD1/M. I have no idea about the Quattro imager. Hope that helps. If not, then feel free to ignore me! Best Regards, BT From: Roland Karlsson [mailto:[email protected]]
You are right. Linear data is very dark. I know that from loading RAW data.
OK - but this is very confusing. Why is the RAW data so low contrast? Are we doing something wrong when scaling the image — No virus found in this message. No virus found in this message. |
Yes, that is correct. This value (-0.7 or whatever) has been discussed I am not sure that anyone REALLY knows what is zero sharpening, I think we have sharpening under control though. We know that the It is the exposure and contrast settings that is a kind of mystery Anyhow, the TIFF data is by far to low contrast for some reason. |
Rescaling gamma encoded data should be harmless. (ax)^g = a^g * x^g = bx^g It always becomes a linear rescaling, just with a different factor. On mar, 2015-08-18 at 06:35 -0700, Roland Karlsson wrote:
|
Maybe reality, linearly compressed to the dynamic range of a monitor, On mar, 2015-08-18 at 06:35 -0700, Roland Karlsson wrote:
|
This bug is found in release 0.54
http://www.dpreview.com/forums/post/56325395
The text was updated successfully, but these errors were encountered: