Open and write a .dds file in R32G32B32A32_UINT on Python

450 Views Asked by At

I have a .dds file in 128 bits (R32G32B32A32_UINT). I need to open it and read the value of each pixel in Python. Then, I need to write a new one.

Is there a way to do so? I've searched for libraries, but they seem to not support only a limited type of .dds (Pillow for example)

Thanks!

0

There are 0 best solutions below