diff --git a/README.md b/README.md index e78e2b2..59655d0 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ SpriteTool 是一個整合式的 Web 應用程式,集合了四個專業級工 **功能特性:** - **色彩去除** - 自訂底色(預設 #ff00ff 粉紅色)及去除閾值 - **即時預覽** - 調整 threshold 時實時顯示去底色效果 +- **預覽底色檢查** - 可修改預覽背景顏色以檢查邊界精度(純檢查用,不影響導出) +- **內縮虛線框** - 在預覽上顯示每個格子的內縮邊界(粉紅色虛線框),視覺化檢查內縮效果 - **智慧裁切** - 根據行列數和內縮距離精確分割每格 - **縮放還原** - 內縮後自動放大回原格尺寸 - **批量輸出** - 導出個別格子 PNG + 組合完整圖 @@ -278,6 +280,8 @@ SpriteTool/ ## 🎨 UI/UX 特性 - **深色主題** - 護眼的深灰配色 +- **統一導覽體驗** - 透過 FastAPI 中間件在所有工具頁面自動注入導覽列 +- **標準化佈局** - 所有工具採用一致的寬螢幕佈局(Max-width 7xl)與標題樣式 - **響應式設計** - 適配桌面和平板 - **即時預覽** - 無延遲的視覺反饋 - **拖拽交互** - 直觀的圖像操作 @@ -333,4 +337,4 @@ SpriteTool/ --- **最後更新**: 2026 年 5 月 -**版本**: 1.1.0 +**版本**: 1.2.0 diff --git a/README_EN.md b/README_EN.md index efcd54b..f8fd7aa 100644 --- a/README_EN.md +++ b/README_EN.md @@ -89,6 +89,8 @@ Remove Chroma Key background and perform intelligent inset cropping and enlargem **Key Features:** - **Color Removal** - Custom chroma key (default #ff00ff pink) and threshold adjustment. - **Real-time Preview** - Instantly view background removal effects while adjusting threshold. +- **Preview Background Customization** - Change preview background color to check edge precision (inspection only, does not affect export). +- **Inset Guide Lines** - Display dashed lines showing each cell's inset boundary (pink dashed outline) for visual verification of inset effects. - **Smart Cropping** - Precisely divide cells based on rows/columns and inset distance. - **Enlarge After Crop** - Automatically enlarge back to original cell size after inset cropping. - **Batch Export** - Export individual cell PNGs + combined full image. @@ -273,6 +275,8 @@ SpriteTool/ ## 🎨 UI/UX Features - **Dark Theme** - Eye-friendly dark gray color scheme. +- **Unified Navigation** - Navigation bar is automatically injected into all tool pages via FastAPI middleware. +- **Standardized Layout** - Consistent wide-screen layout (Max-width 7xl) and header styling across all tools. - **Responsive Design** - Optimized for desktop and tablets. - **Instant Preview** - Lag-free visual feedback. - **Drag-and-Drop Interaction** - Intuitive image manipulation. @@ -328,4 +332,4 @@ Issues and Pull Requests are welcome! --- **Last Updated**: May 2026 -**Version**: 1.1.0 +**Version**: 1.2.0 diff --git a/inset_crop_tool.py b/inset_crop_tool.py index 47af2c8..4dae0b4 100644 --- a/inset_crop_tool.py +++ b/inset_crop_tool.py @@ -61,10 +61,13 @@ HTML = """ } -
-移除背景色並內縮邊界,自動切割 Sprite Sheet 為個別方塊
+裁切設定
+預覽底色(檢查用)
去底色預覽
+去底色預覽(底色檢查用 + 內縮虛線)
更新中…預覽將在此顯示
裁切設定
+將 Sprite Sheet 中每個格子水平翻轉(左右鏡像),並輸出新圖片
+將 Sprite Sheet 中每個格子水平翻轉(左右鏡像),並輸出新圖片。
-全維度色違調整工具 (HSV 模式)
+ +全維度色違調整工具,支援 HSV 色相、飽和度、亮度變化
將來源圖片 merge 進主圖的指定 tile 座標
+ +將來源圖片 merge 進主圖的指定 tile 座標
+