CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

parse tex format 0x14 as BGRA instead of RGBA #88

Closed Morilli closed 1 year ago

Morilli commented 1 year ago

It seems that this format is actually BGRA instead of RGBA, we just haven't really noticed initially as not many files use this format; most notable the loadingscreen files.

This PR fixes that and should also fix BGRA mipmap parsing, although none of the existing BGRA format files actually uses mipmaps currently.

Before: loadingscreen_frames_atlas9_wrong

After: loadingscreen_frames_atlas9