Users browsing this thread: 1 Guest(s)
What format is this image *really* in?
#4
You probably just don't notice it when bit fields fall on nice byte boundaries, but when you read eg two bytes as a little-endian 16 bit int, the first bit in the stream (the lowest bit of the first byte) becomes the first (lowest) bit of the result, etc.

Quote:I'm using Python in Blender

I thought for sure you could just slap a DDS header in front of the BC7 blocks and have Blender load it in a few lines. But sure enough. Blender doesn't support BC7 and the issue for it is moving at the usual glacial pace....
Reply
Thanked by:


Messages In This Thread
RE: What format is this image *really* in? - by scurest - 01-15-2023, 06:39 AM

Forum Jump: