Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ewpratten/rippl

Remote Image Processing Pipeline Library
https://github.com/ewpratten/rippl

remote-image-processing rippl rust-image

Last synced: 3 days ago
JSON representation

Remote Image Processing Pipeline Library

Awesome Lists containing this project

README

        

# *R*emote *I*mage *P*rocessing *P*ipeline *L*ibrary
[![Crates.io](https://img.shields.io/crates/v/rippl)](https://crates.io/crates/rippl)
[![Docs.rs](https://docs.rs/rippl/badge.svg)](https://docs.rs/rippl)
[![Build](https://github.com/Ewpratten/rippl/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/rippl/actions/workflows/build.yml)
[![Clippy](https://github.com/Ewpratten/rippl/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/rippl/actions/workflows/clippy.yml)

`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.