Skip to content
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

Support big-endian PFM images #149

Closed
Peregrine05 opened this issue Jan 22, 2023 · 3 comments
Closed

Support big-endian PFM images #149

Peregrine05 opened this issue Jan 22, 2023 · 3 comments

Comments

@Peregrine05
Copy link

Currently, attempting to load a big-endian PFM image results in the following error:

Error: big-endian PFM images are not supported
@atafra
Copy link
Collaborator

atafra commented May 23, 2023

We're not planning to support this by default but it should work if you build with OpenImageIO support. Also, please note that the included applications are only for development/testing, not end-user applications.

@atafra atafra closed this as completed May 23, 2023
@Calinou
Copy link

Calinou commented Aug 14, 2023

We're not planning to support this by default but it should work if you build with OpenImageIO support

Could OpenImageIO be enabled in future official binary releases? This would smoothen out the workflow a lot when using OpenImageDenoise on OpenEXR images.

Right now, I have to do the following which requires ImageMagick:

convert test.exr -endian LSB /tmp/test.pfm \
  && oidnDenoise --filter RTLightmap --hdr /tmp/test.pfm --output /tmp/test_denoised.pfm \
  && convert /tmp/test_denoised.pfm test.exr

@atafra
Copy link
Collaborator

atafra commented Aug 14, 2023

No, sorry. The included applications were not intended to be used in production, these are just samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants