Skip to content

Goten87/BLPConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLPConverter

A command-line tool to convert BLP image files to PNG or TGA format. The BLP images are used by Blizzard games.

Usage

Requirements

  • 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.

Linux:

sudo apt install git cmake python2

Build From Source

Linux:

git clone https://github.com/Goten87/BLPConverter
cd BLPConverter
sh build.sh

Extra

python2 convert_all.py <path to source> --converter <path to BLPConverter>

About

A command-line tool to convert BLP image files to PNG or TGA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.4%
  • Python 10.0%
  • CMake 7.3%
  • Shell 0.3%