Skip to main content

Crate wagahai_lut

Crate wagahai_lut 

Source
Expand description

wagahai_lut: A Rust-based CUBE LUT parser and image processing utility

This library provides:

  • CUBE LUT file parsing (1D and 3D LUTs)
  • Image processing with LUT application

§Supported Image Types

  • image::DynamicImage

Re-exports§

pub use error::CubeError;
pub use error::Result;
pub use lut::CubeLut;
pub use lut::Lut1D;
pub use lut::Lut3D;
pub use lut::LutType;
pub use lut::Rgb;
pub use parser::CubeParser;

Modules§

error
Error types for wagahai_lut
lut
LUT data structures
parser
CUBE LUT file parser

Constants§

VERSION
Version information