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:922a53985dd6d6690325192dcb3d44e57b6e4dc7c7a559c76034487250c2b426,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.