Skip to content

Traverse-Research/clf-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common LUT Format (CLF) parser

Actions Status Latest version Documentation Lines of code MIT Contributor Covenant MSRV

Banner

https://docs.acescentral.com/specifications/clf

Supported features

Operators

  • LUT1D
  • LUT3D
  • Range

Bit depths

  • 32F

Usage

Add this to your Cargo.toml:

[dependencies]
clf-parser = "0.2.0"
fn main() -> anyhow::Result<()> {
    let reader = std::fs::OpenOptions::new().read(true).open("my_file.clf")?;
    let clf = clf_parser::load_clf(reader)?;
    Ok(())
}

About

🦀 Common LUT Format (CLF) parser

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages