-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There are different ways to interpret srgb formats when decoding to f32. Users may want to decode raw values without any correction or decode values as interpreted by a shader on the GPU with gamma applied. Decoding that considers gamma and matches the GPU shader behavior should probably be added as a separate method with appropriate documentation and a corresponding encode function.
https://forums.developer.nvidia.com/t/how-to-export-result-as-srgb-encoded/260983/2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request