A detailed, feature-by-feature comparison based on the ImageKit Transformation documentation.
Core image resize and dimension control.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
Width (w-) | ✓ | ✓ | |
Height (h-) | ✓ | ✓ | |
Aspect Ratio (ar-) | ✓ | ✓ | |
DPR (dpr-) | ✓ | ✓ | |
| Crop Modes: resize, extract, pad_resize, pad_extract | ✓ | ✓ | All modes mapped |
| Crop Strategy: maintain_ratio, force, at_max, at_least | ✓ | ✓ |
Cropping strategies and focus point controls.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
| Focus: center, top, left, bottom, right, etc. | ✓ | ✓ | |
| Focus: auto (content-aware) | ✓ | ✓ | attention/entropy |
| Focus: face | ✓ | ✓ | ML face detection |
Custom Focus Point (x-,y-) | ✓ | ✓ | fp-x / fp-y |
| Trim | ✓ | ✓ |
Output format, quality, and encoding.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
Format (f-): jpg, png, webp, avif, gif | ✓ | ✓ | |
Auto Format (f-auto) | ✓ | ✓ | |
Quality (q-): 1–100 | ✓ | ✓ | |
| Lossless | ✓ | ✓ | |
| Progressive JPEG | ✓ | ✓ | |
| Metadata Strip / Keep | ✓ | ✓ | |
| Original Output | ✓ | ✓ | orig-true |
Image effects, filters, and adjustments.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
Blur (bl-) | ✓ | ✓ | |
Sharpen (e-sharpen) | ✓ | ✓ | |
Unsharp Mask (e-usm) | ✓ | ✓ | |
Grayscale (e-grayscale) | ✓ | ✓ | |
| Contrast Stretch | ✓ | ✓ | Via linear |
Rotation (rt-) | ✓ | ✓ | |
| Flip / Mirror | ✓ | ✓ | |
Border (b-) | ✓ | ✓ | |
Border Radius (r-) | ✓ | ✓ | |
Background Color (bg-) | ✓ | ✓ | |
| Shadow / Gradient | ✓ | ◐ | Partial via blend |
Image and text compositing.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
| Image Overlay | ✓ | ✓ | Watermark compositing |
| Text Overlay | ✓ | ✓ | |
| Overlay Position (gravity + x/y) | ✓ | ✓ | |
| Overlay Opacity | ✓ | ✓ | |
| Text Font / Size / Colour / Shadow | ✓ | ✓ | |
| Chained Transformations | ✓ | ◐ | Single-pass pipeline |
Face-aware processing and privacy.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
| Face-Aware Crop | ✓ | ✓ | |
| Face Blur | ✓ | ✓ | |
| Face Pixelate | ✓ | ✓ | |
| Face Coordinates | ✓ | ✓ |
AI features, background removal, and advanced processing.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
| Background Removal | ✓ | ✓ | |
| Generative Fill (AI extend) | ✓ | ✗ | |
| Object Detection / Crop | ✓ | ✗ | |
| Auto Tagging | ✓ | ✗ | |
| Video Processing | ✓ | ✗ | |
| Real-Time Streams | ✓ | ✗ |
Deployment, CDN, and operational features.
| Feature | ImageKit | Image Foundry | Notes |
|---|---|---|---|
| Global CDN | ✓ | ✓ | |
| Custom Domains | ✓ | ✓ | |
| Signed URLs | ✓ | ✓ | |
| Management API | ✓ | ✓ | |
| DAM / Media Library | ✓ | ✗ | |
| Upload API | ✓ | ✗ | |
| Self-Hosted | ✗ | ✓ | |
| Open Source (MIT) | ✗ | ✓ | |
| Multi-Tenant Support | ✗ | ✓ |
Image Foundry's ImageKit compatibility mode lets you migrate with minimal URL changes.