go-blurhash
go-blurhash copied to clipboard
A Blurhash implementation in pure Go (Decode/Encode)
The library panics in case of uploading a broken image. Relates to https://github.com/disintegration/imaging/issues/165 ## Minimal reproducible example - [poc.tiff](https://github.com/pic4xiu/pocRep/blob/main/poc.tiff) by @pic4xiu - **main.go** ```go package main import ( "fmt" "log"...
Hello! I am using the library and have been for a while, but I've noticed for a while that it produces different (and arguably worse) results than the website implementation...