[][src]Function mandalas::ops::init_image

pub fn init_image(size: (usize, usize, usize)) -> Vec<DynamicImage>

Initialise the mandala canvas from the given size.

The resulting image is RGB.

Examples

let mut mandala = init_image(opts.resolution);
// Process further...