-
Notifications
You must be signed in to change notification settings - Fork 40
A command-line tool to convert BLP image files to PNG or TGA
License
Kanma/BLPConverter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
******************************************************************************** * * * BLPConverter * * http://github.com/Kanma/BLPConverter * * * ******************************************************************************** --------------------------------------- - Summary --------------------------------------- A command-line tool to convert BLP image files to PNG or TGA format. The BLP images are used by Blizzard games. Supports the following BLP formats: * BLP1: - JPEG - Uncompressed without alpha channel - Uncompressed with alpha channel (8-bits) * BLP2: - Uncompressed without alpha channel - Uncompressed with alpha channel (1-, 4-, and 8-bits) - Uncompressed raw BGRA (known as RAW3) - DXT1 without alpha channel - DXT1 with alpha channel (1-bit) - DXT3 with alpha channel (4- and 8-bits) - DXT5 with alpha channel (8-bit) Works on MacOS X and Linux. --------------------------------------- - Compilation --------------------------------------- somewhere$ mkdir build somewhere$ cd build build$ cmake <path/to/the/source/of/BLPConverter> build$ make The executable will be put in build/bin/ To compile as a library add -DWITH_LIBRARY=YES as a flag to cmake. --------------------------------------- - Usage --------------------------------------- (Copied from ./BLPConverter --help) Usage: ./BLPConverter [options] <blp_filename> [<blp_filename> ... <blp_filename>] Options: --help, -h: Display this help --infos, -i: Display informations about the BLP file(s) (no conversion) --dest, -o: Folder where the converted image(s) must be written to (default: './') --format, -f: 'png' or 'tga' (default: png) --miplevel, -m: The specific mip level to convert (default: 0, the bigger one) --------------------------------------- - Extras --------------------------------------- The Python script 'extra/convert_all.py' can be used to convert recursively in-place all the BLP files in a hierarchy of folders. --------------------------------------- - Dependencies --------------------------------------- The repository/package contain all the necessary files, no need to install any other library. The following libraries are used (and are part of the distribution): - squish 1.10 (http://code.google.com/p/libsquish/), MIT License - FreeImage 3.13.1 (http://freeimage.sourceforge.net/), FreeImage Public License - Version 1.0 - SimpleOpt 3.4 (http://code.jellycan.com/simpleopt/), MIT License --------------------------------------- - License --------------------------------------- BLPConverter is is made available under the MIT License. The text of the license is in the file 'LICENSE'. Under the MIT License you may use BLPConverter for any purpose you wish, without warranty, and modify it if you require, subject to one condition: "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." In practice this means that whenever you distribute your application, whether as binary or as source code, you must include somewhere in your distribution the text in the file 'LICENSE'. This might be in the printed documentation, as a file on delivered media, or even on the credits / acknowledgements of the runtime application itself; any of those would satisfy the requirement. Even if the license doesn't require it, please consider to contribute your modifications back to the community.
About
A command-line tool to convert BLP image files to PNG or TGA
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published