//! Image adjustment algorithms.
//!
//! This module contains the implementation of various image filters and
//! adjustments, such as brightness, contrast, exposure, and color-specific
//! transformations. Each sub-module provides an atomic function to apply
//! its specific transformation to a [image::DynamicImage].