Popularity
5.6
Growing
Activity
0.0
Stable
12
2
4

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics     Image     JuicyPixels    
Latest version: v0.1.0.3

JuicyPixels-blurhash alternatives and similar packages

Based on the "JuicyPixels" category.
Alternatively, view JuicyPixels-blurhash alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of JuicyPixels-blurhash or a related project?

Add another 'JuicyPixels' Package

README

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:

LGFFaWYk6#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.