图片处理
Vue3 + TypeScript MVP for ImageLab.
Go API for the ImageLab MVP. It stores uploaded images, creates Worker jobs through Redis Stream, consumes Worker results, and exposes image/job history for the Web UI.
imagelab-worker 是 ImageLab 图像处理实验平台 的 Python 图像处理 Worker。它负责接收图像任务、读取图片、执行处理流水线、输出结果,并返回结构化执行状态。