Open Source Alternatives
Real-time image processing and delivery CDN.
Imgix is a trademark of its respective owner.
Updated May 2026
imgix's lock-in is the URL API, similar to Cloudinary. Every image in your frontend that uses an imgix URL with transformation parameters needs updating. Original images stay in your S3 or GCS bucket (imgix reads from your storage, not its own). Teams can point their bucket at a self-hosted image processor in a few hours. The hidden cost is performance: imgix caches rendered images at the edge, and your first requests after switching will be slow until the new cache warms up. Most teams can complete the migration in 1-2 days.
We find the alternatives so you don't have to
Open source analysis in your inbox every Wednesday.
Ranked by feature coverage
Fast and secure image processing server
Imgproxy sits between your storage and your users and resizes, crops, and optimizes images on the fly. Instead of pre-generating every size you might need, you request the exact dimensions in the URL and imgproxy handles it.
thumbor is an open-source photo thumbnail service by globo.com
Thumbor is an on-demand image processing server that handles cropping, resizing, and transformations via URL parameters. Point it at your image storage, construct a URL with the dimensions and filters you want, and it delivers the processed image.