https://github.com/nukeop/cadmium
Transforms the colors of a given image according to a given palette
https://github.com/nukeop/cadmium
rice ricing rust
Last synced: 6 months ago
JSON representation
Transforms the colors of a given image according to a given palette
- Host: GitHub
- URL: https://github.com/nukeop/cadmium
- Owner: nukeop
- License: agpl-3.0
- Created: 2022-08-02T15:31:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T13:59:23.000Z (about 3 years ago)
- Last Synced: 2025-03-19T06:38:43.468Z (7 months ago)
- Topics: rice, ricing, rust
- Language: Rust
- Homepage:
- Size: 1.34 MB
- Stars: 49
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cadmium
Transforms the colors of a given image according to a given palette
## Installation
- Go to [releases](https://github.com/nukeop/cadmium/releases)
- Click the latest release
- Download the binary for your platform
- Rename it to `cadmium`
- Put it in your `$PATH` or /usr/local/bin## Usage
```shell
$ cadmium --input input.jpeg --palette onedark.palette --output output.jpg
```

## Contributing
Pull requests are not accepted and will be closed.