Function convert_image::piston_to_frame
source · pub fn piston_to_frame(
piston_image: DynamicImage
) -> Result<SimpleFrame<RGB8>, Error>
Expand description
Convert an input image to an RGB8 image.
pub fn piston_to_frame(
piston_image: DynamicImage
) -> Result<SimpleFrame<RGB8>, Error>
Convert an input image to an RGB8 image.