round:对图像进行四舍五入的命令行

时间:2024-05-05 12:02:59
【文件属性】:

文件名称:round:对图像进行四舍五入的命令行

文件大小:6.26MB

文件格式:ZIP

更新时间:2024-05-05 12:02:59

cli image rounding round Go

圆形的 舍入是用于舍入图像的命令行。 安装 go get github.com/mingrammer/round 用法 圆角图像。 (默认选项: 4个角,舍入率为0.25 ) $ round /path/to/image.png 舍入多个图像。 $ round /path/to/image.png /path/to/image2.png $ round * .png 更改舍入率。 (1.0表示使图像变为圆形) $ round -r 0.5 /path/to/image.png $ round -r 1.0 /path/to/image.png 您只能绕特定的角。 # tl (top left), tr (top right), bl (bottom left), br (bottom right) $ round -c tl,br /path/to/image.png 在输


【文件预览】:
round-master
----go.mod(44B)
----main.go(3KB)
----image.go(669B)
----examples()
--------flower2.png(516KB)
--------flower2_r0.5.jpg(55KB)
--------flower2_r0.5.png(551KB)
--------flower_leaf.png(954KB)
--------flower_leaf.jpg(87KB)
--------flower2_leaf.png(555KB)
--------flower2.jpg(63KB)
--------flower_r0.5.jpg(88KB)
--------flower.jpg(140KB)
--------new_flower_circle.jpg(94KB)
--------new_flower2_circle.png(484KB)
--------flower_r0.5.png(958KB)
--------flower2_leaf.jpg(55KB)
--------new_flower_circle.png(948KB)
--------flower.png(812KB)
--------new_flower2_circle.jpg(57KB)
----LICENSE(1KB)
----README.md(3KB)
----option.go(2KB)
----.gitignore(36B)
----misc.go(77B)

网友评论