JuicyPixels-blp

BLP format decoder/encoder over JuicyPixels library

http://github.com/NCrashed/JuicyPixels-blp#readme

Version on this page:0.1.0.1
LTS Haskell 12.26:0.1.1.0
Stackage Nightly 2018-07-09:0.1.0.1
Latest on Hackage:0.2.0.0

See all snapshots JuicyPixels-blp appears in

BSD-3-Clause licensed by Anton Gushcha
Maintained by [email protected]
This version can be pinned in stack with:JuicyPixels-blp-0.1.0.1@sha256:e195b7c4bc0fb5ba595b9793d1baf07f7671804e85e5b8da9d3b50bb75fd07c8,2267

JuicyPixels-blp

Build Status

The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game. The result is represented in types of JuicyPixels library.

Features:

  • Supported all three subtypes of BLP1: JPEG with alpha, paletted without alpha and paletted with alpha.

  • Command line utility to convert BLPs from/to PNG, JPEG, BMP, TGA, TIFF, GIF, Radiance formats.

TODO:

  • BLP0 support

  • BLP2 support

Changes

0.1.0.1

Relax upper boundary for binary-0.9.0.0.

0.1.0.0

Initial release.