https://github.com/jamesponddotco/shrinkimages
[READ-ONLY] Fast and efficient image compression REST API using libvips.
https://github.com/jamesponddotco/shrinkimages
go golang image-optimization libvips
Last synced: over 1 year ago
JSON representation
[READ-ONLY] Fast and efficient image compression REST API using libvips.
- Host: GitHub
- URL: https://github.com/jamesponddotco/shrinkimages
- Owner: jamesponddotco
- License: eupl-1.2
- Created: 2023-08-08T23:44:12.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-10-04T21:21:06.000Z (over 2 years ago)
- Last Synced: 2025-03-07T00:52:09.424Z (over 1 year ago)
- Topics: go, golang, image-optimization, libvips
- Language: Go
- Homepage: https://sr.ht/~jamesponddotco/shrinkimages/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Shrink Images
[](https://builds.sr.ht/~jamesponddotco/shrinkimages?)
[](LICENSE.md)
**Shrink Images** is a simple REST API written in Go for resizing and
optimizing images. Since it leverages the power of
[libvips](https://libvips.github.io/libvips/), it should be quite fast
and memory efficient.
It is currently a work in progress, but it should be usable for the
basic use cases.
## Contributing
Anyone can help make **Shrink Images** better. Send patches on the
[mailing list](https://lists.sr.ht/~jamesponddotco/shrinkimages-devel)
and report bugs on the [issue
tracker](https://todo.sr.ht/~jamesponddotco/shrinkimages).
You must sign-off your work using `git commit --signoff`. Follow the
[Linux kernel developer's certificate of
origin](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin)
for more details.
All contributions are made under [the EUPL license](LICENSE.md).
## Resources
The following resources are available:
- [Support and general discussions](https://lists.sr.ht/~jamesponddotco/shrinkimages-discuss).
- [Patches and development related questions](https://lists.sr.ht/~jamesponddotco/shrinkimages-devel).
- [Instructions on how to prepare patches](https://git-send-email.io/).
- [Feature requests and bug reports](https://todo.sr.ht/~jamesponddotco/shrinkimages).
---
Released under the [EUPL License](LICENSE.md).