summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 23:16:38 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 23:17:31 +0100
commit0c9d7575e3f9ba1b10282164f0ef3478be7b4677 (patch)
treed16984e86f9699ca3de396100f09d04aa52e49f9 /README.md
parentc53b1444c27e517454294b90e69912169caeaa32 (diff)
downloadblpconvert-0c9d7575e3f9ba1b10282164f0ef3478be7b4677.tar.gz
Added support for custom formats
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index e74437b..ac420fa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Converts BLP to PNG
+# Converts BLP textures to images
This tool converts images in BLP texture file format used in many games such as
World of Warcraft into PNG files.
@@ -29,6 +29,19 @@ providing files to the tool.
./blpconvert samples/*.blp
```
+Program supports exporting to the following formats:
+
+- PNG
+- BMP
+- JPG
+- TGA
+
+By default it will use PNG but you can see use `-f` flag.
+
+```sh
+./blpconvert -f bmp samples/Ability_Ambush.blp
+```
+
## Verbose output
If you provide `-v` flag the program will output a bunch of diagnostical data.
@@ -65,6 +78,10 @@ First few pixels of decoded image (RGBA format):
- https://wowwiki-archive.fandom.com/wiki/BLP_file
- https://en.wikipedia.org/wiki/S3_Texture_Compression
+## Special thanks
+
+- https://github.com/nothings/stb
+
## License
[blpconvert](https://github.com/mitjafelicijan/blpconvert) was written by [Mitja