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

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

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.18), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright 2020 Sam Protas
Author Sam Protas
Maintainer sam.protas@gmail.com
Revised Revision 8 made by smprts at 2022-02-07T00:04:38Z
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-24T20:54:38Z
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-24 [all 1 reports]

Readme for JuicyPixels-blurhash-0.1.0.3

[back to package description]

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.