bbbz123/dsh-imagedit

bbbz123★ 0Python最后同步: 2026-08-20

在 GitHub 打开

Game asset postprocess pipeline for DeepSeek Harness: rembg/quick cutout, trim, padding, canvas, sprite sheet, PNG/WebP export

README 摘要

dsh-imagedit 本地图像编辑工具箱 — A DeepSeek Harness (DSH) plugin and skill for deterministic local image editing: background cutout (rembg AI or instant flood-fill), trim, flip, rotate, brightness/contrast/saturation, blur, sharpen, rounded corners, border, canvas normalization, sprite sheets, and PNG/JPEG/WebP export. Dual form: a cordis plugin that registers an image edit agent tool (agent calls it directly with structured parameters), and a skill with the same functionality via a Python CLI. Originally adapted from a Codex skill and upgraded for DSH (dependency-free quick cutout, sprite sheets, JPEG export, batch-directory processing). Features Area Operations 抠图 remove bg: quick (flood-fill, no model) · remove bg: rembg (AI) 基础 trim · flip h/v · rotate · padding · canvas WxH (scale+center) 调色 brightness · contrast · saturation 滤镜 blur · sharpen 修饰 rounded (corners) · border W[,HEX] · auto-orient (EXIF) 批量 JSON manifest · --dir recursive folder · sprite sheet + sprites.json 导出 PNG (oxipng/pngquant auto) · JPEG · WebP ( quality ) Install As a plugin (agent tool image edit ) — recommended Restart dsh web ; the image edit tool then appears in the tool catalog and the agent can call it dire…

在 GitHub 查看完整 README →
工具/开发dsh-plugindsh-skillagent

分类