https://github.com/matissoss/ashen-image
simple CLI program for image manipulation
https://github.com/matissoss/ashen-image
Last synced: about 1 year ago
JSON representation
simple CLI program for image manipulation
- Host: GitHub
- URL: https://github.com/matissoss/ashen-image
- Owner: Matissoss
- License: mit
- Created: 2025-03-08T15:20:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T17:45:15.000Z (about 1 year ago)
- Last Synced: 2025-03-09T18:29:59.697Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ashen-image
---
# About
ashen-image is simple CLI tool for changing any image's colors to be based on [ashen.nvim](https://github.com/ficcdaf/ashen.nvim) palette.
# Examples
Examples can be found in my other repo: [ashen-wallpapers](https://github.com/Matissoss/ashen-wallpapers)
# Usage
Firstly download CLI from releases (or compile from source).
Then use CLI with `ashen-image --input=image.png --output=output.png` to transform your images. Use `--help` flag for more info
ashen-color supports image formats supported by Rust's crate named "image", which supports most of formats you'd use
# Credits
ashen-color was made by matissoss using rust-lang and is licensed under MIT License