pub const ImageRect = struct { x: u32, y: u32, w: u32, h: u32, }; pub const ImageSize = struct { w: u32, h: u32, };