Hello all,
i want to extract a B8G8R8A8 Image from uasset File.
The Header is not like a DDS File as B8G8R8A8 is RGBA?
I do not get WIDTH, LENGTH, SIZE of the Image.
[solved]
Extract B8G8R8A8 Image from uasset
-
- Posts: 13
- Joined: Wed May 15, 2019 8:45 am
Extract B8G8R8A8 Image from uasset
Last edited by SoulPatrol on Tue Dec 31, 2019 12:13 am, edited 1 time in total.
-
- Posts: 13
- Joined: Wed May 15, 2019 8:45 am
Re: Extract B8G8R8A8 Image from uasset
Ok, the newbie here (myself) found it.
was my fault, that B8G8R8A8 is no DDS file...
Checked the UE4 Texture Files from here: https://docs.unrealengine.com/en-US/Eng ... index.html
now i can extract the Texture as TGA file, let's see if i can build something to inject the TGA file to the uasset now.
was my fault, that B8G8R8A8 is no DDS file...
Checked the UE4 Texture Files from here: https://docs.unrealengine.com/en-US/Eng ... index.html
now i can extract the Texture as TGA file, let's see if i can build something to inject the TGA file to the uasset now.