Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decipher3114/glassy-rs
- Owner: decipher3114
- License: apache-2.0
- Created: 2024-05-14T15:23:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T22:56:43.000Z (9 months ago)
- Last Synced: 2024-05-17T05:08:21.700Z (9 months ago)
- Language: Rust
- Size: 18.3 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -hA simple CLI tool to apply glass-like overlay effect to images
Usage: glassy.exe [OPTIONS]
Arguments:
Path to image fileOptions:
-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**