🎞️ 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.
  • 사용자 정의 크기 — Set output width for each frame.

작동 방식

  1. Add frames — Drop or select multiple images.
  2. Arrange — Reorder frames and set timing.
  3. Create — Generate 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.

관련 도구