A command-line tool to convert BLP image files to PNG or TGA format. The BLP images are used by Blizzard games.
-
Git
: Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows -
Cmake
: CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK. -
Python2
: Python knows the usual control flow statements that other languages speak — if, for, while and range — with some of its own twists, of course. More control flow tools in Python 3. Python is a programming language that lets you work quickly and integrate systems more effectively.
sudo apt install git cmake python2
git clone https://github.com/Goten87/BLPConverter
cd BLPConverter
sh build.sh
python2 convert_all.py <path to source> --converter <path to BLPConverter>