An open API service indexing awesome lists of open source software.

https://github.com/intob/imgin

Tiny image processing HTTP service built on libvips
https://github.com/intob/imgin

Last synced: 22 days ago
JSON representation

Tiny image processing HTTP service built on libvips

Awesome Lists containing this project

README

          

# imgin
A simple HTTP service to resize images & return output in specified format (JPEG, WEBP or AVIF).

This is inspired by h2non/imaginary. The Dockerfile is also currently based on imaginary.

I had CORS issues with imaginary, so I quickly built this.

There is currently no TLS support because this is an MVP and currently deployed on fly.io (which handles TLS).