成像是Go的简单图像处理包-Golang开发

时间:2021-05-26 14:05:43
【文件属性】:
文件名称:成像是Go的简单图像处理包-Golang开发
文件大小:2.45MB
文件格式:ZIP
更新时间:2021-05-26 14:05:43
Golang Images 成像封装成像提供基本的图像处理功能(调整大小,旋转,翻转,裁剪等)。 该程序包基于标准的Go image程序包,并且与之配套使用效果最佳。 图像处理功能provi Imaging封装图像提供基本的图像处理功能(调整大小,旋转,翻转,裁剪等)。 该程序包基于标准的Go image程序包,并且与之配套使用效果最佳。 程序包提供的图像处理功能可以将实现image.Image接口的任何图像类型作为输入,并返回* image.NRGBA类型的新图像(32位RGBA颜色,不乘以alpha)。 安装映像需要Go 1.2版或更高版本。 去获取-u github.com/disintegr
【文件预览】:
imaging-master
----testdata()
--------out_resize_nearest.png(39KB)
--------out_resize_linear.png(35KB)
--------out_saturation_m30.png(54KB)
--------out_saturation_p30.png(58KB)
--------out_brightness_m10.png(54KB)
--------out_resize_lanczos.png(38KB)
--------out_blur_0.5.png(54KB)
--------out_fill_center.png(55KB)
--------orientation_1.jpg(1KB)
--------orientation_7.jpg(1KB)
--------branches.png(523KB)
--------out_gamma_0.75.png(54KB)
--------out_gamma_1.25.png(57KB)
--------out_hue_p60.png(57KB)
--------out_example.jpg(65KB)
--------orientation_2.jpg(1KB)
--------out_fill_left.png(57KB)
--------orientation_0.jpg(1KB)
--------out_sharpen_0.5.png(58KB)
--------orientation_4.jpg(1KB)
--------out_hue_p120.png(56KB)
--------orientation_6.jpg(1KB)
--------branches.jpg(160KB)
--------out_hue_m480.png(56KB)
--------orientation_8.jpg(1KB)
--------out_blur_1.5.png(41KB)
--------out_brightness_p10.png(56KB)
--------out_hue_m60.png(57KB)
--------orientation_5.jpg(1KB)
--------out_contrast_p15.png(59KB)
--------orientation_3.jpg(1KB)
--------out_hue_m120.png(56KB)
--------out_fill_right.png(52KB)
--------out_fit.png(37KB)
--------out_resize_catrom.png(37KB)
--------flowers_small.png(56KB)
--------flowers.png(299KB)
--------out_contrast_m15.png(53KB)
--------out_hue_p480.png(56KB)
--------out_sharpen_1.5.png(67KB)
----effects_test.go(6KB)
----README.md(9KB)
----io.go(11KB)
----utils.go(3KB)
----tools_test.go(34KB)
----doc.go(366B)
----resize_test.go(26KB)
----LICENSE(1KB)
----io_test.go(10KB)
----go.mod(104B)
----histogram.go(1KB)
----convolution_test.go(9KB)
----transform.go(7KB)
----transform_test.go(16KB)
----utils_test.go(6KB)
----adjust_test.go(32KB)
----go.sum(291B)
----.travis.yml(221B)
----convolution.go(3KB)
----adjust.go(8KB)
----example_test.go(1KB)
----scanner_test.go(5KB)
----resize.go(14KB)
----effects.go(4KB)
----scanner.go(5KB)
----histogram_test.go(1KB)
----tools.go(7KB)

网友评论