JuicyPixels-blurhash: Blurhash is a very compact represenation of a placeholder for an image

[ bsd3, graphics, image, library, program ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.9 && <0.11), containers (>=0.4.2 && <0.7), filepath (>=1.4.1.1 && <1.5), JuicyPixels (>=3.2.8 && <3.4), JuicyPixels-blurhash, optparse-applicative (>=0.14.3 && <0.16), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright 2020 Sam Protas
Author Sam Protas
Maintainer sam.protas@gmail.com
Category Graphics, Image
Home page https://github.com/SamProtas/JuicyPixels-blurhash#readme
Bug tracker https://github.com/SamProtas/JuicyPixels-blurhash/issues
Source repo head: git clone https://github.com/SamProtas/JuicyPixels-blurhash
Uploaded by smprts at 2020-05-23T18:58:15Z
Distributions
Executables JuicyPixels-blurhash-exe
Downloads 1044 total (17 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-05-23 [all 1 reports]

Readme for JuicyPixels-blurhash-0.1.0.0

[back to package description]

JuicyPixels-blurhash

CI Hackage Version Hackage Deps

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

This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels represenation 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.