[][src]Function photon::conv::box_blur

pub fn box_blur(photon_image: &mut PhotonImage)

Apply a box blur effect.

Arguments

Example

// For example, to apply a box blur effect:
use photon::channels;
photon::conv::box_blur(img);