raw

How would I read a raw RGBA4444 image using Pillow?

How would I read a raw RGBA4444 image using Pillow? Question: I’m trying to read a ‘.waltex’ image, which is a ‘walaber image’. It’s basically just in raw image format. The problem is, it uses ‘RGBA8888’, ‘RGBA4444’, ‘RGB565’ and ‘RGB5551’ (all of which can be determined from the header), and I could not find a …

Total answers: 2