diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 18 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # Converts BLP to PNG | 1 | # Converts BLP textures to images |
| 2 | 2 | ||
| 3 | This tool converts images in BLP texture file format used in many games such as | 3 | This tool converts images in BLP texture file format used in many games such as |
| 4 | World of Warcraft into PNG files. | 4 | World of Warcraft into PNG files. |
| @@ -29,6 +29,19 @@ providing files to the tool. | |||
| 29 | ./blpconvert samples/*.blp | 29 | ./blpconvert samples/*.blp |
| 30 | ``` | 30 | ``` |
| 31 | 31 | ||
| 32 | Program supports exporting to the following formats: | ||
| 33 | |||
| 34 | - PNG | ||
| 35 | - BMP | ||
| 36 | - JPG | ||
| 37 | - TGA | ||
| 38 | |||
| 39 | By default it will use PNG but you can see use `-f` flag. | ||
| 40 | |||
| 41 | ```sh | ||
| 42 | ./blpconvert -f bmp samples/Ability_Ambush.blp | ||
| 43 | ``` | ||
| 44 | |||
| 32 | ## Verbose output | 45 | ## Verbose output |
| 33 | 46 | ||
| 34 | If you provide `-v` flag the program will output a bunch of diagnostical data. | 47 | 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): | |||
| 65 | - https://wowwiki-archive.fandom.com/wiki/BLP_file | 78 | - https://wowwiki-archive.fandom.com/wiki/BLP_file |
| 66 | - https://en.wikipedia.org/wiki/S3_Texture_Compression | 79 | - https://en.wikipedia.org/wiki/S3_Texture_Compression |
| 67 | 80 | ||
| 81 | ## Special thanks | ||
| 82 | |||
| 83 | - https://github.com/nothings/stb | ||
| 84 | |||
| 68 | ## License | 85 | ## License |
| 69 | 86 | ||
| 70 | [blpconvert](https://github.com/mitjafelicijan/blpconvert) was written by [Mitja | 87 | [blpconvert](https://github.com/mitjafelicijan/blpconvert) was written by [Mitja |
