This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mali texture compression: exr_to_tga command

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.

Parents Reply Children
  • Hi Stacy,

    Cheers for the reply. I wasn't aware that I could download the source and build it myself. I'll give it a try very soon.

    Out of curiosity, where can I find any info on HTGA? I'm far from being an expert on file formats , but I can't seem to find anything about it on Google. Is this a specific format or tga has obscure (to me) support for 16-bit channels?

  • 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