Web tool to descramble Ichicomi images from an episode JSON and export high-quality PNGs, zipped.
- Input: paste Ichicomi episode JSON (same structure as
Untitled-1.json) - Output: PNG files named
page_01.png,page_02.png, ... and a ZIP - Algorithm: 4x4 column-major grid, tiles 280x400, keep last 5px at right intact
- Double-click
run_server.bat(Windows) to start a local server and open the app - Or run manually (PowerShell/CMD):
Then open:
python -m http.server 8000http://localhost:8000/ichicomi_json_processor.html
- Open the page
- Paste episode JSON
- Parse JSON → Process All Images
- Download ZIP
ichicomi_json_processor.html– the apprun_server.bat– start local server and open the appUntitled-1.json– sample JSON
GPL-3.0