A detailed, feature-by-feature comparison based on the Cloudinary Image Transformations documentation.
Core image resize, scaling, and dimension control.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Width (w_) | ✓ | ✓ | |
Height (h_) | ✓ | ✓ | |
Aspect Ratio (ar_) | ✓ | ✓ | W:H ratio |
DPR (dpr_) | ✓ | ✓ | |
| Fit: fill, crop, scale, pad, limit, fit | ✓ | ✓ | All crop modes mapped |
Zoom (z_) | ✓ | ✓ | Via focal point zoom |
Cropping strategies and gravity controls.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
| Gravity (auto, face, center, N/S/E/W/NE/NW/SE/SW) | ✓ | ✓ | All gravity positions |
Custom Coordinates (x_,y_) | ✓ | ✓ | Via extract params |
Focal Point (g_auto:focal_point) | ✓ | ✓ | fp-x, fp-y, fp-z |
Face Gravity (g_face) | ✓ | ✓ | ML face detection |
| Content-Aware Auto Crop | ✓ | ✓ | attention/entropy crop |
| Region Extract | ✓ | ✓ |
Output format and encoding controls.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Format (f_): jpg, png, webp, avif, gif, tiff | ✓ | ✓ | |
Auto Format (f_auto) | ✓ | ✓ | Accept-header negotiation |
Progressive JPEG (fl_progressive) | ✓ | ✓ | Always on by default |
Lossless (fl_lossless) | ✓ | ✓ | |
Strip Metadata (fl_strip_profile) | ✓ | ✓ | Default behaviour |
| Animation: GIF/WebP/AVIF | ✓ | ✓ | |
PDF Rendering (pg_) | ✓ | ✓ | Page selection |
Quality, compression, and optimization settings.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Quality (q_) | ✓ | ✓ | 1–100 |
Auto Quality (q_auto) | ✓ | ✓ | Mapped to default 80 |
| Chroma Subsampling | ✓ | ✓ | 420/444 |
Color Space (cs_) | ✓ | ✓ | sRGB, etc. |
Image filters, colour adjustments, and creative effects.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Blur (e_blur) | ✓ | ✓ | |
Sharpen (e_sharpen) | ✓ | ✓ | |
Unsharp Mask (e_unsharp_mask) | ✓ | ✓ | |
Brightness (e_brightness) | ✓ | ✓ | |
Contrast (e_contrast) | ✓ | ✓ | |
Saturation (e_saturation) | ✓ | ✓ | |
Hue Shift (e_hue) | ✓ | ✓ | |
Gamma (e_gamma) | ✓ | ✓ | |
Grayscale (e_grayscale) | ✓ | ✓ | |
Sepia (e_sepia) | ✓ | ✓ | |
Negate / Invert (e_negate) | ✓ | ✓ | |
Pixelate (e_pixelate) | ✓ | ✓ | |
Rotation (a_) | ✓ | ✓ | 0–359 degrees |
| Flip / Mirror | ✓ | ✓ | h, v, hv |
Trim (e_trim) | ✓ | ✓ | |
Border (bo_) | ✓ | ✓ | |
Border Radius (r_) | ✓ | ✓ | |
Background Color (b_) | ✓ | ✓ | |
| Noise Reduction | ✓ | ✓ | Median filter |
| Oil Paint | ✓ | ✗ | |
| Cartoonify | ✓ | ✗ | |
| Vectorize | ✓ | ✗ | |
| Tint / Colorize | ✓ | ✓ | Via duotone/blend-color |
Image compositing, watermarks, and text rendering.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Image Overlay (l_) | ✓ | ✓ | Watermark compositing |
Text Overlay (l_text:) | ✓ | ✓ | Full text rendering |
| Overlay Position (gravity) | ✓ | ✓ | 9 positions + x/y offset |
Overlay Opacity (o_) | ✓ | ✓ | |
| Overlay Blend Mode | ✓ | ✓ | multiply, screen, overlay, etc. |
| Text Font / Size / Colour | ✓ | ✓ | |
| Text Shadow / Stroke | ✓ | ✓ | |
| Text Background | ✓ | ✓ | |
| Chained Transformations | ✓ | ◐ | IF uses single-pass pipeline |
Face-aware processing and privacy features.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
Face-Aware Crop (g_face) | ✓ | ✓ | ML-based detection |
Multi-Face (g_faces) | ✓ | ✓ | |
| Face Index | ✓ | ✓ | |
| Face Blur / Pixelate | ✓ | ✓ | Privacy features |
| Face Coordinates JSON | ✓ | ✓ | /~faces.json endpoint |
AI-powered features and advanced processing.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
| Background Removal | ✓ | ✓ | bg-remove=1 |
| Generative Fill | ✓ | ✗ | |
| Generative Remove | ✓ | ✗ | |
| Generative Replace | ✓ | ✗ | |
| Generative Recolour | ✓ | ✗ | |
| Object Detection | ✓ | ✗ | |
| Auto Tagging | ✓ | ✗ | |
| Super Resolution / Upscale | ✓ | ✗ | |
| Video Processing | ✓ | ✗ | Outside scope |
CDN, caching, and content delivery.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
| Global CDN | ✓ | ✓ | |
| Custom Domains | ✓ | ✓ | |
| Signed URLs | ✓ | ✓ | HMAC SHA-256 |
| Expiring URLs | ✓ | ✓ | |
| SEO-Friendly URLs | ✓ | ✓ | |
| Eager Transformations | ✓ | ✗ | On-the-fly only |
Deployment and operational features.
| Feature | Cloudinary | Image Foundry | Notes |
|---|---|---|---|
| Managed SaaS | ✓ | ✓ | |
| Self-Hosted | ✗ | ✓ | |
| Open Source (MIT) | ✗ | ✓ | |
| S3 / GCS / Azure Sources | ✓ | ✓ | |
| Web Proxy Sources | ✓ | ✓ | |
| Management API | ✓ | ✓ | |
| Dashboard | ✓ | ✓ | |
| Upload API / Widget | ✓ | ✗ | |
| DAM / Media Library | ✓ | ✗ | |
| Multi-Tenant Support | ✗ | ✓ | |
| No Vendor Lock-in | ✗ | ✓ |
Image Foundry's Cloudinary compatibility mode lets you migrate with minimal URL changes.