图像函数
使用这些函数来创建一个图像过滤器,将图像过滤器应用到图像上,以及获取图像信息。
使用这些函数来创建一个图像过滤器,将图像过滤器应用到图像上,以及获取图像信息。
images.Brightness 百分比 ⟼ images.filter返回一个改变图像亮度的图像滤镜。 Read More »
images.ColorBalance 红色百分比 绿色百分比 蓝色百分比 ⟼ images.filter返回一个用于改变图像颜色平衡的图像滤镜。 Read More »
images.Colorize 色调 饱和度 百分比 ⟼ images.filter返回一个图像滤镜,用于生成一个图像的着色版本。 Read More »
images.Config 路径 ⟼ image.Config从指定路径的图像文件返回一个 image.Config 结构,该路径是相对于工作目录的。 Read More »
images.Contrast 百分比 ⟼ images.filter返回一个改变图像对比度的图像滤镜。 Read More »
images.Filter FILTERS... IMAGE ⟼ images.ImageResource将一个或多个图像过滤器应用于给定的图像资源。 Read More »
images.Gamma GAMMA ⟼ images.filter返回一个在图像上执行伽玛校正的图像滤镜。 Read More »
images.GaussianBlur SIGMA ⟼ images.filter返回一个对图像应用高斯模糊的图像滤镜。 Read More »
images.Grayscale ⟼ images.filter返回一个图像过滤器,用于生成图像的灰度版本。 Read More »
images.Hue SHIFT ⟼ images.filter返回一个图像过滤器,用于旋转图像的色调。 Read More »
images.Invert ⟼ images.filter返回一个图像滤镜,用于反转图像的颜色。 Read More »
images.Opacity OPACITY ⟼ images.filter返回一个可以改变图像透明度的图像过滤器。 Read More »
images.Overlay RESOURCE X Y ⟼ images.filter返回一个图像滤镜,将源图像叠加在给定坐标处。 Read More »
images.Padding V1 [V2] [V3] [V4] [COLOR] ⟼ images.filter返回一个以调整画布大小而不改变图像大小的图像过滤器。 Read More »
images.Pixelate SIZE ⟼ images.filter返回一个应用像素化效果到图像的图像滤镜。 Read More »
images.Process SPEC ⟼ images.filter返回一个使用给定规范处理给定图片的图像滤镜。 Read More »
images.Saturation 百分比 ⟼ images.filter返回一个改变图像饱和度的图像过滤器。 Read More »
images.Sepia 百分比 ⟼ images.filter返回一个图像滤镜,用于将图像转换为泛黄色调版本。 Read More »
images.Sigmoid MIDPOINT FACTOR ⟼ images.filter返回一个使用Sigmoid函数改变图片对比度的图像滤波器。 Read More »
images.Text TEXT [OPTIONS] ⟼ images.filter返回一个图像过滤器,用于向图像添加文本。 Read More »
images.UnsharpMask SIGMA AMOUNT THRESHOLD ⟼ images.filter返回一个图像滤镜, 用于锐化图像 Read More »