| Crates.io | mateus-image |
| lib.rs | mateus-image |
| version | 1.5.0 |
| created_at | 2025-03-17 18:10:54.156112+00 |
| updated_at | 2025-03-22 10:29:43.102547+00 |
| description | Simple CLI program for image manipulation |
| homepage | |
| repository | https://github.com/Matissoss/mateus-image |
| max_upload_size | |
| id | 1595735 |
| size | 64,121 |
mateus-image is simple CLI program for image manipulation using filters.
Originally it was made for colorscheme named ashen, but now it defaultly supports my colorscheme
Example images changed by mateus-image can be found in my other repo
mateus-image is available through:
cargo install mateus-imageReleases sectioncargo, python3 (optional) and git (optional) ; use build.py or cargo build --release# mateus-image help
mateus-image VERSION
===================
USAGE:
mateus-image [METHOD] [FLAGS]
-------------------
METHODs:
help
config - use help method along with config method to
get more info
median
stalinsort
mean
pixel
binary - chooses 2 most often colors and changes
rest to be one of them
ascii - returns image as string in printable ascii
letters
monochrome - makes image monochrome
extras-1 - makes image darker
-------------------
FLAGs:
--param/-p=[VALUE] - param is used to customize filters;
used by:
median, stalinsort, mean, pixel
filters
--input/-i=[PATH] - specifies path to image that program
should use
--output/-o=[PATH] - specifies path where output image should be
saved
--color/-c=[COLORS] - makes program use colors specified by this
flag. Colors must be split by ',' like in .csv format
and saved in hex format (ex. "#F5F5F5", "#000")
-------------------
made by matissoss <matissossgamedev@proton.me>
licensed under MIT
mateus-image supports configuration since version v1.3.0 on systems that have ~/.config, so on systems that aren't windows. Check CONFIG.md for more info.
made by Matissoss [matissossgamedev@proton.me]
licensed under MIT License