-
Notifications
You must be signed in to change notification settings - Fork 15
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
Ultra HDR (JPEG with gainmap) not supported #121
Comments
Thanks. Including support for more recent consumer hdr formats is something is like to get to at some point, so I'm happy to keep this issue on the books. However, you mentioned tev, so just wanted to check whether you accidentally filled the issue with the wrong GitHub project. |
I'm sorry, I've mentioned tev, but that was just a copy and paste error on my side, since I raised the same feature request there. |
@cmahnke the latest versions in master now support loading and saving Ultra HDR jpeg images. |
Thanks, I currently have some compilation error, haven't looked if I can fix them myself, yet. They don't seem tom be directly related to
|
@cmahnke Could you include the full build output? What you pasted doesn't seem to actually include the line in my code that causes the error. |
@wkjarosz: I'll try to add it tomorrow, maybe this is related: gabime/spdlog#3202 |
This is the
Do you also need step 5? |
I see from the run of the Mac OS build action, that i'm using |
Yes, please send output of step 5.
I am using clang 16 with no problems on my laptop, so that’s probably not the issue.
|
I've skipped the
|
Ah, yes, C++'s remarkably uninformative error messages. I'm not able to reproduce this issue on my end. I agree gabime/spdlog#3202 seems similar, though I use a released version of fmt, and not the master branch. Could you try changing:
in |
Thanks for the hint, the solution was a bit different:
Since I'm not sure what what is even means in terms of releasing the product for example and you can't reproduce this, maybe this could be closed? Thanks! |
Ok. Thanks. I'll close. |
I've got a couple of HDR images generated by libultrahdr. These are displayed by Chrome correctly, but aren't displayed by tev as intended.
Is suspect that the format (or better the gainmap) isn't detected , since the image is displayed without it.
Further information on how I generated the images are available in this thread
A great resource is also the page of Greg Benz.
The text was updated successfully, but these errors were encountered: