rustydemon-blp2 0.3.1

Rust library for reading BLP texture files (BLP0/BLP1/BLP2)
Documentation
1
2
3
4
5
6
7
8
The BLP parsing and DXT decompression algorithms in this crate are derived
from SereniaBLPLib by Xalcon, used under the MIT License.

  Copyright (c) 2011 Xalcon @ mmowned.com-Forum
  https://github.com/WoW-Tools/SereniaBLPLib

SereniaBLPLib itself notes that its DXT decompression algorithms were ported
from LibSquish by Simon Brown (libsquish.googlecode.com).