Browser-only EXIF batch editor for scanned film images.
Upload JPEGs, configure EXIF tags (manually or via presets), apply them in bulk, and download as ZIP. No server — everything runs client-side.
- 3-step wizard — Upload → EXIF settings → Apply & Download
- Preset system — Film / Camera / FocalLength / Dev groups with one-click apply
- Preset management — Add, rename, reorder, delete groups & values. JSON export/import/merge
- ZIP download — Batch download all edited images as a single ZIP
- i18n — Korean, English, Japanese
- Light/Dark theme — System preference or manual toggle
No build step. Serve with any static server:
python3 -m http.server 8000Open http://localhost:8000 in a browser.
- EXIF editing on browser (piexifjs)
- Preset system with localStorage persistence
- Export / Import / Merge presets (JSON)
- ZIP batch download (JSZip)
- i18n (ko / en / ja)
- Light / Dark / System theme
- EXIF viewer / extractor
- PWA setting (manifest + service worker, icons TBD)
- CD setting