code wiki / (root) / nx_bmp.nx

nx_bmp.nx

buildroot/runtime/nx_bmp.nx

2275 B78 linesdepth 5pulls 6 transitivereach 4 importersview sourcekind librarytopic bmp
docsdependenciesstructsconstsfunctions

about

nx_bmp.nx -- sovereign 24-bit BMP writer, so detector output is VIEWABLE directly on Windows (double-click) with no browser, no PNG encoder, no third-party. BI_RGB, bottom-up, BGR, rows padded to 4 bytes. genealogy_id: microsoft_bmp_bi_rgb (record-hint) lineage_id: bmp_fileheader + infoheader + bgr_bottom_up license_tier: ORIGINAL

dependencies 2 imports · 4 importers

syscalls.nx nx_image.nx nx_bmp.nx nx_bmp_tiff_gate.nx nx_skin_diag.nx nx_timeline_demo.nx nx_xfade_demo.nx

imports: syscalls.nxnx_image.nx

imported by: nx_bmp_tiff_gate.nxnx_skin_diag.nxnx_timeline_demo.nxnx_xfade_demo.nx

structs

none

consts

none

functions

11func bmp_u32(fd: i64, v: i64) -> i64
called by 1: bmp_write
20func bmp_u16(fd: i64, v: i64) -> i64
called by 1: bmp_write
29func bmp_write(img: *Image, path: *u8) -> i64