package
0.0.0-20240105075242-dddda54ea9f0
Repository: https://github.com/linuxdeepin/go-lib.git
Documentation: pkg.go.dev
# README
Go 图形处理库, 主要围绕 GdkPixbuf 库进行增强开发. 支持对图片进行 剪切, 翻转, 缩放, 混合, 模糊处理等操作.
API 的命名风格与 github.com/linuxdeepin/go-lib/graphic 库相同, 以 Blur 操作为例:
-
Blur 对 C.GdkPixbuf 对象进行模糊处理
-
BlurImage 对目标文件进行模糊处理
-
BlurImageCache 对目标文件进行模糊处理, 同时将处理后的文件放到缓 存目录, 下次对同一文件进行相同操作时可以大大提高速度
# Functions
GetPreferScaleClipRect get the maximum rectangle in center of image which with the same scale to reference width/heigh.
Hsv2Rgb convert color format from HSV(h=[0..360), s,v=[0..1]) to RGB(r, g, b=[0..255]).
Rgb2Hsv convert color format from RGB(r, g, b=[0..255]) to HSV(h=[0..360), s,v=[0..1]).
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
bad option passed to save routine */.
image data hosed */.
No description provided by the author
no mem to load image */.
unsupported image type (sort of an ENOSYS) */.
unsupported operation (load, save) for image type */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
colorspace + alpha */.
No description provided by the author
No description provided by the author
No description provided by the author
type of variables to use */.
No description provided by the author
type of source to save */.
No description provided by the author
save RLE decoder macro? */.
No description provided by the author
No description provided by the author
encoding */.
No description provided by the author
width, support 8bits only currently */.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author