Go中快速,正确的图像抖动库。-Golang开发

时间:2021-05-26 17:04:43
【文件属性】:
文件名称:Go中快速,正确的图像抖动库。-Golang开发
文件大小:2.08MB
文件格式:ZIP
更新时间:2021-05-26 17:04:43
Golang Images dither是用于在Go中抖动图像的库。 它具有许多内置的抖动算法,并允许您指定自己的算法。 正确性和性能是重中之重。 它被设计为可以很好地工作,但也可以实现标准库中的接口,因此可以轻松地将其集成到各种场景中。 dither dither是用于在Go中对图像进行抖动的库。 它具有许多内置的抖动算法,并允许您指定自己的算法。 正确性和性能是重中之重。 它被设计为可以很好地工作,但也可以实现标准库中的接口,因此可以轻松地将其集成到各种场景中。 它不支持使用Alpha通道(即AKA透明)的图像。 原始抖动算法Floyd-Steinberg(黑色
【文件预览】:
dither-master
----dither.go(15KB)
----error_diffusers.go(4KB)
----images()
--------input()
--------output()
--------examples()
----dither_test.go(10KB)
----.github()
--------FUNDING.yml(50B)
--------workflows()
----pixelmappers.go(13KB)
----LICENSE(16KB)
----color_spaces.go(1KB)
----parallel.go(1KB)
----examples()
--------input()
--------gif_animation()
--------gif_image()
--------output()
----.gitignore(2KB)
----CHANGELOG.md(1KB)
----go.sum(1KB)
----special.go(302B)
----draw.go(5KB)
----README.md(10KB)
----go.mod(106B)
----ordered_ditherers.go(10KB)

网友评论