Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decipher3114/glassy-rs

A simple CLI tool to apply glass-like overlay effect to images
https://github.com/decipher3114/glassy-rs

Last synced: 3 months ago
JSON representation

A simple CLI tool to apply glass-like overlay effect to images

Awesome Lists containing this project

README

        

# Glassy

A simple CLI tool to apply glass-like overlay effect to images.
It adds variable blur and noise to image as overlay to give them a glassy look.

## Usage

```sh
~ $ glassy -h

A simple CLI tool to apply glass-like overlay effect to images

Usage: glassy.exe [OPTIONS]

Arguments:
Path to image file

Options:
-e, --effect-strength
Strength of the glass effect [default: medium] [possible values: low, medium, high]
--no-grain
Apply effect without grain
-o, --output
Specify output file path
-v, --verbose
Explain what is being done
-h, --help
Print help
-V, --version
Print version
```

## Sample Images

![Original](examples/Sample.jpg) | ![Low](examples/Sample_low.jpg)
--- | ---
**Original Image** | **Low Effect Strength**
![Medium](examples/Sample_medium.jpg) | ![High](examples/Sample_high.jpg)
**Medium Effect Strength** | **High Effect Strength**