#image-processing #cli #image #config #image-filters

app mateus-image

Simple CLI program for image manipulation

5 stable releases

1.5.0 Mar 22, 2025
1.4.2 Mar 20, 2025
1.4.1 Mar 19, 2025
1.4.0 Mar 18, 2025
1.3.0 Mar 17, 2025

#83 in Images

Download history 130/week @ 2025-03-12 309/week @ 2025-03-19 10/week @ 2025-03-26

449 downloads per month

MIT license

35KB
912 lines

mateus-image


About Project

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

Examples

Example images changed by mateus-image can be found in my other repo

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 or cargo build --release

Usage

# 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

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 for more info.

Credits

made by Matissoss [matissossgamedev@proton.me]

licensed under MIT License

Dependencies

~2.5MB
~53K SLoC