-
Notifications
You must be signed in to change notification settings - Fork 0
Blurhash algorithm in Haskell
License
seydar/blurhash_haskell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Haskell bindings for the [Blurhash](https://github.com/woltapp/blurhash) algorithm. # Usage ``` % blurhash encode images/cat.jpg 3 3 KYLDf7IA~p^+x]S5xvW=M| % blurhash decode "KYLDf7IA~p^+x]S5xvW=M|" 1199 1198 -o out.png Saved image to out.png ``` # TODO implement this and see how close to blurhash you can get it https://www.mathworks.com/help/images/discrete-cosine-transform.html
About
Blurhash algorithm in Haskell
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published