2 unstable releases

0.2.0 Aug 29, 2021
0.1.0 Aug 29, 2021

#92 in #discord-bot

21 downloads per month

GPL-3.0 license

15KB

Remote Image Processing Pipeline Library

Crates.io Docs.rs Build Clippy

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

~16–30MB
~308K SLoC