linear-srgb 0.7.0

Fast linear↔sRGB color space conversion with FMA acceleration and LUT support
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Alternative/experimental implementations for benchmarking.
//!
//! This module contains various pow approximations and conversion methods
//! for performance comparison. Not part of the stable API.
//!
//! Enable with the `alt` feature flag.

#![allow(missing_docs, dead_code)]

pub mod accuracy;
pub mod imageflow;