Adrien Nivaggioli
Adrien Nivaggioli

Reputation: 365

Open and write a .dds file in R32G32B32A32_UINT on Python

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!

Upvotes: 0

Views: 707

Answers (0)

Related Questions