MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / Image

Class Image

flow-plugins/src/utils/image.rs:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28use rweb::*;
29
30pub struct Image(image::DynamicImage);
31
32impl Image {
33 pub fn into_bgr8(self) -> image::ImageBuffer<image::Bgr<u8>, Vec<u8>> {

Callers 2

from_rawMethod · 0.85
extract_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected