Turn photos into pixel art
with a single API call

SundayPix is a lightweight image-to-pixel-art service for indie game studios, retro-themed apps, and creative agencies. Upload, transform, done.

Get an API key

What you get

Realtime conversion

Sub-second response for images up to 4096×4096. Streamed output supported.

Resolution presets

16×16, 32×32, 64×64, 128×128, 256×256, or any custom grid up to 512.

Palette control

Choose from 18 curated palettes, or supply your own as HEX list.

Edge-cached output

Results cached for 24h. Identical requests return instantly.

Quick start

# Send a JPEG, get a pixelized PNG back.
curl -X POST "https://api.dailypixelphoto.com/v1/convert" \
  -H "Authorization: Bearer YOUR_KEY" \
  -F "image=@photo.jpg" \
  -F "size=64" \
  -F "palette=gameboy" \
  --output pixelized.png

Full reference and SDKs (Python, JS, Go) available on request.

Pricing

Free

€0/mo
  • 100 conversions/day
  • Up to 512×512 input
  • Public palettes
  • Community support

Studio

€49/mo
  • 50,000 conversions/mo
  • Up to 4096×4096
  • Batch endpoint
  • Priority support