
Sprite Sheet Check|角色圖集檢查
Inspect each frame of a sprite sheet.
拆開圖集,看清每一格

For creators checking static sprite grids. US$9 one-time readable Python download; Pillow required, no model key or GUI.
供創作者檢查靜態角色圖集。US$9一次買斷Python原碼包,需Pillow,不需模型金鑰,沒有圖形介面。
Three steps
三步開始
Extract the ZIP and install requirements.txt in your Python environment.
Run the synthetic 2-row, 4-column example below; choose a new output folder.
Open contact.png, row-*.gif and report.json in demo-preview.
解壓ZIP,在Python環境安裝requirements.txt。
執行下列兩列四格合成範例,輸出資料夾須尚不存在。
在demo-preview開啟格位總覽contact.png、每列GIF及report.json。
python3 -m pip install -r requirements.txt
python3 scripts/check.py --input examples/demo.png --rows 2 --columns 4 --output demo-preview
Results and scope
結果與範圍
The example produces a 2-by-4 contact sheet and two row GIFs. The report identifies empty cells and content touching cell edges. Replace the input image and grid counts for your own sheet. Set --fps 1–30 for preview speed. Existing output folders are preserved.
範例產生兩列四格總覽與兩個逐列GIF;報告指出空白格與接觸格位邊界的位置。換入自己的圖片及正確行列數即可使用,--fps 1~30調整預覽速度,不覆寫既有輸出資料夾。
Static images only, up to 16 million pixels, 50 MB, 1–64 rows/columns and 1024 cells. Dimensions must divide evenly. Edge flags are review hints, not proof of defects. No art generation, pose/anatomy judgment, game-engine or pet certification.
只接受靜態圖集,上限1600萬像素、50MB、行列各1~64、總格數1024;寬高必須整除。邊界標記是檢查提示,不代表必然錯誤。不生成美術、不判斷姿勢解剖、不保證遊戲引擎或寵物認證。
Setup, delivery and support
安裝、交付與支援
Python 3.10+ recommended; tested on macOS Python 3.9.6. Windows/Linux clean installations unverified. Windows: replace python3 with py -3. Run inside an environment you control.
建議Python 3.10以上,已測macOS Python 3.9.6;Windows/Linux未完成乾淨環境實測。Windows可將python3改成py -3,在自己的環境執行。
Includes source, Skill guide and synthetic example, package 0.1.0 Beta. US$9 one-time; no subscription, seller API or hosted service. Your computer and optional AI-client charges are yours. Support: [email protected] for setup and reproducible bugs; no custom integration or fixed response time.
交付原碼、Skill指引及合成範例,套件0.1.0 Beta。US$9買斷,無月費、賣方API或託管服務;電腦與選用AI客戶端費用自付。支援信箱[email protected],提供安裝與可重現錯誤協助,不含客製整合或固定回覆時限。


