-
Notifications
You must be signed in to change notification settings - Fork 13
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
colourspace scRGB questions (nip2) #65
Comments
Hello David, no, this is the best place for questions.
Give me a 'mo, I'll add scRGB to 8.6. The current stable version is 8.5, by the way, it has a few fixes over the 8.4 you are using: |
Thanks! |
improve RAD handling bump version see #65
I've added scRGB supprt, and improved HDR handling. It seems to work. I'll make you a test build. nip2 supports float tiff, that should work, though I don't know if many other packages can read it. PFM ought to work too, perhaps it's confused by the 0 - 1 range of scRGB? You could try multiplying by 256 before saving. |
Thank you. Perhaps the scale factor in the PFM header is not being interpreted or applied correctly? I multiplied a PFM image by 255 in ImageMagick and then read the result into nip2. Yes, I'd be interested to try a Windows test-build if you could provide one. |
Is there somewhere else I should be posting questions like these?
How can I transform an image to a linear-rgb colourspace such as scRGB (say, from sRGB), as I don't see this as a choice in the Colourspaces menu?
Is there another linear-rgb colourspace that I could transform to, where numeric values of zero represent zero light? My understanding is that scRGB has an offset.
Why does an scRGB image get darker when transformed to another colourspace? I started with a version of memorial.hdr that I had already normalised it to [0,1] (so there would be no need for further normalisation in a colourspace transformation), but then when transforming it to either sRGB or Lab it gets much darker still.
I'm using nip2 8.4.0 under Windows 7.
The text was updated successfully, but these errors were encountered: