lutgen-rs is a blazingly fast interpolated LUT (Look-Up Table) generator and applicator for arbitrary and popular color palettes. Generate and apply color grading LUTs to images.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-06626efd)More formats (shields.io, HTML) on the badges page.
# lutgen-rs - LUT Generator and Applicator
## Overview
lutgen-rs is a blazingly fast interpolated LUT (Look-Up Table) generator and applicator for arbitrary and popular color palettes. Generate and apply color grading LUTs to images.
## Quick Start
### Generate LUT from image
```bash
sc lutgen generate lut <image> --output <lut-file>
```
### Apply LUT to image
```bash
sc lutgen apply lut <lut-file> <image>
```
### Passthrough to lutgen CLI
```bash
sc lutgen _ <lutgen-args>
```
## Key Features
- **Fast Performance**: Blazingly fast LUT generation and application
- **Interpolation**: Supports interpolated LUT generation from color palettes
- **Popular Palettes**: Built-in support for popular color palettes
- **Custom Palettes**: Support for arbitrary color palettes
- **CLI & Library**: Can be used as CLI tool or Rust library
## Installation
```bash
cargo install lutgen-cli
```
Or install from source:
```bash
git clone https://github.com/ozwaldorf/lutgen-rs
cd lutgen-rs
cargo install --path crates/cli
```
## Usage Examples
### Generate LUT
```bash
lutgen palette.jpg --output palette.cube
```
### Apply LUT to image
```bash
lutgen apply palette.cube photo.jpg --output graded.jpg
```
### Use popular palette
```bash
lutgen --palette kodak --output kodak.cube
```
## Notes
- Supports various LUT formats including .cube
- Can generate LUTs from any image containing color gradients
- Use `--help` to see all available options
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!