Hi guys,
First question here in the forum - sorry, couldn't find any answer after a bit of Googling. I was trying to play around with your texture compression tool by converting some HDRs (in EXR format) I have around. However, I get the following error:
exr_to_htga: not found
I can't seem to find any mention to an HTGA file format anywhere. Would you mind telling me where can I get that from?
Cheers.
It's not really my area of expertise but I believe the format is pretty much the same as a standard TGA but with half float colour depth.
You might have more luck researching it as "Half Float Targa" which is less ambiguous than the acronym.
-Stacy
Ok thanks for heads up. I've downloaded the code. The Makefile, after some minor tweaking, is now building both astenc and the exr_to_tga commands; and I've managed to convert an exr image to astc. I'll get back to this once I have a bit more of time to fully test image loading in GL.
Cheers,
Joao