logo

imaginary.stripmall.software This is, or hopefully one day, will be a full drop in replacement for cloudinary, the most excellent, albeit expensive image transformation and hosting service. I've released this under the Open Software License 3.0 in order to encourage people to contribute to the codebase. Batteries Not Included I put this into production on gcloud, using the google application engine and gcloud buckets for storage. Putting this behind cloudflare caching makes the solution almost as performant as cloudinary. Tooling for gcloud is included in the repository. Doing this, lowered my monthly image processing costs from over a thousand dollars to about one hundred and fifty dollars. I've published a recipe for my setup here. I imagine many others are possible, for example using aws S3 and lambda functions (though I'm a bit concerned about the way CloudFront handles caching). I look forward to seeing contributions on this front. If you come up with one, and want help creating an article or post. Deployment gcloud run deploy --source .

https://github.com/stripmall-software/imaginary

Cloudinary alternative

https://www.reddit.com/r/selfhosted/comments/htpj3r/cloudinary_alternative/

thumbor is a smart imaging service that enables on-demand cropping, resizing, applying filters and optimizing images. Cropping photos automatically can be a frustrating experience with severed heads involved. thumbor uses AI for smart detection. thumbor is an HTTP server and you can create as many different images as you want just by varying path parameters:

http://<thumbor-server>/300x200/smart/thumbor.readthedocs.io/en/latest/_images/logo-thumbor.png

You should see an image of the thumbor logo in 300x200. Learn more about all you can do in thumbor's documentation.

https://github.com/thumbor/thumbor

Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant.

https://github.com/humanmade/tachyon

an open-sourced alternative to cloudinary [video streaming done ✅, image/audio under dev 🔨 ]

https://github.com/ZeStream/zestream-server

No mentions

New

Old

End of results