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
- Host: GitHub
- URL: https://github.com/matissoss/mateus-image
- Owner: Matissoss
- License: mit
- Created: 2025-03-08T15:20:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T10:34:44.000Z (about 1 year ago)
- Last Synced: 2025-09-06T04:37:00.634Z (9 months ago)
- Topics: cli, image, image-processing, rust
- Language: Rust
- Homepage: https://crates.io/crates/mateus-image
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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