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

XMPP

XMPP

Peter Saint-Andre、Kevin Smith、Remko TronCon / O'Reilly Media / 2009-5-4 / USD 39.99

This practical book provides everything you need to know about the Extensible Messaging and Presence Protocol (XMPP). This open technology for real-time communication is used in many diverse applicati......一起来看看 《XMPP》 这本书的介绍吧!

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

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具