go-blurhash icon indicating copy to clipboard operation
go-blurhash copied to clipboard

A Blurhash implementation in pure Go (Decode/Encode)

Results 2 go-blurhash issues
Sort by recently updated
recently updated
newest added

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"...

bug

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

bug