JuicyPixels-blurhash

Blurhash is a very compact represenation of a placeholder for an image

https://github.com/SamProtas/JuicyPixels-blurhash#readme

Version on this page:0.1.0.3@rev:5
LTS Haskell 19.33:0.1.0.3@rev:8
Stackage Nightly 2022-03-17:0.1.0.3@rev:8
Latest on Hackage:0.1.0.3@rev:8

See all snapshots JuicyPixels-blurhash appears in

BSD-3-Clause licensed by Sam Protas
Maintained by [email protected]
This version can be pinned in stack with:JuicyPixels-blurhash-0.1.0.3@sha256:5239de29ef1eaf76c55cb82166d520da15c27c507ee28f8c74b7592ec39762c7,3461

JuicyPixels-blurhash

CI Hackage Version Hackage Deps

Blurhash is a very compact representation of a placeholder for an image.

This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels representation of images.

For the full Blurhash sales pitch and algorithm explaination see either of:

An image such as:

example image

Can be encoded as:

LGFFaWYk^6#M@-5c,1Ex@@or[j6o

Which your client can render as:

example blurred image

Full library documentation can be found in the Haddocks for Codec.Picture.Blurhash.

Changes

Changelog for JuicyPixels-blurhash

0.1.0.3

  • Minor documentation fixes

0.1.0.2

  • README image paths absolute to fix hackage display

0.1.0.1

  • Add images to source distribution for deps building tests and README.md image refs.

0.1.0.0

  • Initial release.