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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/SamProtas/JuicyPixels-blurhash#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 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:44:40Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.