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

Improved HDR support #15

Closed
walbourn opened this issue Feb 25, 2016 · 4 comments
Closed

Improved HDR support #15

walbourn opened this issue Feb 25, 2016 · 4 comments
Assignees

Comments

@walbourn
Copy link
Member

The DirectXTex library can read & write floating-point format DDS files, but the only 'source' HDR format it supports is JPEG XR / HD-Photo.

The library should have support for another HDR format, such as OpenEXR--see here and here--, and functions for converting between the various color spaces:

@walbourn
Copy link
Member Author

walbourn commented Jul 6, 2016

Opened issues for HDR and PFM file formats which would be easy to implement directly in the library without having to rely on a 3rd party library for more HDR support. This along with PPM would round out the file format support to match the old D3DX library support.

@walbourn
Copy link
Member Author

walbourn commented Sep 13, 2016

DirectXTex now supports HDR (Radiance RGBE)

@walbourn
Copy link
Member Author

The colorspace conversions can now be implemented using TransformImage, so they don't need to be 'baked' into the library.

@walbourn
Copy link
Member Author

walbourn commented Oct 3, 2016

Library now includes optional OpenEXR format support. See Adding OpenEXR

@walbourn walbourn closed this as completed Oct 3, 2016
@walbourn walbourn self-assigned this Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant