2 unstable releases
0.2.0 | Aug 29, 2021 |
---|---|
0.1.0 | Aug 29, 2021 |
#96 in #discord-bot
15KB
Remote Image Processing Pipeline Library
rippl
is a library designed for one task:
- Fetch a remote image
- Operate on it
- Publish it back to the internet
The main use case is discord bots, but the library can be used for any image processing job requiring the steps above.
lib.rs
:
Remote Image Processing Pipeline Library
This library provides a simple, high-level interface for fetching a remote image, operating on it, then re-publishing it and getting a URL to the new image.
Dependencies
~8–20MB
~284K SLoC