Automatically compress raw JPEGs/PNGs into next-gen AVIF & WebP formats, negotiated per browser. Delivered from an Anycast edge network that scales with your traffic.
Adjust URL parameters live and observe immediate format, payload, and visual transformations.
Stop building background image worker servers. ZawCloud Images handles conversion, compression, and global edge delivery automatically.
Analyzes browser Accept headers and delivers AVIF or WebP dynamically, cutting payload without changing HTML code. Every delivery records its before and after size, so the saving on the Impact tab is your own.
AI subject detection automatically centers human faces and focal points when cropping avatar or product thumbnails.
Global edge infrastructure with automatic cache revalidation and origin shielding. Delivery time is recorded per image and reported on your dashboard.
import Image from 'next/image';
import { zawcloudLoader } from '@zawcloud/images-next';
export default function ProductGallery({ imageUrl }) {
return (
<Image
loader={zawcloudLoader}
src={imageUrl}
alt="E-commerce Product"
width={800}
height={600}
quality={80}
/>
);
}
Estimate how much monthly data transfer and AWS CloudFront egress cost you save by converting images at the CDN edge.
Scale seamlessly from personal dev projects to global enterprise traffic.
Ideal for personal projects, blogs, and side apps getting started with dynamic image delivery.
Built for scaling e-commerce platforms, SaaS dashboards, and high-traffic marketing sites.
Uncompromising performance with dedicated POP routing and multi-region failover.
Smart cropping, background removal, super-resolution and auto-enhance are implemented on the edge. What does not exist yet is the billing around them: these plans are not purchasable, nothing meters an inference, and the features depend on the models an operator has loaded.
Add-on bolt-on for Smart Face Cropping, Auto HDR Color Grading, and basic neural transformations.
Comprehensive AI Suite with Background Removal and Super-Resolution 2x/4x upscaling.
The largest credit allowance, for high-volume workloads. Inference runs on whichever nodes the operator has loaded models onto.
| AI Neural Feature | Credit Cost / Request | Developer Starter Rate | Pro Team Rate | Enterprise Global Rate |
|---|---|---|---|---|
| AI Smart Subject / Face Crop | 1 Credit | Not available | 50,000 Included / mo | 500,000 Included / mo |
| AI Auto Color & HDR Grade | 1 Credit | Not available | Included | Included |
| AI Background Removal | 5 Credits | Not available | 5,000 Included / mo ($0.0012/op overage) | 50,000 Included / mo ($0.0005/op overage) |
| AI Super-Resolution (2x / 4x) | 10 Credits | Not available | Included in Pro Pool | Dedicated GPU Acceleration Pool |
When a request is made to a ZawCloud Images URL, our edge worker fetches your source image from your origin storage (S3, GCS, or HTTP origin), transforms it on-the-fly according to your parameters (width, height, format, quality), caches it globally, and delivers it from the nearest POP. Every delivery records its own response time, so the figure you see is measured rather than promised.
No migration required! ZawCloud Images acts as a proxy CDN layer in front of your existing storage bucket. Simply point your CDN URL prefix to your existing storage origin.
When using f=auto, our edge nodes inspect the browser Accept header. If AVIF is supported, it delivers AVIF; if WebP, it delivers WebP; otherwise, it falls back seamlessly to optimized JPEG or PNG.
Signed URLs include an HMAC SHA-256 token and expiration timestamp (`exp=...&s=token`). If an unauthorized website attempts to hotlink your images or alter transformation parameters, the request is rejected with a 403 Forbidden status.
Cache invalidations are dispatched to every Anycast POP node concurrently, and the console records how many answered. The purge row records how many nodes answered and how many variants each evicted, so a partial purge is visible rather than assumed.
By default with strip_exif=true, all GPS location coordinates, camera serial numbers, creation dates, and device metadata are automatically sanitized at the edge before serving assets to public end-users.
Yes! Adding anim=webp or anim=avif automatically converts heavy animated GIFs or MP4 video loops into lightweight animated WebP or AVIF image files with up to 90% size reduction.
BlurHash generates a compact 20-character string encoding a blurred preview of your image. Your client application can render a smooth SVG/Canvas placeholder before the high-res image loads, preventing Cumulative Layout Shift (CLS).
You can map custom subdomains (e.g., img.yourbrand.com) directly to your CDN endpoint. Automated Let's Encrypt SSL certificates are issued and renewed automatically with 0 maintenance required.
All Anycast POP nodes are protected by automated DDoS scrubbing layers. Real-time edge transformation requests are rate-limited per API key with clear HTTP 429 response headers and Retry-After indicators.
We accept all major credit and debit cards (Visa, Mastercard, American Express, Discover), Apple Pay, Google Pay, and PayPal. For Enterprise plans, we also offer invoice billing via SEPA bank transfers or wire transfers with net-30 terms.
You can cancel your subscription at any time with 1-click directly from your Console Dashboard under the Billing & Plan Tiers tab. There are zero cancellation fees or long-term contracts. Your subscription will remain fully active until the end of your current billing cycle.
Plan changes take effect immediately. Upgrades are pro-rated automatically — you only pay the difference for the remaining days of your billing cycle. If you downgrade, unused credit is applied toward future billing periods.
Yes! All new paid plans come with a 14-day free trial and a 30-day money-back guarantee. If you are not satisfied with performance or bandwidth savings within your first 30 days, contact support for a full 100% refund.