Export Workflow

When your pixel art is ready, you need to export it correctly to maintain crisp edges and transparency.

1Export as PNG

  1. Tap the wrench icon (Actions)
  2. Select Share
  3. Choose PNG
  4. Make sure Transparent Background is checked (if needed)
  5. Save to Files or share directly
Always use PNG, never JPEG! JPEG adds compression artifacts that ruin pixel art.

2File Naming Convention

Use clear, descriptive names:

  • Characters: player-idle.png, npc-walk.png
  • Objects: tree-oak.png, fountain.png
  • Animations: player-walk-spritesheet.png
  • Items: coin.png, key-gold.png

3Exporting Animations

For animated sprites:

  • Animated PNG/GIF: For testing or sharing (Share → Animated PNG)
  • Sprite Sheet: For game engines (Share → PNG with all frames visible)
  • Make sure all animation frames are on separate layers
  • Export with transparent background

Common Export Settings

Asset Type Format Transparency
Characters PNG Yes
Objects/Props PNG Yes
Backgrounds PNG No
Animations PNG Sprite Sheet Yes

Where to Save Files

  • Local backup: Save to iPad Files app
  • Cloud storage: iCloud, Dropbox, Google Drive
  • Share with developer: AirDrop, email, or direct file transfer