JuicyPixels-blp

BLP format decoder/encoder over JuicyPixels library

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

Version on this page:0.1.1.0
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.1.0@sha256:f92f1a7ba85ea3139816b83f4e1a81609ed723fea5af8149e0a58c678e2bc234,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.1.0

Relax upper boundary for JuicyPixels-3.3.

0.1.0.1

Relax upper boundary for binary-0.9.0.0.

0.1.0.0

Initial release.