🎞️ APNG/スプライトシート作成
画像をアニメーションPNGスプライトシートに合成
🔒 画像がデバイスの外に出ることはありません。 すべての処理はCanvas rendering + PNG exportを使用してブラウザ内でローカルに行われます。アップロード、サーバー、追跡は一切ありません。
特長
- Spritesheet Creation — Combine multiple images into a horizontal spritesheet.
- Better Than GIF — PNG supports 24-bit color and full alpha transparency.
- カスタム Size — Set output width for each frame.
仕組み
- Add frames — Drop or select multiple images.
- Arrange — Reorder frames and set timing.
- Create — 生成 spritesheet or download individual frames.
活用例
- Create game sprite sheets from individual frames
- Build CSS animation spritesheets
よくある質問
Is this a true APNG?
Currently it creates spritesheets (all frames in one image). True APNG encoding in the browser requires additional codec support.