| Crates.io | lutgen |
| lib.rs | lutgen |
| version | 0.14.1 |
| created_at | 2023-05-13 03:07:22.810876+00 |
| updated_at | 2025-08-08 15:31:07.442704+00 |
| description | A blazingly fast interpolated LUT utility for arbitrary and popular color palettes. |
| homepage | https://github.com/ozwaldorf/lutgen-rs |
| repository | https://github.com/ozwaldorf/lutgen-rs |
| max_upload_size | |
| id | 863503 |
| size | 74,254 |
A blazingly fast interpolated LUT utility for arbitrary and popular color palettes. Theme any image to your desktop colorscheme!
git clone https://github.com/ozwaldorf/lutgen-rs
cd lutgen-rs
cargo install --path crates/cli
cargo install lutgen-cli
Detailed documentation, examples, and more are available on The Lutgen Wiki
(For this example, Ubuntu packages are listed)
git clone https://github.com/ozwaldorf/lutgen-rs
cd lutgen-rs
cargo install --path crates/studio
cargo install lutgen-studio
See the latest rust documentation on docs.rs/lutgen
A nix flake is available providing both lutgen and lutgen-studio packages. The flake can be easily run via:
nix run github:ozwaldorf/lutgen-rs
nix run github:ozwaldorf/lutgen-rs#lutgen-studio
Cache is provided via https://garnix.io
A development environment is also provided in the flake:
git clone https://github.com/ozwaldorf/lutgen-rs
cd lutgen-rs
nix develop
# inside dev shell
cargo run -r --bin lutgen
cargo run -r --bin lutgen-studio