Coming soon · Image Transform API

Originals retained.
Variants on demand.

Upload once. Resize, crop, format-shift, watermark — with one URL parameter. Backed by sharp. The full-quality original lives forever; everything else is generated and cached at edge.

Original
https://img.domainless.fun/abc123

Optimized variants — change the URL, get a new image
https://img.domainless.fun/abc123?w=400
https://img.domainless.fun/abc123?w=1200&fmt=webp&q=85
https://img.domainless.fun/abc123?w=160&h=160&fit=cover&fmt=avif
What you get

A real image pipeline. No quotas on storage.

Cloudinary and Imgix charge per-transform AND per-bandwidth AND per-storage. We charge per-month, flat. Your originals are never re-encoded; your variants are cached.

01 / Engine

sharp under the hood

libvips-fast resize, format conversion, watermark composition. Faster than ImageMagick, lighter than GraphicsMagick.

02 / Source

Originals never re-encoded

What you upload is what we store, byte-perfect. Variants are generated on demand and cached. Re-encode the source = lose detail. We don’t.

03 / Formats

WebP, AVIF, PNG, JPEG

Format-shift via URL: ?fmt=avif. Auto-negotiate via Accept header when you let us. Modern formats are 30–60% smaller than JPEG with no visible loss.

04 / Resize

Smart fit modes

cover / contain / fill / inside / outside. Crop with focal-point detection so faces stay in frame.

05 / Signed URLs

Hot-link protection

HMAC-signed URLs lock variant access to your domains. Stop random sites from running their CSS on your bandwidth.

06 / Privacy

EXIF stripped by default

GPS coordinates, camera serial numbers, timestamps — all gone before delivery. Original retains EXIF; only the variant strips it.

Upload from code

Multipart upload, JSON response.

When the API tier opens, uploads are one POST. JSON in, ID out. Use the URL however you want.

# Upload an image. Returns { id, url }.
curl -X POST 'https://api.jandgstudios.fun/v1/images' \
  -H 'Authorization: Bearer $JG_API_KEY' \
  -F 'file=@photo.jpg'
Pricing preview

Flat tiers. Bandwidth included.

No per-transform charge. No bandwidth-overage shock-bill. The tier you pick is the tier you pay.

Free
$0/mo
No card.
  • 500 MB storage
  • 10 GB bandwidth/mo
  • WebP + AVIF + JPEG + PNG
  • EXIF strip on variants
Pro
$25/mo
Or $250/yr.
  • 100 GB storage
  • 2 TB bandwidth/mo
  • Custom domain (CNAME)
  • Webhook on upload
  • Priority queue

Be first to ship faster images.

We’ll email you when the Image Transform API opens. Waitlist members get permanent early-bird rates.