lut_parser 2.0.0

Parser for LUT files
Documentation
1
2
3
4
5
6
7
8
9
simple LUT parser

# [CRATES.IO]https://crates.io/crates/lut_parser


Cube format based on spec at https://wwwimages2.adobe.com/content/dam/acom/en/products/speedgrade/cc/pdfs/cube-lut-specification-1.0.pdf

Pretty much a Rust port of this JS example: https://github.com/thibauts/parse-cube-lut/blob/master/index.js