🌁 CR Image Border

节点功能:该节点允许用户为图像添加可自定义的边框,可以分别控制上、下、左、右四个方向的边框厚度,并可以添加轮廓效果。

输入参数

参数名称说明
image输入图像,支持多张。

输出参数

参数名称说明
image添加边框和描边后的图像。
show_help节点帮助文档链接。

控件参数

参数名称说明
top_thickness顶部边框厚度,单位:像素。
bottom_thickness底部边框厚度。
left_thickness左边边框厚度。
right_thickness右边边框厚度。
border_color边框颜色(预设名)。
outline_thickness图像描边粗细,默认 0。
outline_color描边颜色。
border_color_hex边框颜色(十六进制,如 #FF0000)。