pub fn load_image<P: AsRef<Path>>( size: (usize, usize), path: P) -> Option<DynamicImage>
Loads image from provided path and resizes it to specified size