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

https://github.com/matissoss/mateus-image

Simple CLI program for image manipulation
https://github.com/matissoss/mateus-image

cli image image-processing rust

Last synced: 6 months ago
JSON representation

Simple CLI program for image manipulation

Awesome Lists containing this project

README

          


mateus-image


---

# About Project

`mateus-image` is simple CLI program for image manipulation using [*filters*](src/filters).
Originally it was made for colorscheme named ashen, but now it defaultly supports [my colorscheme](https://github.com/Matissoss/colorscheme)

# Examples

Example images changed by `mateus-image` can be found in [my other repo](https://github.com/Matissoss/mateus-wallpaper)

# Install

`mateus-image` is available through:
- **cargo** : `cargo install mateus-image`
- **precompiled bins** : download from `Releases` section
- **from source** : requires `cargo`, `python3` (optional) and `git` (optional) ; use [`build.py`](build.py) or `cargo build --release`

# Usage

use `mateus-image help` command

# Configuration

`mateus-image` supports configuration since version `v1.3.0` on systems that have `~/.config`, so on systems that aren't windows. Check [CONFIG.md](CONFIG.md) for more info.

# Credits

made by Matissoss [matissossgamedev@proton.me]

licensed under MIT License