aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/pages/projects.md9
-rw-r--r--static/snapshots/blpconvert-v1.0.tarbin0 -> 398848 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md
index 603d251..f0b5517 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -16,6 +16,15 @@ While most of my projects are hosted on
16store them independently of GitHub and provide different versions in a bit 16store them independently of GitHub and provide different versions in a bit
17cleaner way. 17cleaner way.
18 18
19## BLP to PNG converter
20
21This tool converts BLP texture files used in many games such as World of
22Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression.
23[GitHub repository](https://github.com/mitjafelicijan/blpconvert).
24
25- Version 0.1 / 2024-10-21 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar))
26 - First release.
27
19## Simple snapshot manager 28## Simple snapshot manager
20 29
21Simple snapshot utility that uses TAR to compress current directory into a 30Simple snapshot utility that uses TAR to compress current directory into a
diff --git a/static/snapshots/blpconvert-v1.0.tar b/static/snapshots/blpconvert-v1.0.tar
new file mode 100644
index 0000000..a81614a
--- /dev/null
+++ b/static/snapshots/blpconvert-v1.0.tar
Binary files differ