Skip to content

Commit

Permalink
docs: update planned features
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf authored May 11, 2024
1 parent 144c462 commit 1166dd6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,10 @@ remapper.remap_image(&mut hald_clut);
// hald_clut.save("output.png").unwrap();
```

## Tasks
## Planned features

- [x] Basic hald-clut identity generation
- [x] Gaussian Sampling interpolation for generating LUTs (thanks Gengeh for the original imagemagick strategy!)
- [x] Support a bunch of popular base color palettes (thanks Wezterm!)
- [x] Basic applying a lut to an image
- [x] Radial basis function interpolation for generating LUTs
- [ ] Interpolation for more accuracy when correcting with low level luts (<16)
- [ ] Hardware acceleration for applying luts to images

## Sources

Expand Down

0 comments on commit 1166dd6

Please sign in to comment.