compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Demand for .hdr radiance format support?

Open yassermalaika opened this issue 3 years ago • 3 comments

Hello. I was looking to compress some .hdr files to BC6, but it doesn't appear to be a supported HDR import format. Is that something that's interesting/valuable to people here? I have my own de-serializer class that might be straightforward to adapt.

yassermalaika avatar Aug 31 '21 09:08 yassermalaika

@yassermalaika This would be of interest, Please share your sample code to use under MIT license so the feature can be added for next update.

NPCompress avatar Sep 01 '21 17:09 NPCompress

@yassermalaika Would you like to share your de-serializer class for BC6 HDR support?

NPCompress avatar Oct 20 '22 13:10 NPCompress

stb can read .hdr image to fp32 array.

hanyangl5 avatar Feb 21 '23 10:02 hanyangl5