Merge pull request #28 from stirling-image/feat/content-aware-resize

feat: add content-aware resize (seam carving) to resize tool
This commit is contained in:
stirling-image
2026-04-08 00:10:50 +08:00
committed by GitHub
12 changed files with 768 additions and 167 deletions
+1
View File
@@ -383,4 +383,5 @@ export const PYTHON_SIDECAR_TOOLS = [
"blur-faces",
"erase-object",
"ocr",
"content-aware-resize",
] as const;