go-blurhash::framed_picture:#⃣Blurhash的纯Go实现

时间:2024-02-24 07:04:38
【文件属性】:

文件名称:go-blurhash::framed_picture:#⃣Blurhash的纯Go实现

文件大小:99KB

文件格式:ZIP

更新时间:2024-02-24 07:04:38

go image blur mastodon blurhash

狂欢 纯Go实现。 该API是稳定的,但是任一方向上的哈希函数可能都不稳定。 Blurhash是由为编写的一种算法,可将图像编码为短( 字节)的ASCII字符串。 将字符串解码回图像时,将得到代表原始图像的颜色渐变。 这对于需要在加载之前使用图像占位符的场景,或者甚至检查图像的内容,都非常有用。 在幕后,该库几乎是的直接端口,众所周知,它对图像的编码与TypeScript实现略有不同。 贡献 欢迎提出问题,功能要求或改进! 执照 该项目已获得。


【文件预览】:
go-blurhash-master
----decode_test.go(2KB)
----README.md(2KB)
----encode_test.go(1KB)
----.github()
--------workflows()
----encode.go(4KB)
----fixtures()
--------test.png(61KB)
--------octocat.png(28KB)
----fixtures_test.go(329B)
----LICENSE(1KB)
----base83()
--------base83.go(762B)
--------error.go(309B)
--------base83_test.go(2KB)
----go.mod(83B)
----error.go(501B)
----decode.go(3KB)
----util.go(499B)
----go.sum(161B)

网友评论