From 932352d85c13313b8e50dc1d74355774bc7057fb Mon Sep 17 00:00:00 2001 From: "Schmidt Till (CSS TO PME DSI PAO MUC)" Date: Thu, 10 Sep 2026 23:21:16 +0200 Subject: [PATCH] docs(map): record resolution of Decouple core photo cleaning logic for CLI and API reuse --- docs/map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/map.md b/docs/map.md index 5226d7c..d970719 100644 --- a/docs/map.md +++ b/docs/map.md @@ -13,6 +13,7 @@ A fast, single-user, locally hosted web app (`app.py` + vanilla HTML/CSS/JS in ` ## Decisions so far +- [Decouple core photo cleaning logic for CLI and API reuse](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/2): Extracted encoding, OpenRouter API client, and in-memory Lanczos resolution restoration into `cleaner.py`, supporting both raw bytes and paths for CLI and web API reuse. ## Not yet specified