Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.44.1
图像处理工具
ColorAdjustment
对图片进行色彩校正。
输入
image
: 输入图像brightness
: 亮度调整值contrast
: 对比度调整值saturation
: 饱和度调整值hue
: 色相调整值gamma
: 伽马值调整
输出
adjusted_image
: 调整后的图像
使用示例
...
ColorTint
应用图片颜色滤镜。
输入
image
: 输入图像tint_color
: 滤镜颜色intensity
: 滤镜强度
输出
tinted_image
: 应用滤镜后的图像
使用示例
...
ColorBlockEffect
实现图片色块化效果。
输入
image
: 输入图像block_size
: 色块大小
输出
blocked_image
: 色块化后的图像
使用示例
...
FlatteningEffect
实现图片平面化效果。
输入
image
: 输入图像levels
: 平面化级别
输出
flattened_image
: 平面化后的图像
使用示例
...