touka

Crates.iotouka
lib.rstouka
version0.3.5
sourcesrc
created_at2020-06-17 05:34:21.552971
updated_at2022-01-14 11:50:05.022638
descriptionThis is a command-line tool for making image backgrounds transparent
homepage
repositoryhttps://github.com/moisutsu/touka
max_upload_size
id254830
size30,574
(moisutsu)

documentation

README

Touka

日本語

This is a commandline tool for making image backgrounds transparent.

Installation

cargo install touka

Usage

You can make an image with a transparent background by passing the image and output path as command line arguments of touka.

touka input/image/path -o output/image/path

Use -t to control the background detection threshold.

touka input/image/path -o output/image/path -t 250

When all three RGB colour values are above the threshold, that pixel will be made transparent. The default threshold is 230.

Only for macOS, you can directly exchange images with the clipboard. When you don't specify an input image, the clipboard image is transparent, and when you don't specify an output path, the transparent image is saved to the clipboard.

# The clipboard image's background is transparent and saved to the clipboard.
touka
Commit count: 62

cargo fmt