文件名称:go-mosaic:用 Go 编写的马赛克创建者
文件大小:5.01MB
文件格式:ZIP
更新时间:2024-06-18 13:34:58
Go
去马赛克 Go-Mosaic 是用 Go 编写的马赛克创建器。 这是作为的条目编写的。 安装 go get github.com/valentine/go-mosaic/ 用法 go-mosaic -input="input.jpg" -output="output.jpg" source="photodirectory" -tile=16 input : 输入图像的路径(用于创建马赛克) output : 输出图像的路径(默认为output.jpg ) source :源图像的目录(默认为photos/ ) tile :输出图像中的切片大小(数字越大处理速度越快,但图像的分辨率越低)(默认为16 ) 例子 输入 — 5,616 x 3,744 (23.2MB) 输出 默认平铺设置(平铺=16) 在 2013 款 MacBook Pro 上生成这需要 88 分钟 自定
【文件预览】:
go-mosaic-master
----main.go(7KB)
----example()
--------input-small.jpg(218KB)
--------output-yosemite-s32.jpg(432KB)
--------output-yosemite-s32-full.jpg(277KB)
--------output.jpg(1.91MB)
--------input.jpg(1.85MB)
--------output-yosemite-s16.jpg(422KB)
--------output-small.jpg(306KB)
--------input-yosemite-s.jpg(269KB)
--------output-yosemite-s16-full.jpg(318KB)
----LICENSE(1KB)
----main_test.go(572B)
----README.md(2KB)