Skip to main content

effect

Function effect 

Source
pub fn effect() -> Vec<u8> 
Expand description

Applies a pixelation filter to an image by combining multiple pixels into bigger ones. Calculates the average color of each “big pixel” to do so.