I'm trying to use dds2atf source code to read in a ATF file with LZMA compressed sections.
However, I'm having problems decoding the DXT1 and DXT5 sections.
The problem I'm having is that the DXT1 image appears to be split into two parts. One part is LZMA compressed, the other part is written as JXR. DXT5 image is spit into 4 parts.
So, before I need to decode the image, I have to combine these parts, somehow into
a single DXT1/DXT5 image. How would I do this?
I'm trying to use dds2atf source code to read in a ATF file with LZMA compressed sections.
However, I'm having problems decoding the DXT1 and DXT5 sections.
The problem I'm having is that the DXT1 image appears to be split into two parts. One part is LZMA compressed, the other part is written as JXR. DXT5 image is spit into 4 parts.
So, before I need to decode the image, I have to combine these parts, somehow into a single DXT1/DXT5 image. How would I do this?
Thanks