Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/gradient
A basic CLI gradient image generator with Oklab and Oklch
https://github.com/lunacookies/gradient
Last synced: 16 days ago
JSON representation
A basic CLI gradient image generator with Oklab and Oklch
- Host: GitHub
- URL: https://github.com/lunacookies/gradient
- Owner: lunacookies
- License: apache-2.0
- Created: 2022-01-06T08:24:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T08:32:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-22T18:26:13.543Z (2 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# gradient
A simple little CLI tool for generating gradient images.
The image on the right was made using
```
$ gradient 0.15 0.08 290 0.4 0.1 325 50 200 0.1 > demo.png
```#### Arguments
1. Top edge’s L value
1. Top edge’s C value
1. Top edge’s h value
1. Bottom edge’s L value
1. Bottom edge’s C value
1. Bottom edge’s h value
1. Width
1. Height
1. Graininess