Skip to content

Self-hosted image processing microservices (Cloudinary, Uploadcare-like)

Notifications You must be signed in to change notification settings

mpanius/imagemicroservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

List of self-hosted image microservices

Trying to find best media micro-service for iXBT.com. Can't use commercial CDN like uploadcare/cloudinary because of tight budget.

Need:

  • Image manipulations (crop, resize, fit, optimize)
  • Image proxy from different domains
  • Cache proxied/manipulated images

Also:

  • Video upload/manipulation
  • Easy upload API

Open source solutions

https://github.com/Pixboost/transformimgs - Open source version of Pixboost transformation. Does not have proxy.

Only optimize, resize, fit (crop+resize), return as-is for stored files. Written on Go. Compile instructions + Docker image

  • JPEG + PNG only

https://github.com/spacechop/spacechop - Docker container version of Spacechop. Proxy, Crop, resize, crop (not only center, also right+left!), fit, fill, change format, compress, strip metadata.

https://github.com/aldor007/mort

https://github.com/h2non/imaginary

https://github.com/thoas/picfit


Image editors

https://pqina.nl/doka/#demo-jquery-file-upload

File uploader

https://github.com/pqina/filepond

About

Self-hosted image processing microservices (Cloudinary, Uploadcare-like)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published