Go 图像处理包 Imaging

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-05 18:14:18

软件介绍

Imaging 是一个 Go 图像处理包,提供了基本的图像处理功能(调整大小,旋转,翻转,裁剪等),这个包基于标准的 Go 图像包。

采用任何实现 image.Image 接口作为输入的图像类型,并返回 *image.NRGBA 类型的新图像(32 位 RGBA 颜色)

示例:

原始图像(将由 512x512px 转变为 128x128px)

FilterResize result
imaging.NearestNeighbordstImage
imaging.BoxdstImage
imaging.LineardstImage
imaging.MitchellNetravalidstImage
imaging.CatmullRomdstImage
imaging.GaussiandstImage
imaging.LanczosdstImage


本文地址:https://www.codercto.com/soft/d/13949.html

On LISP

On LISP

Paul Graham / Prentice Hall / 09 September, 1993 / $52.00

On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also ......一起来看看 《On LISP》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具