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
- Host: GitHub
- URL: https://github.com/intob/imgin
- Owner: intob
- Created: 2022-03-16T15:15:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T15:36:30.000Z (over 4 years ago)
- Last Synced: 2025-10-26T16:41:43.621Z (9 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).