-
Notifications
You must be signed in to change notification settings - Fork 172
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
Comments
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. |
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 |
No, sorry. The included applications were not intended to be used in production, these are just samples. |
Currently, attempting to load a big-endian PFM image results in the following error:
The text was updated successfully, but these errors were encountered: