JuicyPixels-blp

The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game. The result is represented in types of JuicyPixels library. Please see README.md for detailed description.


Keywords
codec, graphics, image, library, program, Propose Tags , Codec.Picture.Blp, Codec.Picture.Blp.Internal.Convert, Codec.Picture.Blp.Internal.Data, Codec.Picture.Blp.Internal.Encoder, Codec.Picture.Blp.Internal.Parser, JuicyPixels
License
BSD-3-Clause
Install
cabal install JuicyPixels-blp-0.2.0.0

Documentation

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