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: about 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:44:07.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:14:46.938Z (about 1 year ago)
- Language: Rust
- Size: 18.3 MB
- Stars: 6
- 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 -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 Image** | **Low Effect Strength**
 | 
**Medium Effect Strength** | **High Effect Strength**