Skip to main content

apply_deband

Function apply_deband 

Source
pub fn apply_deband(
    rgba: &[u8],
    width: usize,
    height: usize,
    config: &DebandConfig,
) -> Vec<u8> 
Expand description

Apply debanding filter to RGBA buffer.

Pure function: takes immutable input, returns new buffer.