JuicyPixels-blp: BLP format decoder/encoder over JuicyPixels library

[ bsd3, codec, graphics, image, library, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies attoparsec (>=0.12 && <0.14), base (>=4.7 && <5), binary (>=0.8 && <0.10), bytestring (>=0.10 && <0.11), directory (>=1.2 && <1.4), filepath (>=1.4 && <1.5), hashable (>=1.2 && <1.4), JuicyPixels (>=3.2 && <3.4), JuicyPixels-blp, optparse-simple (>=0.0.3 && <0.2), text-show (>=3.7 && <3.9), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright 2015-2018 Anton Gushcha
Author Anton Gushcha
Maintainer ncrashed@gmail.com
Category Codec, Graphics, Image
Home page http://github.com/NCrashed/JuicyPixels-blp#readme
Source repo head: git clone git@github.com:NCrashed/JuicyPixels-blp.git
Uploaded by NCrashed at 2021-10-25T10:07:30Z
Distributions
Executables blp2any
Downloads 2109 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for JuicyPixels-blp-0.1.2.0

[back to package description]

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