礼物:图像过滤工具包

时间:2021-02-04 14:14:12
【文件属性】:
文件名称:礼物:图像过滤工具包
文件大小:1.05MB
文件格式:ZIP
更新时间:2021-02-04 14:14:12
go image image-processing filters GoGo 去图像过滤工具包(礼品) 礼品包装盒提供了一组有用的图像处理过滤器。 快走Go标准库之外没有外部依赖项。 安装/更新 go get -u github.com/disintegration/gift 文件资料 快速开始 // 1. Create a new filter list and add some filters. g := gift . New ( gift . Resize ( 800 , 0 , gift . LanczosResampling ), gift . UnsharpMask ( 1 , 1 , 0 ), ) // 2. Create a new image
【文件预览】:
gift-master
----utils.go(4KB)
----go.mod(38B)
----testdata()
--------src.jpg(136KB)
--------dst_maximum.png(32KB)
--------dst_grayscale.png(17KB)
--------dst_unsharp_mask.png(39KB)
--------dst_rotate_180.png(34KB)
--------dst_contrast_increase.png(37KB)
--------dst_invert.png(34KB)
--------dst_median.png(30KB)
--------dst_color_func.png(27KB)
--------dst_colorize.png(26KB)
--------dst_saturation_increase.png(36KB)
--------dst_rotate_30.png(44KB)
--------dst_sepia.png(29KB)
--------dst_mean.png(27KB)
--------dst_resize.png(12KB)
--------dst_gamma_1.5.png(34KB)
--------dst_saturation_decrease.png(32KB)
--------dst_convolution_emboss.png(43KB)
--------dst_hue_rotate.png(35KB)
--------src.png(57KB)
--------dst_crop_to_size.png(16KB)
--------dst_minimum.png(31KB)
--------dst_color_balance.png(34KB)
--------dst_brightness_increase.png(32KB)
--------dst_pixelate.png(4KB)
--------dst_contrast_decrease.png(30KB)
--------dst_gaussian_blur.png(27KB)
--------dst_brightness_decrease.png(28KB)
--------dst_sigmoid.png(37KB)
--------dst_gamma_0.5.png(32KB)
----effects_test.go(2KB)
----pixels.go(11KB)
----rank.go(5KB)
----effects.go(2KB)
----resize_test.go(9KB)
----rank_test.go(12KB)
----convolution.go(14KB)
----.travis.yml(217B)
----pixels_test.go(15KB)
----LICENSE(1KB)
----README.md(10KB)
----gift_test.go(18KB)
----gift.go(6KB)
----resize.go(11KB)
----colors.go(12KB)
----colors_test.go(27KB)
----transform_test.go(14KB)
----transform.go(13KB)
----convolution_test.go(15KB)
----utils_test.go(6KB)

网友评论