WowDevTools / libwarcraft

All-in-one managed library for reading and writing World of Warcraft data files.
GNU General Public License v3.0
58 stars 25 forks source link

Missing write functionality for BLP files. #1

Open Nihlus opened 8 years ago

Nihlus commented 8 years ago

Basic implementation on the way. Header is almost set up correctly.

Nihlus commented 8 years ago

Palettized BLPs can now be written. Palette algorithm is kind of ugly, but DXT is better anyway. DXT compression still broken.