Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
use rweb::*;
29
30
pub struct Image(image::DynamicImage);
31
32
impl Image {
33
pub fn into_bgr8(self) -> image::ImageBuffer<image::Bgr<u8>, Vec<u8>> {
Callers
2
from_raw
Method · 0.85
extract_image
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected